SdSimCalibrationManager.h
Go to the documentation of this file.
1 #ifndef _sdet_SdSimCalibrationManager_h_
2 #define _sdet_SdSimCalibrationManager_h_
3 
4 #include <det/VManager.h>
5 
6 
7 namespace sdet {
8 
20 
21  public:
22  virtual ~SdSimCalibrationManager() = default;
23 
25 
26  VMANAGER_GETDATA_DENIED(std::vector<bool>)
27  //VMANAGER_GETDATA_NOTFOUND(unsigned long long int)
28  VMANAGER_GETDATA_NOTFOUND(std::vector<std::string>)
29  VMANAGER_GETDATA_NOTFOUND(std::list<int>)
30  VMANAGER_GETDATA_NOTFOUND(std::list<double>)
31  VMANAGER_GETDATA_NOTFOUND(std::list<std::string>)
32  VMANAGER_GETDATA_NOTFOUND(std::map<int, utl::TabulatedFunction>)
34  VMANAGER_GETDATA_NOTFOUND(std::map<std::string, double>)
35  VMANAGER_GETDATA_NOTFOUND(std::string)
36  VMANAGER_GETDATA_NOTFOUND(std::vector<int>)
37  VMANAGER_GETDATA_NOTFOUND(std::vector<double>)
38  VMANAGER_GETDATA_NOTFOUND(std::list<std::pair<int, int> >)
41 
42  private:
44 
45  };
46 
47 }
48 
49 
50 #endif
Manager for SD simulation calibration constants.
Class to hold collection (x,y) points and provide interpolation between them.
Interface for detector managers.
Definition: VManager.h:115
Class to hold collection (x,y) points and provide interpolation between them, where y are complex num...
virtual ~SdSimCalibrationManager()=default
#define VMANAGER_GETDATA_DENIED(_T_...)
Definition: VManager.h:21
#define VMANAGER_GETDATA_HANDLE_DENIED
Definition: VManager.h:75
#define VMANAGER_GETDATA_NOTFOUND(_T_...)
Definition: VManager.h:41

, generated on Tue Sep 26 2023.