4 #ifndef STJJETLISTREADER_H
5 #define STJJETLISTREADER_H
7 #include "StjTreeReaderTwoTrees.h"
9 #include <StjJetList.h>
20 StjJetList getList() {
return _list; }
24 void SetBranchAddress(TTree* tree) { StjTreeReaderTwoTrees::SetBranchAddress(tree); }
25 void SetBranchAddress(TTree *jettree, TTree *fourtree);
35 Int_t _jet_jetId[128];
36 Double_t _jet_pt[128];
37 Double_t _jet_eta[128];
38 Double_t _jet_phi[128];
40 Double_t _jet_neuRt[128];
41 Double_t _jet_vertexZ;
42 Double_t _jet_detectorEta[128];
44 Int_t _four_runNumber;
46 Int_t _four_nFourVecs;
47 Int_t _four_fourvecId[4096];
48 Int_t _four_jetId[4096];
49 Int_t _four_type[4096];
50 Int_t _four_detectorId[4096];
51 Short_t _four_trackId[4096];
52 Int_t _four_towerId[4096];
53 Int_t _four_mcparticleId[4096];
54 Double_t _four_pt[4096];
55 Double_t _four_eta[4096];
56 Double_t _four_phi[4096];
57 Double_t _four_m[4096];
58 Double_t _four_vertexZ;
64 #endif // STJJETLISTREADER_H