13 |
|
#define MITPHYSICS_MODS_PHOTONIDMOD_H |
14 |
|
|
15 |
|
#include "MitAna/TreeMod/interface/BaseMod.h" |
16 |
< |
#include "MitAna/DataTree/interface/Collections.h" |
16 |
> |
#include "MitAna/DataTree/interface/PhotonFwd.h" |
17 |
|
|
18 |
|
namespace mithep |
19 |
|
{ |
69 |
|
Double_t fHadOverEmMax; //maximum of hadronic/em energy |
70 |
|
Bool_t fApplyPixelSeed; //=true then apply pixel seed constraint |
71 |
|
Double_t fPhotonR9Min; //min R9 value |
72 |
– |
const PhotonCol *fPhotons; //!photon branch |
72 |
|
EPhIdType fPhIdType; //!identification scheme |
73 |
|
EPhIsoType fPhIsoType; //!isolation scheme |
74 |
+ |
const PhotonCol *fPhotons; //!photon branch |
75 |
|
|
76 |
|
ClassDef(PhotonIDMod, 1) // Photon identification module |
77 |
|
}; |