ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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 74 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 76 of file TrigThresholdDecisionTool.h.

76 {word = F + 2*C + 4*H;pass=false;}

Member Function Documentation

◆ operator<()

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

Definition at line 79 of file TrigThresholdDecisionTool.h.

79 {return word < rhs.word;}

Member Data Documentation

◆ pass

bool LVL1::TrigThresholdDecisionTool::TGCFlagDecision::pass

Definition at line 82 of file TrigThresholdDecisionTool.h.

◆ word

unsigned LVL1::TrigThresholdDecisionTool::TGCFlagDecision::word

Definition at line 81 of file TrigThresholdDecisionTool.h.


The documentation for this struct was generated from the following file:
DMTest::C
C_v1 C
Definition: C.h:26
H
#define H(x, y, z)
Definition: MD5.cxx:114
LVL1::TrigThresholdDecisionTool::TGCFlagDecision::word
unsigned word
Definition: TrigThresholdDecisionTool.h:81
F
#define F(x, y, z)
Definition: MD5.cxx:112
LVL1::TrigThresholdDecisionTool::TGCFlagDecision::pass
bool pass
Definition: TrigThresholdDecisionTool.h:82