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.8 by fabstoec, Fri Jul 15 19:42:36 2011 UTC

# Line 55 | Line 55 | namespace mithep {
55  
56      // Methods for scaling/smearing Photons
57      static void ScalePhoton(Photon* p, Double_t scale);
58 <    static void SmearPhoton(Photon* p, TRandom3* rng, Double_t width, UInt_t iSeed=0);
58 >    static void SmearPhoton(Photon* p, TRandom3* rng, Double_t width, UInt_t iSeed);
59  
60      static Bool_t       PassConversionId(const Photon *p, const DecayParticle *c);
61      static Bool_t       PassElectronVeto(const Photon *p, const ElectronCol *els);
# 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