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.47 by veverka, Thu Nov 28 18:04:39 2013 UTC vs.
Revision 1.48 by veverka, Mon Dec 2 21:08:18 2013 UTC

# Line 674 | Line 674 | namespace mithep
674        Int_t tthTag;
675        Int_t numJets;
676        Int_t numBJets;
677 +      Float_t bjetcsv;
678        
679        // ----------------------------------------
680        UChar_t  ismc;
# Line 899 | Line 900 | namespace mithep
900                                       const Vertex *selvtx,
901                                       const double minJetPt,
902                                       const double maxAbsEta);
902    PFJetVector *      GetSelectedPFJets(const DeltaRVetoVector &drVetos,
903                                          const Vertex &vertex,
904                                          const double minJetPt,
905                                          const double maxAbsEta);
903      UInt_t              NumberOfBJets(const Photon *phHard,
904                                        const Photon *phSoft,
905                                        const Vertex *selvtx,
906                                        const double minJetPt,
907                                        const double maxAbsEta);
908 +    PFJetVector *      GetSelectedPFJets(const DeltaRVetoVector &drVetos,
909 +                                         const Vertex &vertex,
910 +                                         const double minJetPt,
911 +                                         const double maxJetAbsEta);
912 +    PFJetVector *      GetSelectedPFBJets(const PFJetVector &pfjets);
913      const Particle *    TTHSelectLepton(const Photon *phHard,
914                                          const Photon *phSoft,
915                                          const Vertex *selvtx);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines