CMS 3D CMS Logo

CaloMiscalibMap.h
Go to the documentation of this file.
1 #ifndef _CALO_MISCALIB_MAP_H
2 #define _CALO_MISCALIB_MAP_H
3 
4 #include <iostream>
6 #include <map>
7 
9 public:
11  virtual ~CaloMiscalibMap() {}
12 
13 public:
14  virtual void addCell(const DetId &cell, float scaling_factor) = 0;
15 };
16 
17 #endif
virtual ~CaloMiscalibMap()
virtual void addCell(const DetId &cell, float scaling_factor)=0
Definition: DetId.h:17