ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Mods/interface/PhotonTreeWriter.h
(Generate patch)

Comparing UserCode/MitPhysics/Mods/interface/PhotonTreeWriter.h (file contents):
Revision 1.5 by bendavid, Sun Dec 11 00:03:04 2011 UTC vs.
Revision 1.6 by bendavid, Tue Dec 13 21:13:22 2011 UTC

# Line 392 | Line 392 | namespace mithep
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; }
# Line 453 | Line 453 | namespace mithep
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines