LDMX Software
|
Public Member Functions | |
EcalDetectorMapLoader (const std::string &name, const std::string &tagname, const framework::config::Parameters ¶meters, framework::Process &process) | |
virtual std::pair< const framework::ConditionsObject *, framework::ConditionsIOV > | getCondition (const ldmx::EventHeader &context) |
Pure virtual getCondition function. | |
virtual void | releaseConditionsObject (const framework::ConditionsObject *co) |
Take no action on release, as the object is permanently owned by the Provider. | |
Public Member Functions inherited from framework::ConditionsObjectProvider | |
ConditionsObjectProvider (const std::string &objname, const std::string &tagname, const framework::config::Parameters ¶meters, Process &process) | |
Class constructor. | |
virtual | ~ConditionsObjectProvider () |
Class destructor. | |
virtual void | onProcessStart () |
Callback for the ConditionsObjectProvider to take any necessary action when the processing of events starts. | |
virtual void | onProcessEnd () |
Callback for the ConditionsObjectProvider to take any necessary action when the processing of events finishes, such as closing database connections. | |
virtual void | onNewRun (ldmx::RunHeader &) |
Callback for the ConditionsObjectProvider to take any necessary action when the processing of events starts for a given run. | |
const std::string & | getConditionObjectName () const |
Get the list of conditions objects available from this provider. | |
const std::string & | getTagName () const |
Access the tag name. | |
Private Attributes | |
EcalDetectorMap * | the_map_ |
std::string | cell_map_ |
std::string | motherboard_map_ |
std::string | layer_map_ |
bool | want_d2e_ |
Additional Inherited Members | |
Static Public Member Functions inherited from framework::ConditionsObjectProvider | |
static void | declare (const std::string &classname, ConditionsObjectProviderMaker *) |
Internal function which is part of the PluginFactory machinery. | |
Static Public Attributes inherited from framework::ConditionsObjectProvider | |
static const int | CLASSTYPE {10} |
Constant used to types by the PluginFactory. | |
Protected Member Functions inherited from framework::ConditionsObjectProvider | |
std::pair< const ConditionsObject *, ConditionsIOV > | requestParentCondition (const std::string &name, const ldmx::EventHeader &context) |
Request another condition needed to construct this condition. | |
const Process & | process () const |
Get the process handle. | |
Protected Attributes inherited from framework::ConditionsObjectProvider | |
logging::logger | theLog_ |
The logger for this ConditionsObjectProvider. | |
Definition at line 10 of file EcalDetectorMap.cxx.
|
inline |
Definition at line 12 of file EcalDetectorMap.cxx.
|
inlinevirtual |
Pure virtual getCondition function.
Must be implemented by any Conditions providers.
Implements framework::ConditionsObjectProvider.
Definition at line 26 of file EcalDetectorMap.cxx.
References ldmx::EventHeader::getRun().
|
inlinevirtual |
Take no action on release, as the object is permanently owned by the Provider.
Reimplemented from framework::ConditionsObjectProvider.
Definition at line 41 of file EcalDetectorMap.cxx.
|
private |
Definition at line 45 of file EcalDetectorMap.cxx.
|
private |
Definition at line 47 of file EcalDetectorMap.cxx.
|
private |
Definition at line 46 of file EcalDetectorMap.cxx.
|
private |
Definition at line 44 of file EcalDetectorMap.cxx.
|
private |
Definition at line 48 of file EcalDetectorMap.cxx.