ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LVL1MUCTPIPHASE1::DAQData Struct Reference

#include <MUCTPIResults.h>

Collaboration diagram for LVL1MUCTPIPHASE1::DAQData:

Public Member Functions

 DAQData (unsigned word, const std::vector< std::pair< std::shared_ptr< TrigConf::L1Threshold >, bool > > &decisions)
 

Public Attributes

unsigned dataWord =0
 
std::vector< std::pair< std::shared_ptr< TrigConf::L1Threshold >, bool > > thresholdDecisions
 

Detailed Description

Definition at line 19 of file MUCTPIResults.h.

Constructor & Destructor Documentation

◆ DAQData()

LVL1MUCTPIPHASE1::DAQData::DAQData ( unsigned  word,
const std::vector< std::pair< std::shared_ptr< TrigConf::L1Threshold >, bool > > &  decisions 
)
inline

Definition at line 21 of file MUCTPIResults.h.

22  :
23  dataWord(word),
25  }

Member Data Documentation

◆ dataWord

unsigned LVL1MUCTPIPHASE1::DAQData::dataWord =0

Definition at line 27 of file MUCTPIResults.h.

◆ thresholdDecisions

std::vector<std::pair<std::shared_ptr<TrigConf::L1Threshold>, bool> > LVL1MUCTPIPHASE1::DAQData::thresholdDecisions

Definition at line 28 of file MUCTPIResults.h.


The documentation for this struct was generated from the following file:
xAOD::decisions
decisions
Definition: TrigComposite_v1.cxx:81
LVL1MUCTPIPHASE1::DAQData::dataWord
unsigned dataWord
Definition: MUCTPIResults.h:27
LVL1MUCTPIPHASE1::DAQData::thresholdDecisions
std::vector< std::pair< std::shared_ptr< TrigConf::L1Threshold >, bool > > thresholdDecisions
Definition: MUCTPIResults.h:28