CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FixedGridEnergyDensity.h
Go to the documentation of this file.
1 #ifndef FIXEDGRIDENERGYDENSITY_H
2 #define FIXEDGRIDENERGYDENSITY_H
3 
5 
7 
8  public:
12  float fixedGridRho(EtaRegion etaRegion=Central);
13  float fixedGridRho(std::vector<float>& etabins,std::vector<float>& phibins);
14 
15  private:
17 
18 };
19 
20 #endif
const reco::PFCandidateCollection * pfCandidates
FixedGridEnergyDensity(const reco::PFCandidateCollection *input)
std::vector< reco::PFCandidate > PFCandidateCollection
collection of PFCandidates
float fixedGridRho(EtaRegion etaRegion=Central)