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

Comparing UserCode/IPHCalignment2/analysis/TreeProducer.h (file contents):
Revision 1.2 by cgoetzma, Thu Dec 1 13:46:25 2011 UTC vs.
Revision 1.5 by cgoetzma, Thu Dec 8 10:23:04 2011 UTC

# Line 41 | Line 41 | public :
41     Float_t         d0_BS;
42     Float_t         d0_PV;
43  
44 +   //Alessio plots
45 +   Float_t QoverPGen[2];
46 +   Float_t lambdaGen[2];
47 +   Float_t dxyGen[2];
48 +   Float_t dszGen[2];
49 +   Float_t dxy0Gen[2];
50 +   Float_t dsz0Gen[2];
51 +
52 +   Float_t QoverP[2];
53 +   Float_t lambda[2];
54 +   Float_t dxy[2];
55 +   Float_t dsz[2];
56 +   Float_t dxy0[2];
57 +   Float_t dsz0[2];
58 +
59 +   Float_t QoverP_error[2];
60 +   Float_t lambda_error[2];
61 +   Float_t dxy_error[2];
62 +   Float_t dsz_error[2];
63 +   Float_t dxy0_error[2];
64 +   Float_t dsz0_error[2];
65 +
66 +   //-------------
67 +
68     Float_t         BS_X;
69     Float_t         BS_Y;
70     Float_t         BS_Z;
# Line 82 | Line 106 | public :
106     Int_t           RunNumber;
107     Int_t           EventNumber;
108  
109 +   Int_t vtxConverged;
110 +   Int_t momConverged;
111 +   Int_t fullConverged;
112 +
113     // List of branches
114     TBranch        *b_nTrack;   //!
115     TBranch        *b_Track_dxy;   //!
# Line 106 | Line 134 | public :
134     TBranch        *b_d0_BS;
135     TBranch        *b_d0_PV;
136  
137 +   //Alessio plots
138 +   TBranch        *b_QoverPGen;
139 +   TBranch        *b_lambdaGen;
140 +   TBranch        *b_dxyGen;
141 +   TBranch        *b_dszGen;
142 +   TBranch        *b_dxy0Gen;
143 +   TBranch        *b_dsz0Gen;
144 +
145 +   TBranch        *b_QoverP;
146 +   TBranch        *b_lambda;
147 +   TBranch        *b_dxy;
148 +   TBranch        *b_dsz;
149 +   TBranch        *b_dxy0;
150 +   TBranch        *b_dsz0;
151 +
152 +   TBranch        *b_QoverP_error;
153 +   TBranch        *b_lambda_error;
154 +   TBranch        *b_dxy_error;
155 +   TBranch        *b_dsz_error;
156 +   TBranch        *b_dxy0_error;
157 +   TBranch        *b_dsz0_error;
158 +   //-------------
159 +
160 +
161     TBranch        *b_BS_X;
162     TBranch        *b_BS_Y;
163     TBranch        *b_BS_Z;
# Line 147 | Line 199 | public :
199     TBranch        *b_RunNumber;   //!
200     TBranch        *b_EventNumber;   //!
201  
202 +   TBranch * b_vtxConverged;
203 +   TBranch * b_momConverged;
204 +   TBranch * b_fullConverged;
205 +
206    TreeProducer(const std::string& filename, const std::string& name);
207     ~TreeProducer();
208      Int_t    Cut(Long64_t entry);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines