Go to the documentation of this file.00001 #ifndef __CINT__
00002 #ifndef ClusterFillMap_H
00003 #define ClusterFillMap_H
00004
00005 #include "Calibration/EcalCalibAlgos/interface/VFillMap.h"
00006
00007 class ClusterFillMap : public VFillMap
00008 {
00009 public:
00011 ClusterFillMap (int ,
00012 int ,
00013 std::map<int,int> ,
00014 double,
00015 double,
00016 std::map<int,int>,
00017 EcalIntercalibConstantMap *,
00018 EcalIntercalibConstantMap *);
00019
00021 ~ClusterFillMap ();
00022
00024 void fillMap (const std::vector<std::pair<DetId,float> > &,
00025 const DetId,
00026 const EcalRecHitCollection *,
00027 const EcalRecHitCollection *,
00028 std::map<int,double> & xtlMap,
00029 double & ) ;
00030 };
00031 #endif
00032 #endif