![]() |
ATLAS Offline Software
|
Interface definition for TrigT1CaloMonErrorTool. More...
#include <ITrigT1CaloMonErrorTool.h>
Public Member Functions | |
virtual StatusCode | retrieve (const std::vector< unsigned int > *&errColl)=0 |
Retrieve error vector. More... | |
virtual bool | corrupt ()=0 |
Return true if current event has any corruption errors. More... | |
virtual bool | fullEventTimeout ()=0 |
Return true if current event has Full Event status generic timeout bit set. More... | |
virtual bool | missingFragment ()=0 |
Return true if any ROB/ROD fragments are missing. More... | |
virtual bool | robOrUnpackingError ()=0 |
Return true if current event has any ROB or unpacking errors. More... | |
virtual const std::string & | flagCorruptEvents () const =0 |
Return corrupt events flag string. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
Interface definition for TrigT1CaloMonErrorTool.
Definition at line 22 of file ITrigT1CaloMonErrorTool.h.
|
pure virtual |
Return true if current event has any corruption errors.
Implemented in LVL1::TrigT1CaloMonErrorToolV1, and LVL1::TrigT1CaloMonErrorTool.
|
pure virtual |
Return corrupt events flag string.
Implemented in LVL1::TrigT1CaloMonErrorToolV1, and LVL1::TrigT1CaloMonErrorTool.
|
pure virtual |
Return true if current event has Full Event status generic timeout bit set.
Implemented in LVL1::TrigT1CaloMonErrorToolV1, and LVL1::TrigT1CaloMonErrorTool.
|
pure virtual |
Return true if any ROB/ROD fragments are missing.
Implemented in LVL1::TrigT1CaloMonErrorToolV1, and LVL1::TrigT1CaloMonErrorTool.
|
pure virtualinherited |
Print the state of the tool.
Implemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
|
pure virtual |
Retrieve error vector.
Implemented in LVL1::TrigT1CaloMonErrorToolV1, and LVL1::TrigT1CaloMonErrorTool.
|
pure virtual |
Return true if current event has any ROB or unpacking errors.
Implemented in LVL1::TrigT1CaloMonErrorToolV1, and LVL1::TrigT1CaloMonErrorTool.