82 |
|
|
83 |
|
void SetRegressionVersion(UInt_t v) { fRegressionVersion = v; } |
84 |
|
void SetRegressionWeights(TString f) { fRegWeights = f; } |
85 |
+ |
|
86 |
+ |
|
87 |
+ |
void SetMinNumPhotons ( UInt_t i ) { fMinNumPhotons = i;} |
88 |
+ |
void SetDoPreselection( Bool_t b ) { fDoPreselection = b;} |
89 |
|
|
90 |
|
protected: |
91 |
|
void Process(); |
144 |
|
// -------------------------------- |
145 |
|
bool fApplyEleVeto; |
146 |
|
UInt_t fRegressionVersion; |
147 |
< |
|
148 |
< |
|
147 |
> |
|
148 |
> |
UInt_t fMinNumPhotons; |
149 |
> |
Bool_t fDoPreselection; |
150 |
> |
|
151 |
|
ClassDef(PhotonMvaMod, 1) // Photon identification module |
152 |
|
}; |
153 |
|
} |