ATLAS Offline Software
Loading...
Searching...
No Matches
LVL1::TrigThresholdDecisionTool::TGCFlagDecision Struct Reference

#include <TrigThresholdDecisionTool.h>

Collaboration diagram for LVL1::TrigThresholdDecisionTool::TGCFlagDecision:

Public Member Functions

 TGCFlagDecision (const bool &F, const bool &C, const bool &H)
bool operator< (const TGCFlagDecision &rhs) const

Public Attributes

unsigned word
bool pass

Detailed Description

Definition at line 78 of file TrigThresholdDecisionTool.h.

Constructor & Destructor Documentation

◆ TGCFlagDecision()

LVL1::TrigThresholdDecisionTool::TGCFlagDecision::TGCFlagDecision ( const bool & F,
const bool & C,
const bool & H )
inline

Definition at line 80 of file TrigThresholdDecisionTool.h.

80{word = F + 2*C + 4*H;pass=false;}
#define F(x, y, z)
Definition MD5.cxx:112
#define H(x, y, z)
Definition MD5.cxx:114
struct color C

Member Function Documentation

◆ operator<()

bool LVL1::TrigThresholdDecisionTool::TGCFlagDecision::operator< ( const TGCFlagDecision & rhs) const
inline

Definition at line 83 of file TrigThresholdDecisionTool.h.

83{return word < rhs.word;}

Member Data Documentation

◆ pass

bool LVL1::TrigThresholdDecisionTool::TGCFlagDecision::pass

Definition at line 86 of file TrigThresholdDecisionTool.h.

◆ word

unsigned LVL1::TrigThresholdDecisionTool::TGCFlagDecision::word

Definition at line 85 of file TrigThresholdDecisionTool.h.


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