CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
9  public:
11  ClusterFillMap (int ,
12  int ,
13  std::map<int,int> ,
14  double,
15  double,
16  std::map<int,int>,
19 
21  ~ClusterFillMap ();
22 
24  void fillMap (const std::vector<std::pair<DetId,float> > &,
25  const DetId,
26  const EcalRecHitCollection *,
27  const EcalRecHitCollection *,
28  std::map<int,double> & xtlMap,
29  double & ) ;
30 };
31 #endif
32 #endif
void fillMap(const std::vector< std::pair< DetId, float > > &, const DetId, const EcalRecHitCollection *, const EcalRecHitCollection *, std::map< int, double > &xtlMap, double &)
Fills the map.
ClusterFillMap(int, int, std::map< int, int >, double, double, std::map< int, int >, EcalIntercalibConstantMap *, EcalIntercalibConstantMap *)
ctor
~ClusterFillMap()
dtor
Definition: DetId.h:20