ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_FlaggedCondEnum.h
Go to the documentation of this file.
1// -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
5*/
6
13
14#ifndef SCT_FLAGGEDCONDENUM_H
15#define SCT_FLAGGEDCONDENUM_H
16
17#include <vector>
18
25 enum ErrorType {
26 ExceedMaxFiredStrips, // SCT_Clusterization: Exceeds max fired strips
27 ExceedMaxRDOs, // SCT_TrgClusterization: Exceeds max RDOs
29 };
30 static const std::vector<std::string> ErrorTypeDescription = {
31 "SCT_Clusterization: Exceeds max fired strips", // ExceedMaxFiredStrips
32 "SCT_TrgClusterization: Exceeds max RDOs" // ExceedMaxRDOs
33 };
34}
35
36#endif // SCT_FLAGGEDCONDENUM_H
static const std::vector< std::string > ErrorTypeDescription
ErrorType
SCT flagged condition error type enums used in SCT_Clusterization, SCT_FlaggedConditionTool.