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.2 by cgoetzma, Thu Dec 1 13:46:25 2011 UTC vs.
Revision 1.4 by cgoetzma, Wed Dec 7 18:31:52 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 +
111 +
112     fChain->SetBranchAddress("BS_X", &BS_X, &b_BS_X);
113     fChain->SetBranchAddress("BS_Y", &BS_Y, &b_BS_Y);
114     fChain->SetBranchAddress("BS_Z", &BS_Z, &b_BS_Z);
# Line 132 | Line 149 | void TreeProducer::Init(TTree *tree)
149     fChain->SetBranchAddress("expectedZGlobalPositionError", &expectedZGlobalPositionError, &b_expectedZGlobalPositionError);
150     fChain->SetBranchAddress("RunNumber", &RunNumber, &b_RunNumber);
151     fChain->SetBranchAddress("EventNumber", &EventNumber, &b_EventNumber);
152 +   fChain->SetBranchAddress("vxtConverged", &vtxConverged, &b_vtxConverged);
153 +   fChain->SetBranchAddress("momConverged", &momConverged, &b_momConverged);
154 +   fChain->SetBranchAddress("fullConverged", &fullConverged, &b_fullConverged);
155     Notify();
156   }
157  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines