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.19 by mingyang, Tue May 22 23:48:42 2012 UTC vs.
Revision 1.21 by fabstoec, Wed Jun 6 14:42:32 2012 UTC

# Line 133 | Line 133 | namespace mithep {
133                                   bool applyEleVeto = true,
134                                   bool print = false, float* kin=NULL);
135  
136 +    static bool PassCiCPFIsoSelection(const Photon* ph,
137 +                                      const Vertex* vtx,
138 +                                      const PFCandidateCol*    pfCol,
139 +                                      const VertexCol*   vtxCol,
140 +                                      double rho, double ptmin,
141 +                                      std::vector<double>* kin = NULL);                                
142                                  
143      static const MCParticle *MatchMC(const Particle *ph, const MCParticleCol *c, Bool_t matchElectrons = kFALSE);
144      ClassDef(PhotonTools, 0) // Muon tools

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines