![]() |
ATLAS Offline Software
|
#include <ITIPWriterAlgTool.h>
Public Member Functions | |
| DeclareInterfaceID (ITIPWriterAlgTool, 1, 0) | |
| virtual | ~ITIPWriterAlgTool ()=default |
| virtual StatusCode | updateTIP (std::bitset< s_nbits_TIP > &, const std::unique_ptr< IDataCollector > &, const EventContext &) const =0 |
| virtual std::bitset< s_nbits_TIP > | getFullTIPWord () const =0 |
| virtual std::string | toString () const =0 |
Static Public Attributes | |
| static constexpr std::size_t | s_nbits_TIP {1024} |
| Number of bits for the TIP word. | |
Definition at line 20 of file ITIPWriterAlgTool.h.
|
virtualdefault |
| GlobalSim::ITIPWriterAlgTool::DeclareInterfaceID | ( | ITIPWriterAlgTool | , |
| 1 | , | ||
| 0 | ) |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
staticconstexpr |
Number of bits for the TIP word.
The TIP word gathers results from Global, and sends to the the CTP.
Definition at line 26 of file ITIPWriterAlgTool.h.