ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LVL1::TrigThresholdDecisionTool::RPCFlagDecision Struct Reference

#include <TrigThresholdDecisionTool.h>

Collaboration diagram for LVL1::TrigThresholdDecisionTool::RPCFlagDecision:

Public Member Functions

 RPCFlagDecision (const bool &M)
 
bool operator< (const RPCFlagDecision &rhs) const
 

Public Attributes

unsigned word
 
bool pass
 

Detailed Description

Definition at line 84 of file TrigThresholdDecisionTool.h.

Constructor & Destructor Documentation

◆ RPCFlagDecision()

LVL1::TrigThresholdDecisionTool::RPCFlagDecision::RPCFlagDecision ( const bool &  M)
inline

Definition at line 86 of file TrigThresholdDecisionTool.h.

86 {word = M;pass=false;}

Member Function Documentation

◆ operator<()

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

Definition at line 89 of file TrigThresholdDecisionTool.h.

89 {return word < rhs.word;}

Member Data Documentation

◆ pass

bool LVL1::TrigThresholdDecisionTool::RPCFlagDecision::pass

Definition at line 92 of file TrigThresholdDecisionTool.h.

◆ word

unsigned LVL1::TrigThresholdDecisionTool::RPCFlagDecision::word

Definition at line 91 of file TrigThresholdDecisionTool.h.


The documentation for this struct was generated from the following file:
LVL1::TrigThresholdDecisionTool::RPCFlagDecision::pass
bool pass
Definition: TrigThresholdDecisionTool.h:92
LVL1::TrigThresholdDecisionTool::RPCFlagDecision::word
unsigned word
Definition: TrigThresholdDecisionTool.h:91