|
||||
File indexing completed on 2024-04-06 11:57:32
0001 #ifndef _CALO_MISCALIB_MAP_H 0002 #define _CALO_MISCALIB_MAP_H 0003 0004 #include <iostream> 0005 #include "DataFormats/DetId/interface/DetId.h" 0006 #include <map> 0007 0008 class CaloMiscalibMap { 0009 public: 0010 CaloMiscalibMap() {} 0011 virtual ~CaloMiscalibMap() {} 0012 0013 public: 0014 virtual void addCell(const DetId &cell, float scaling_factor) = 0; 0015 }; 0016 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |