|
||||
File indexing completed on 2024-04-06 12:29:21
0001 #ifndef CaloSimAlgos_CaloVSimParameterMap_h 0002 #define CaloSimAlgos_CaloVSimParameterMap_h 0003 0004 class DetId; 0005 class CaloSimParameters; 0006 0007 class CaloVSimParameterMap { 0008 public: 0009 virtual ~CaloVSimParameterMap() = default; 0010 virtual const CaloSimParameters &simParameters(const DetId &id) const = 0; 0011 }; 0012 0013 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |