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

Comparing UserCode/MitPhysics/Utils/interface/IsolationTools.h (file contents):
Revision 1.17 by fabstoec, Wed Jun 1 18:11:52 2011 UTC vs.
Revision 1.18 by fabstoec, Mon Jun 27 12:32:21 2011 UTC

# Line 13 | Line 13
13  
14   #include <TMath.h>
15   #include "MitAna/DataTree/interface/Track.h"
16 + #include "MitAna/DataTree/interface/Photon.h"
17   #include "MitAna/DataTree/interface/BasicCluster.h"
18   #include "MitAna/DataTree/interface/SuperCluster.h"
19   #include "MitAna/DataTree/interface/CaloTower.h"
# Line 73 | Line 74 | namespace mithep
74                                           const mithep::DecayParticleCol *conversions = 0);
75  
76        // methods for Hgg BaseLien Selection. These isoaltion are stupid, but what can we do.... ;(
77 <      static Double_t CiCTrackIsolation(const mithep::Particle*,
77 >      static Double_t CiCTrackIsolation(const mithep::Photon*,
78                                          const BaseVertex*,
79                                          Double_t extRadius,
80                                          Double_t intRadius,
# Line 82 | Line 83 | namespace mithep
83                                          Double_t maxD0,
84                                          Double_t maxDZ,
85                                          const mithep::Collection<mithep::Track> *tracks,
86 <                                        const mithep::Collection<mithep::Vertex> *vtxs = NULL);
86 >                                        unsigned int* worstVtxIdx = NULL,
87 >                                        const mithep::Collection<mithep::Vertex> *vtxs = NULL,
88 >                                        bool print=false);
89  
90  
91      ClassDef(IsolationTools, 0) // Isolation tools

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines