ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TrigGlobalEfficiencyCorrectionTool::TagDecorator Struct Reference
Collaboration diagram for TrigGlobalEfficiencyCorrectionTool::TagDecorator:

Public Member Functions

 TagDecorator (const std::string &name, std::size_t the_hash, bool suffixed)
 

Public Attributes

SG::AuxElement::ConstAccessor< char > decorator
 
std::size_t hash
 
bool suffixed
 

Detailed Description

Definition at line 82 of file TrigGlobalEfficiencyCorrectionTool.h.

Constructor & Destructor Documentation

◆ TagDecorator()

TrigGlobalEfficiencyCorrectionTool::TagDecorator::TagDecorator ( const std::string &  name,
std::size_t  the_hash,
bool  suffixed 
)
inline

Definition at line 87 of file TrigGlobalEfficiencyCorrectionTool.h.

87 : decorator(name), hash(the_hash), suffixed(suffixed) {}

Member Data Documentation

◆ decorator

SG::AuxElement::ConstAccessor<char> TrigGlobalEfficiencyCorrectionTool::TagDecorator::decorator

Definition at line 84 of file TrigGlobalEfficiencyCorrectionTool.h.

◆ hash

std::size_t TrigGlobalEfficiencyCorrectionTool::TagDecorator::hash

Definition at line 85 of file TrigGlobalEfficiencyCorrectionTool.h.

◆ suffixed

bool TrigGlobalEfficiencyCorrectionTool::TagDecorator::suffixed

Definition at line 86 of file TrigGlobalEfficiencyCorrectionTool.h.


The documentation for this struct was generated from the following file:
TrigGlobalEfficiencyCorrectionTool::TagDecorator::suffixed
bool suffixed
Definition: TrigGlobalEfficiencyCorrectionTool.h:86
TrigGlobalEfficiencyCorrectionTool::TagDecorator::decorator
SG::AuxElement::ConstAccessor< char > decorator
Definition: TrigGlobalEfficiencyCorrectionTool.h:84
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
TrigGlobalEfficiencyCorrectionTool::TagDecorator::hash
std::size_t hash
Definition: TrigGlobalEfficiencyCorrectionTool.h:85