ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/IPHCalignment2/analysis/TreeProducer.cpp
(Generate patch)

Comparing UserCode/IPHCalignment2/analysis/TreeProducer.cpp (file contents):
Revision 1.3 by econte, Thu Dec 1 14:35:47 2011 UTC vs.
Revision 1.5 by cgoetzma, Thu Dec 8 10:23:04 2011 UTC

# Line 92 | Line 92 | void TreeProducer::Init(TTree *tree)
92     fChain->SetBranchAddress("d0_BS", &d0_BS, &b_d0_BS);
93     fChain->SetBranchAddress("d0_PV", &d0_PV, &b_d0_PV);
94  
95 +   //Alessio Plots
96 +   fChain->SetBranchAddress("QoverPGen",   QoverPGen,   &b_QoverPGen   );
97 +   fChain->SetBranchAddress("lambdaGen",   lambdaGen,   &b_lambdaGen   );
98 +   fChain->SetBranchAddress("dxyGen",   dxyGen,   &b_dxyGen   );
99 +   fChain->SetBranchAddress("dszGen",   dszGen,   &b_dszGen   );
100 +   fChain->SetBranchAddress("dxy0Gen",   dxy0Gen,   &b_dxy0Gen   );
101 +   fChain->SetBranchAddress("dsz0Gen",   dsz0Gen,   &b_dsz0Gen   );
102 +
103 +   fChain->SetBranchAddress("QoverP",   QoverP,   &b_QoverP   );
104 +   fChain->SetBranchAddress("lambda",   lambda,   &b_lambda   );
105 +   fChain->SetBranchAddress("dxy",   dxy,   &b_dxy);
106 +   fChain->SetBranchAddress("dsz",   dsz,   &b_dsz   );
107 +   fChain->SetBranchAddress("dxy0",   dxy0,   &b_dxy0   );
108 +   fChain->SetBranchAddress("dsz0",   dsz0,   &b_dsz0   );
109 +
110 +   fChain->SetBranchAddress("QoverP_error",   QoverP_error,   &b_QoverP_error   );
111 +   fChain->SetBranchAddress("lambda_error",   lambda_error,   &b_lambda_error   );
112 +   fChain->SetBranchAddress("dxy_error",   dxy_error,   &b_dxy_error);
113 +   fChain->SetBranchAddress("dsz_error",   dsz_error,   &b_dsz_error   );
114 +   fChain->SetBranchAddress("dxy0_error",   dxy0_error,   &b_dxy0_error   );
115 +   fChain->SetBranchAddress("dsz0_error",   dsz0_error,   &b_dsz0_error   );
116 +
117 +   //-------------
118 +
119 +
120     fChain->SetBranchAddress("BS_X", &BS_X, &b_BS_X);
121     fChain->SetBranchAddress("BS_Y", &BS_Y, &b_BS_Y);
122     fChain->SetBranchAddress("BS_Z", &BS_Z, &b_BS_Z);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines