ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
ITrigLArNoiseBurstHypoTool::FlagNoiseInfo Struct Reference

#include <ITrigLArNoiseBurstHypoTool.h>

Collaboration diagram for ITrigLArNoiseBurstHypoTool::FlagNoiseInfo:

Public Member Functions

 FlagNoiseInfo (TrigCompositeUtils::Decision *d, unsigned int &f, const TrigRoiDescriptor *r, const TrigCompositeUtils::Decision *previousDecision)
 

Public Attributes

TrigCompositeUtils::Decisiondecision
 
unsigned int & flag
 
const TrigRoiDescriptorroi
 
const TrigCompositeUtils::DecisionIDContainer previousDecisionIDs
 

Detailed Description

Definition at line 28 of file ITrigLArNoiseBurstHypoTool.h.

Constructor & Destructor Documentation

◆ FlagNoiseInfo()

ITrigLArNoiseBurstHypoTool::FlagNoiseInfo::FlagNoiseInfo ( TrigCompositeUtils::Decision d,
unsigned int &  f,
const TrigRoiDescriptor r,
const TrigCompositeUtils::Decision previousDecision 
)
inline

Definition at line 29 of file ITrigLArNoiseBurstHypoTool.h.

33  : decision( d ),
34  flag(f),
35  roi( r ),
37  TrigCompositeUtils::decisionIDs( previousDecision ).end() )
38  {}

Member Data Documentation

◆ decision

TrigCompositeUtils::Decision* ITrigLArNoiseBurstHypoTool::FlagNoiseInfo::decision

Definition at line 40 of file ITrigLArNoiseBurstHypoTool.h.

◆ flag

unsigned int& ITrigLArNoiseBurstHypoTool::FlagNoiseInfo::flag

Definition at line 41 of file ITrigLArNoiseBurstHypoTool.h.

◆ previousDecisionIDs

const TrigCompositeUtils::DecisionIDContainer ITrigLArNoiseBurstHypoTool::FlagNoiseInfo::previousDecisionIDs

Definition at line 43 of file ITrigLArNoiseBurstHypoTool.h.

◆ roi

const TrigRoiDescriptor* ITrigLArNoiseBurstHypoTool::FlagNoiseInfo::roi

Definition at line 42 of file ITrigLArNoiseBurstHypoTool.h.


The documentation for this struct was generated from the following file:
beamspotman.r
def r
Definition: beamspotman.py:676
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127
ITrigLArNoiseBurstHypoTool::FlagNoiseInfo::decision
TrigCompositeUtils::Decision * decision
Definition: ITrigLArNoiseBurstHypoTool.h:40
hist_file_dump.d
d
Definition: hist_file_dump.py:137
PlotCalibFromCool.begin
begin
Definition: PlotCalibFromCool.py:94
mergePhysValFiles.end
end
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:93
ITrigLArNoiseBurstHypoTool::FlagNoiseInfo::roi
const TrigRoiDescriptor * roi
Definition: ITrigLArNoiseBurstHypoTool.h:42
TrigCompositeUtils::decisionIDs
void decisionIDs(const Decision *d, DecisionIDContainer &destination)
Extracts DecisionIDs stored in the Decision object.
Definition: TrigCompositeUtilsRoot.cxx:67
ITrigLArNoiseBurstHypoTool::FlagNoiseInfo::previousDecisionIDs
const TrigCompositeUtils::DecisionIDContainer previousDecisionIDs
Definition: ITrigLArNoiseBurstHypoTool.h:43
ITrigLArNoiseBurstHypoTool::FlagNoiseInfo::flag
unsigned int & flag
Definition: ITrigLArNoiseBurstHypoTool.h:41