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.44 by veverka, Tue Nov 26 16:54:16 2013 UTC vs.
Revision 1.45 by veverka, Tue Nov 26 17:52:41 2013 UTC

# Line 887 | Line 887 | namespace mithep
887                                            const Photon *phSoft,
888                                            const Vertex *selvtx,
889                                            const Particle *lepton);
890 <    bool                VHHadPassesCommonCuts(const Photon *phHard,
891 <                                              const Photon *phSoft,
892 <                                              const Vertex *selvtx);
893 <    UInt_t              VHHadNumberOfJets(const Photon *phHard,
894 <                                          const Photon *phSoft,
895 <                                          const Vertex *selvtx);
896 <    UInt_t              VHHadNumberOfBJets(const Photon *phHard,
897 <                                           const Photon *phSoft,
898 <                                           const Vertex *selvtx);
890 >    UInt_t              NumberOfJets(const Photon *phHard,
891 >                                     const Photon *phSoft,
892 >                                     const Vertex *selvtx,
893 >                                     const double minJetPt,
894 >                                     const double maxAbsEta);
895 >    UInt_t              NumberOfBJets(const Photon *phHard,
896 >                                      const Photon *phSoft,
897 >                                      const Vertex *selvtx,
898 >                                      const double minJetPt,
899 >                                      const double maxAbsEta);
900      const Particle *    TTHSelectLepton(const Photon *phHard,
901                                          const Photon *phSoft,
902                                          const Vertex *selvtx);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines