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.43 by veverka, Tue Nov 26 10:39:36 2013 UTC vs.
Revision 1.44 by veverka, Tue Nov 26 16:54:16 2013 UTC

# Line 896 | Line 896 | namespace mithep
896      UInt_t              VHHadNumberOfBJets(const Photon *phHard,
897                                             const Photon *phSoft,
898                                             const Vertex *selvtx);
899 +    const Particle *    TTHSelectLepton(const Photon *phHard,
900 +                                        const Photon *phSoft,
901 +                                        const Vertex *selvtx);
902 +    const Electron *    TTHSelectElectron(const Photon *phHard,
903 +                                          const Photon *phSoft,
904 +                                          const Vertex *selvtx);
905 +    const Muon *        TTHSelectMuon(const Photon *phHard,
906 +                                      const Photon *phSoft,
907 +                                      const Vertex *selvtx);
908      void                LogEventInfo();
909 +    double              GetElectronIdMva(const Electron *electron);
910      // Names for the input Collections
911      TString             fPhotonBranchName;
912      TString             fPFPhotonName;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines