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.12 by bendavid, Fri Nov 18 00:07:16 2011 UTC vs.
Revision 1.13 by mingyang, Sat Dec 3 22:32:13 2011 UTC

# Line 89 | Line 89 | namespace mithep {
89      static void ScalePhotonR9(Photon *p, Double_t scale);
90      static void ScalePhotonError(Photon *p, Double_t scale);
91  
92 <    
92 >    static Bool_t       PassSinglePhotonPresel(const Photon *p,const ElectronCol *els, const DecayParticleCol *conversions, const BaseVertex *v);
93      static Bool_t       PassConversionId(const Photon *p, const DecayParticle *c);
94      static Bool_t       PassElectronVeto(const Photon *p, const ElectronCol *els);
95      static Double_t     ElectronVetoCiC(const Photon *p, const ElectronCol *els);
# Line 129 | Line 129 | namespace mithep {
129  
130                                  
131      static const MCParticle *MatchMC(const Particle *ph, const MCParticleCol *c, Bool_t matchElectrons = kFALSE);
132    
132      ClassDef(PhotonTools, 0) // Muon tools
133        };
134   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines