![]() |
ATLAS Offline Software
|
AlgTool base class for all TIP writers Implements common TIP-handling operations and checks. More...
#include <TIPWriterAlgTool.h>
Public Member Functions | |
| TIPWriterAlgTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~TIPWriterAlgTool () override=default |
| virtual StatusCode | initialize () override |
| Initialize function running before first event. | |
| virtual StatusCode | updateTIP (std::bitset< s_nbits_TIP > &, const std::unique_ptr< IDataCollector > &, const EventContext &) const override |
| virtual StatusCode | countPassingTOBs (const EventContext &, unsigned int &) const =0 |
| TIPword | getFullTIPWord () const override |
Protected Attributes | |
| Gaudi::Property< unsigned int > | m_TIP_position |
| Gaudi::Property< unsigned int > | m_TIP_width |
| ulong | m_maxtob {0} |
AlgTool base class for all TIP writers Implements common TIP-handling operations and checks.
Definition at line 22 of file TIPWriterAlgTool.h.
| GlobalSim::TIPWriterAlgTool::TIPWriterAlgTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 12 of file TIPWriterAlgTool.cxx.
|
overridevirtualdefault |
|
pure virtual |
|
override |
Definition at line 60 of file TIPWriterAlgTool.cxx.
|
overridevirtual |
Initialize function running before first event.
Definition at line 20 of file TIPWriterAlgTool.cxx.
|
overridevirtual |
Definition at line 39 of file TIPWriterAlgTool.cxx.
|
protected |
Definition at line 57 of file TIPWriterAlgTool.h.
|
protected |
Definition at line 45 of file TIPWriterAlgTool.h.
|
protected |
Definition at line 51 of file TIPWriterAlgTool.h.