27 |
|
|
28 |
|
#include "MitPhysics/Utils/interface/MVATools.h" |
29 |
|
#include "MitPhysics/Utils/interface/PhotonTools.h" |
30 |
+ |
#include "MitPhysics/Utils/interface/RhoUtilities.h" |
31 |
|
|
32 |
|
class TRandom3; |
33 |
|
|
164 |
|
|
165 |
|
void SetIdMVAType(const char *type) { fIdMVATypeName = type; } |
166 |
|
|
167 |
+ |
void SetRhoType(RhoUtilities::RhoType type) { fRhoType = type ; } |
168 |
+ |
|
169 |
|
enum EPhIdType { |
170 |
|
kIdUndef = 0, //not defined |
171 |
|
kTight, //"Tight" |
315 |
|
|
316 |
|
TRandom3* fRng; |
317 |
|
|
318 |
+ |
RhoUtilities::RhoType fRhoType; |
319 |
|
|
320 |
|
ClassDef(PhotonIDMod, 1) // Photon identification module |
321 |
|
}; |