CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
10 public:
12 virtual ~CaloMiscalibMap(){}
13 
14 public:
15 
16 
17 virtual void addCell(const DetId &cell, float scaling_factor)=0;
18 
19 };
20 
21 
22 #endif
virtual ~CaloMiscalibMap()
virtual void addCell(const DetId &cell, float scaling_factor)=0
Definition: DetId.h:20