|
ant
A2 ant: class-based analysis framework
|
#include <Trigger.h>
Inheritance diagram for ant::analysis::slowcontrol::variable::Trigger:
Collaboration diagram for ant::analysis::slowcontrol::variable::Trigger:Public Member Functions | |
| virtual std::list< ProcessorPtr > | GetNeededProcessors () const override |
| double | GetExpLivetime () const |
| double | GetExpTrigger () const |
| double | GetL1Trigger () const |
Public Member Functions inherited from ant::analysis::slowcontrol::Variable | |
| virtual void | Request () const |
| virtual bool | HasChanged () const |
| virtual | ~Variable ()=default |
Additional Inherited Members | |
Protected Types inherited from ant::analysis::slowcontrol::Variable | |
| using | ProcessorPtr = std::shared_ptr< Processor > |
Protected Member Functions inherited from ant::analysis::slowcontrol::Variable | |
| virtual void | Init (const input::reader_flags_t &reader_flags) |
Protected Attributes inherited from ant::analysis::slowcontrol::Variable | |
| bool | requested = false |
| bool | slowcontrol_provided = false |
| double Trigger::GetExpLivetime | ( | ) | const |
| double Trigger::GetExpTrigger | ( | ) | const |
| double Trigger::GetL1Trigger | ( | ) | const |
|
overridevirtual |
Implements ant::analysis::slowcontrol::Variable.