|
LDMX Software
|
Public Member Functions | |
| EcalTriggerGeometryProvider (const std::string &name, const std::string &tagname, const framework::config::Parameters ¶meters, framework::Process &process) | |
| Class constructor. | |
| virtual | ~EcalTriggerGeometryProvider () |
| Destructor. | |
| virtual std::pair< const framework::ConditionsObject *, framework::ConditionsIOV > | getCondition (const ldmx::EventHeader &context) |
| Provides access to the EcalGeometry or EcalTriggerGeometry. | |
| 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 | |
| DECLARE_FACTORY (ConditionsObjectProvider, std::shared_ptr< ConditionsObjectProvider >, const std::string &, const std::string &, const framework::config::Parameters &, Process &) | |
| declare that we have a factory for these types of classes | |
| ConditionsObjectProvider (const std::string &objname, const std::string &tagname, const framework::config::Parameters ¶meters, Process &process) | |
| Class constructor. | |
| virtual | ~ConditionsObjectProvider ()=default |
| 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 | |
| EcalTriggerGeometry * | ecal_trigger_geometry_ |
Additional Inherited Members | |
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 | the_log_ |
| The logger for this ConditionsObjectProvider. | |
Definition at line 145 of file EcalTriggerGeometry.cxx.
|
inline |
Class constructor.
Definition at line 150 of file EcalTriggerGeometry.cxx.
|
inlinevirtual |
Destructor.
Definition at line 159 of file EcalTriggerGeometry.cxx.
|
inlinevirtual |
Provides access to the EcalGeometry or EcalTriggerGeometry.
Implements framework::ConditionsObjectProvider.
Definition at line 172 of file EcalTriggerGeometry.cxx.
References ldmx::EventHeader::getRun(), and framework::ConditionsObjectProvider::requestParentCondition().
|
inlinevirtual |
Take no action on release, as the object is permanently owned by the Provider.
Reimplemented from framework::ConditionsObjectProvider.
Definition at line 191 of file EcalTriggerGeometry.cxx.
|
private |
Definition at line 194 of file EcalTriggerGeometry.cxx.