CMS 3D CMS Logo

ClusterFillMap.h
Go to the documentation of this file.
1 #ifndef __CINT__
2 #ifndef ClusterFillMap_H
3 #define ClusterFillMap_H
4 
6 
7 class ClusterFillMap : public VFillMap {
8 public:
10  ClusterFillMap(int,
11  int,
12  const std::map<int, int> &,
13  double,
14  double,
15  const std::map<int, int> &,
18 
20  ~ClusterFillMap() override;
21 
23  void fillMap(const std::vector<std::pair<DetId, float> > &,
24  const DetId,
25  const EcalRecHitCollection *,
26  const EcalRecHitCollection *,
27  std::map<int, double> &xtlMap,
28  double &) override;
29 };
30 #endif
31 #endif
VFillMap.h
edm::SortedCollection< EcalRecHit >
ClusterFillMap
Definition: ClusterFillMap.h:7
EcalCondObjectContainer
Definition: EcalCondObjectContainer.h:13
DetId
Definition: DetId.h:17
ClusterFillMap::~ClusterFillMap
~ClusterFillMap() override
dtor
Definition: ClusterFillMap.cc:18
ClusterFillMap::ClusterFillMap
ClusterFillMap(int, int, const std::map< int, int > &, double, double, const std::map< int, int > &, EcalIntercalibConstantMap *, EcalIntercalibConstantMap *)
ctor
Definition: ClusterFillMap.cc:6
VFillMap
Definition: VFillMap.h:12
trackerHitRTTI::vector
Definition: trackerHitRTTI.h:21
ClusterFillMap::fillMap
void fillMap(const std::vector< std::pair< DetId, float > > &, const DetId, const EcalRecHitCollection *, const EcalRecHitCollection *, std::map< int, double > &xtlMap, double &) override
Fills the map.
Definition: ClusterFillMap.cc:20