4 #ifndef STJMCPARTICLELISTREADER_H
5 #define STJMCPARTICLELISTREADER_H
7 #include "StjTreeReader.h"
9 #include "StjMCParticleList.h"
19 StjMCParticleList getMCParticleList() {
return _list; }
23 void SetBranchAddress(TTree *tree);
28 StjMCParticleList _list;
33 Int_t _mcparticleId[4096];
35 Int_t _firstMotherId[4096];
36 Int_t _lastMotherId[4096];
37 Int_t _firstDaughterId[4096];
38 Int_t _lastDaughterId[4096];
51 #endif // STJMCPARTICLELISTREADER_H