ATLAS Offline Software
Loading...
Searching...
No Matches
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),
24 thresholdDecisions(decisions) {
25 }
std::vector< std::pair< std::shared_ptr< TrigConf::L1Threshold >, bool > > thresholdDecisions

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: