152 |
|
Int_t ElCInfoIsGsfCtfCons[20]; //[NEles] |
153 |
|
Int_t ElCInfoIsGsfCtfScPixCons[20]; //[NEles] |
154 |
|
Int_t ElCInfoIsGsfScPixCons[20]; //[NEles] |
155 |
+ |
Double_t ElSCEta[20]; |
156 |
|
Int_t ElScPixCharge[20]; //[NEles] |
157 |
|
Double_t ElClosestCtfTrackPt[20]; //[NEles] |
158 |
|
Double_t ElClosestCtfTrackEta[20]; //[NEles] |
498 |
|
TBranch *b_ElCInfoIsGsfCtfCons; //! |
499 |
|
TBranch *b_ElCInfoIsGsfCtfScPixCons; //! |
500 |
|
TBranch *b_ElCInfoIsGsfScPixCons; //! |
501 |
+ |
TBranch *b_ElSCEta; // |
502 |
|
TBranch *b_ElScPixCharge; //! |
503 |
|
TBranch *b_ElClosestCtfTrackPt; //! |
504 |
|
TBranch *b_ElClosestCtfTrackEta; //! |
929 |
|
fChain->SetBranchAddress("ElCInfoIsGsfCtfCons", ElCInfoIsGsfCtfCons, &b_ElCInfoIsGsfCtfCons); |
930 |
|
fChain->SetBranchAddress("ElCInfoIsGsfCtfScPixCons", ElCInfoIsGsfCtfScPixCons, &b_ElCInfoIsGsfCtfScPixCons); |
931 |
|
fChain->SetBranchAddress("ElCInfoIsGsfScPixCons", ElCInfoIsGsfScPixCons, &b_ElCInfoIsGsfScPixCons); |
932 |
+ |
fChain->SetBranchAddress("ElSCEta", ElSCEta, &b_ElSCEta); |
933 |
|
fChain->SetBranchAddress("ElScPixCharge", ElScPixCharge, &b_ElScPixCharge); |
934 |
|
fChain->SetBranchAddress("ElClosestCtfTrackPt", ElClosestCtfTrackPt, &b_ElClosestCtfTrackPt); |
935 |
|
fChain->SetBranchAddress("ElClosestCtfTrackEta", ElClosestCtfTrackEta, &b_ElClosestCtfTrackEta); |
1152 |
|
// to the generated code, but the routine can be extended by the |
1153 |
|
// user if needed. The return value is currently not used. |
1154 |
|
|
1155 |
+ |
|
1156 |
|
return kTRUE; |
1157 |
|
} |
1158 |
|
|