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

Comparing UserCode/MitPhysics/Utils/interface/PhotonTools.h (file contents):
Revision 1.6 by fabstoec, Fri Jul 8 17:54:27 2011 UTC vs.
Revision 1.7 by fabstoec, Fri Jul 15 17:24:37 2011 UTC

# Line 76 | Line 76 | namespace mithep {
76                                                       Double_t dPhiMin=0.1, Double_t dEtaMin=0.1,Double_t dRMin=0.1,
77                                                       bool print = false);
78      
79 +    static bool PassCiCSelection(const Photon* ph,
80 +                                 const Vertex* vtx,
81 +                                 const TrackCol*    trackCol,
82 +                                 const ElectronCol* eleCol,
83 +                                 const VertexCol*   vtxCol,
84 +                                 double rho, double ptmin,
85 +                                 bool applyEleVeto = true,
86 +                                 bool print = false, float* kin=NULL);
87 +
88 +
89      static bool PassCiCSelection(Photon* ph,
90                                   const Vertex* vtx,
91                                   const TrackCol*    trackCol,
92                                   const ElectronCol* eleCol,
93                                   const VertexCol*   vtxCol,
94                                   double rho, double ptmin,
95 +                                 bool applyEleVeto = true,
96                                   bool print = false, float* kin=NULL);
97      
98      ClassDef(PhotonTools, 0) // Muon tools

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines