|
||||
File indexing completed on 2024-04-06 12:29:21
0001 #ifndef CaloSimAlgos_CaloVShape_h 0002 #define CaloSimAlgos_CaloVShape_h 1 0003 0004 /** 0005 0006 \class CaloVShape 0007 0008 \brief Electronic response of the preamp 0009 */ 0010 0011 class CaloVShape { 0012 public: 0013 CaloVShape() {} 0014 virtual ~CaloVShape() {} 0015 0016 virtual double operator()(double) const = 0; 0017 virtual double timeToRise() const = 0; 0018 0019 protected: 0020 private: 0021 }; 0022 0023 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |