ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_FlaggedCondEnum Namespace Reference

Enumerations

enum  ErrorType { ExceedMaxFiredStrips , ExceedMaxRDOs , NUM_ERROR_TYPES }
 SCT flagged condition error type enums used in SCT_Clusterization, SCT_FlaggedConditionTool. More...

Variables

static const std::vector< std::string > ErrorTypeDescription

Enumeration Type Documentation

◆ ErrorType

SCT flagged condition error type enums used in SCT_Clusterization, SCT_FlaggedConditionTool.

Enumerator
ExceedMaxFiredStrips 
ExceedMaxRDOs 
NUM_ERROR_TYPES 

Definition at line 25 of file SCT_FlaggedCondEnum.h.

25 {
26 ExceedMaxFiredStrips, // SCT_Clusterization: Exceeds max fired strips
27 ExceedMaxRDOs, // SCT_TrgClusterization: Exceeds max RDOs
29 };

Variable Documentation

◆ ErrorTypeDescription

const std::vector<std::string> SCT_FlaggedCondEnum::ErrorTypeDescription
static
Initial value:
= {
"SCT_Clusterization: Exceeds max fired strips",
"SCT_TrgClusterization: Exceeds max RDOs"
}

Definition at line 30 of file SCT_FlaggedCondEnum.h.

30 {
31 "SCT_Clusterization: Exceeds max fired strips", // ExceedMaxFiredStrips
32 "SCT_TrgClusterization: Exceeds max RDOs" // ExceedMaxRDOs
33 };