392 |
|
void SetIsData (Bool_t b) { fIsData = b;}; |
393 |
|
|
394 |
|
|
395 |
< |
void SetInvertElectronVeto(Bool_t b) { fInvertElectronVeto = b; } |
395 |
> |
void SetApplyElectronVeto(Bool_t b) { fApplyElectronVeto = b; } |
396 |
|
|
397 |
|
void SetTupleName(const char* c) { fTupleName = c; } |
398 |
|
void SetGoodElectronsFromBranch(Bool_t b) { fGoodElectronsFromBranch = b; } |
453 |
|
|
454 |
|
// -------------------------------- |
455 |
|
Bool_t fLoopOnGoodElectrons; //primary loop over good electrons collection instead of photons |
456 |
< |
Bool_t fInvertElectronVeto; //=true then invert electron veto (for cic selection only atm) |
456 |
> |
Bool_t fApplyElectronVeto; //=true then invert electron veto (for cic selection only atm) |
457 |
|
Bool_t fWriteDiphotonTree; |
458 |
|
Bool_t fWriteSingleTree; |
459 |
|
|