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.28 by mingyang, Fri Nov 9 21:38:04 2012 UTC vs.
Revision 1.29 by mingyang, Fri Jun 21 13:11:09 2013 UTC

# Line 705 | Line 705 | namespace mithep
705  
706      void                SetPFJetsFromBranch(Bool_t b)     { fPFJetsFromBranch = b;       }
707      void                SetEnableJets(Bool_t b)           { fEnableJets = b;             }
708 +    void                SetEnableGenJets(Bool_t b)           { fEnableGenJets = b;             }
709      void                SetApplyJetId(Bool_t b)           { fApplyJetId = b;             }
710      void                SetApplyLeptonTag(Bool_t b)       { fApplyLeptonTag = b;         }
711      void                SetApplyVBFTag(Bool_t b)          { fApplyVBFTag = b;            }
# Line 846 | Line 847 | namespace mithep
847      Bool_t                         fExcludeDoublePrompt;
848      
849      Bool_t                         fEnableJets;
850 +    Bool_t                         fEnableGenJets;
851      Bool_t                         fApplyJetId;
852  
853      Bool_t                         fApplyLeptonTag;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines