13 |
|
|
14 |
|
#include "MitCommon/DataFormats/interface/Vect3.h" |
15 |
|
#include "MitCommon/DataFormats/interface/Vect4M.h" |
16 |
– |
#include "MitAna/DataTree/interface/Types.h" |
16 |
|
#include "MitAna/DataCont/interface/Ref.h" |
17 |
|
#include "MitAna/DataTree/interface/CompositeParticle.h" |
18 |
|
#include "MitAna/DataTree/interface/Track.h" |
150 |
|
Double32_t fMvaGamma; //[0,0,14]photon id discriminant |
151 |
|
Double32_t fMvaNeutralH; //[0,0,14]neutral hadron id discriminant |
152 |
|
Double32_t fMvaGammaNeutralH; //[0,0,14]photon-neutralhadron discriminant |
153 |
< |
Double32_t fEtaECal; //[0,0,10]eta at ecal front face |
154 |
< |
Double32_t fPhiECal; //[0,0,10]phi at ecal front face |
153 |
> |
Double32_t fEtaECal; //[0,0,12]eta at ecal front face |
154 |
> |
Double32_t fPhiECal; //[0,0,12]phi at ecal front face |
155 |
|
EPFType fPFType; //particle flow type |
156 |
|
BitMask32 fPFFlags; //various PF flags |
157 |
|
Ref<PFCandidate> fMother; //reference to mother |