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.1 by bendavid, Tue Apr 12 22:14:21 2011 UTC vs.
Revision 1.2 by bendavid, Thu Apr 14 22:05:42 2011 UTC

# Line 48 | Line 48 | namespace mithep {
48        static Bool_t       PassTriggerMatching(const Photon *p, const TriggerObjectCol *trigobjs);
49        static const DecayParticle *MatchedConversion(const Photon *p, const DecayParticleCol *conversions,
50                                                 const BaseVertex *vtx, Int_t nWrongHitsMax=1, Double_t probMin=1e-6,
51 <                                               Double_t lxyMin = 2.0, Double_t dRMin = 0.1);  
51 >                                               Double_t lxyMin = 2.0, Double_t dRMin = 0.1);
52 >      static const DecayParticle *MatchedConversion(const Track *t, const DecayParticleCol *conversions,
53 >                                               const BaseVertex *vtx, Int_t nWrongHitsMax=1, Double_t probMin=1e-6,
54 >                                               Double_t lxyMin = 2.0);                                              
55        static DiphotonR9EtaCats DiphotonR9EtaCat(const Photon *p1, const Photon *p2);
56        static DiphotonR9EtaConversionCats DiphotonR9EtaConversionCat(const Photon *p1, const Photon *p2, const DecayParticleCol *conversions, const BaseVertex *v);
57  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines