![]() |
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. | |
| virtual bool | corrupt ()=0 |
| Return true if current event has any corruption errors. | |
| virtual bool | fullEventTimeout ()=0 |
| Return true if current event has Full Event status generic timeout bit set. | |
| virtual bool | missingFragment ()=0 |
| Return true if any ROB/ROD fragments are missing. | |
| virtual bool | robOrUnpackingError ()=0 |
| Return true if current event has any ROB or unpacking errors. | |
| virtual const std::string & | flagCorruptEvents () const =0 |
| Return corrupt events flag string. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
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::TrigT1CaloMonErrorTool, and LVL1::TrigT1CaloMonErrorToolV1.
|
pure virtual |
Return corrupt events flag string.
Implemented in LVL1::TrigT1CaloMonErrorTool, and LVL1::TrigT1CaloMonErrorToolV1.
|
pure virtual |
Return true if current event has Full Event status generic timeout bit set.
Implemented in LVL1::TrigT1CaloMonErrorTool, and LVL1::TrigT1CaloMonErrorToolV1.
|
pure virtual |
Return true if any ROB/ROD fragments are missing.
Implemented in LVL1::TrigT1CaloMonErrorTool, and LVL1::TrigT1CaloMonErrorToolV1.
|
pure virtualinherited |
Print the state of the tool.
Implemented in asg::AsgTool, AsgHelloTool, HI::HIPileupTool, JetBottomUpSoftDrop, JetConstituentsRetriever, JetDumper, JetFinder, JetFromPseudojet, JetModifiedMassDrop, JetPileupLabelingTool, JetPruner, JetPseudojetRetriever, JetReclusterer, JetReclusteringTool, JetRecTool, JetRecursiveSoftDrop, JetSoftDrop, JetSplitter, JetSubStructureMomentToolsBase, JetToolRunner, JetTrimmer, JetTruthLabelingTool, KtDeltaRTool, and LundVariablesTool.
|
pure virtual |
Retrieve error vector.
Implemented in LVL1::TrigT1CaloMonErrorTool, and LVL1::TrigT1CaloMonErrorToolV1.
|
pure virtual |
Return true if current event has any ROB or unpacking errors.
Implemented in LVL1::TrigT1CaloMonErrorTool, and LVL1::TrigT1CaloMonErrorToolV1.