Comparing UserCode/IPHCalignment2/analysis/TreeProducer.h (file contents):
Revision 1.4 by cgoetzma, Wed Dec 7 18:31:52 2011 UTC vs.
Revision 1.5 by cgoetzma, Thu Dec 8 10:23:04 2011 UTC
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; |
135 |
|
TBranch *b_d0_PV; |
136 |
|
|
137 |
|
//Alessio plots |
138 |
< |
TBranch *b_QoverPGen[2]; |
139 |
< |
TBranch *b_lambdaGen[2]; |
140 |
< |
TBranch *b_dxyGen[2]; |
141 |
< |
TBranch *b_dszGen[2]; |
142 |
< |
TBranch *b_dxy0Gen[2]; |
143 |
< |
TBranch *b_dsz0Gen[2]; |
144 |
< |
|
145 |
< |
TBranch *b_QoverP[2]; |
146 |
< |
TBranch *b_lambda[2]; |
147 |
< |
TBranch *b_dxy[2]; |
148 |
< |
TBranch *b_dsz[2]; |
149 |
< |
TBranch *b_dxy0[2]; |
150 |
< |
TBranch *b_dsz0[2]; |
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 |
|
|
Diff Legend
– |
Removed lines |
+ |
Added lines |
< |
Changed lines |
> |
Changed lines |