CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaEcalIsolation.h
Go to the documentation of this file.
1 #ifndef EgammaIsolationAlgos_EgammaEcalIsolation_h
2 #define EgammaIsolationAlgos_EgammaEcalIsolation_h
3 
4 //*****************************************************************************
5 // File: EgammaEcalIsolation.h
6 // ----------------------------------------------------------------------------
7 // Type: Class implementation header
8 // Package: EgammaIsolationAlgos/EgammaIsolationAlgos
9 // Class: EgammaEcalIsolation
10 // Language: Standard C++
11 // Project: CMS
12 // OrigAuth: Gilles De Lentdecker
13 // Institute: IIHE-ULB
14 //=============================================================================
15 //*****************************************************************************
16 
17 
24 
26 
27 
29 {
30 
31  public:
32 
33  EgammaEcalIsolation(double extRadius,
34  double etLow,
37 
38 
40 
41  double getEcalEtSum(const reco::Candidate*);
42  private:
43 
44  // ---------- member data --------------------------------
45 
46  // Parameters of isolation cone geometry.
47  // Photon case
48  double etMin;
49  double conesize;
50 
53 
54 
55 };
56 
57 
58 #endif
double getEcalEtSum(const reco::Candidate *)
std::vector< SuperCluster > SuperClusterCollection
collection of SuperCluser objectr
const reco::SuperClusterCollection * superClusterCollection_
std::vector< BasicCluster > BasicClusterCollection
collection of BasicCluster objects
EgammaEcalIsolation(double extRadius, double etLow, const reco::BasicClusterCollection *, const reco::SuperClusterCollection *)
const reco::BasicClusterCollection * basicClusterCollection_