MManagerRegister.h
Go to the documentation of this file.
1 #ifndef _mdet_MManagerRegister_h_
2 #define _mdet_MManagerRegister_h_
3 
4 #include <det/XManagerRegister.h>
5 
6 #define REGISTER_M_MANAGER(_name_, _Type_) \
7  REGISTER_X_MANAGER(_name_, _Type_, mdet::MManagerRegister)
8 
9 namespace mdet {
19  struct MDetectorInfo {
20  static const char kRegisterName[];
21  };
30 
31 }
32 #endif // _mdet_MManagerRegister_h_
static const char kRegisterName[]
det::XManagerRegister< MDetectorInfo > MManagerRegister
Specialization of det::XManagerRegister for Muon hierarchy.
Singleton Template MangerRegister for arbitrary detector type (X stands for an unknown detector type...
Configures the values for the Muon hierarchy as of the requirements of det::XManagerRegister.

, generated on Tue Sep 26 2023.