214 |
|
void SetIdMVAType(const char *type) { fIdMVATypeName = type; } |
215 |
|
|
216 |
|
void SetRhoType(RhoUtilities::RhoType type) { fRhoType = type ; } |
217 |
< |
|
218 |
< |
enum EPhIdType { |
217 |
> |
|
218 |
> |
enum EPhIdType { |
219 |
|
kIdUndef = 0, //not defined |
220 |
|
kTight, //"Tight" |
221 |
|
kLoose, //"Loose" |
226 |
|
kMITMVAId, // MingMing MVA ID |
227 |
|
kMITPhSelection, //MIT loose preselection (for mva) |
228 |
|
kMITPFPhSelection, //MIT loose preselection (for mva) |
229 |
+ |
kMITPFPhSelectionNoEcal, |
230 |
|
kMITPFPhSelection_NoTrigger, //MIT loose preselection (for mva, no Trigger) |
231 |
|
kVgamma2011Selection, // Vgamma 2011 Photon ID |
232 |
|
kTrivialSelection, // only pt & eta cuts |