ATLAS Offline Software
Public Member Functions | Static Public Attributes | List of all members
GlobalSim::ITIPwriterAlgTool Class Referenceabstract

#include <ITIPwriterAlgTool.h>

Inheritance diagram for GlobalSim::ITIPwriterAlgTool:
Collaboration diagram for GlobalSim::ITIPwriterAlgTool:

Public Member Functions

 DeclareInterfaceID (ITIPwriterAlgTool, 1, 0)
 
virtual ~ITIPwriterAlgTool ()=default
 
virtual StatusCode updateTIP (std::bitset< s_nbits_TIP > &, const EventContext &) 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. More...
 

Detailed Description

Definition at line 17 of file ITIPwriterAlgTool.h.

Constructor & Destructor Documentation

◆ ~ITIPwriterAlgTool()

virtual GlobalSim::ITIPwriterAlgTool::~ITIPwriterAlgTool ( )
virtualdefault

Member Function Documentation

◆ DeclareInterfaceID()

GlobalSim::ITIPwriterAlgTool::DeclareInterfaceID ( ITIPwriterAlgTool  ,
,
 
)

◆ toString()

virtual std::string GlobalSim::ITIPwriterAlgTool::toString ( ) const
pure virtual

◆ updateTIP()

virtual StatusCode GlobalSim::ITIPwriterAlgTool::updateTIP ( std::bitset< s_nbits_TIP > &  ,
const EventContext &   
) const
pure virtual

Member Data Documentation

◆ s_nbits_TIP

constexpr std::size_t GlobalSim::ITIPwriterAlgTool::s_nbits_TIP {1024}
staticconstexpr

Number of bits for the TIP word.

The TIP word gathers results from Global, and sends to the the CTP.

Definition at line 23 of file ITIPwriterAlgTool.h.


The documentation for this class was generated from the following file: