ATLAS Offline Software
Namespaces | Enumerations | Functions
EnumDef.h File Reference
#include <array>
Include dependency graph for EnumDef.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MCP
 
 MCP::DetectorType
 
 MCP::SystVariation
 

Enumerations

enum  MCP::TrackType { MCP::TrackType::CB, MCP::TrackType::ID, MCP::TrackType::ME }
 
enum  MCP::SagittaCorrection { MCP::SagittaCorrection::Nominal, MCP::SagittaCorrection::Datastat__1up, MCP::SagittaCorrection::Residual__1up }
 
enum  MCP::ScaleResCorrection { MCP::ScaleResCorrection::Nominal, MCP::ScaleResCorrection::SystErr__1up, MCP::ScaleResCorrection::SystErr__1down }
 
enum  MCP::ScaleSmearParam {
  MCP::ScaleSmearParam::s0, MCP::ScaleSmearParam::s1, MCP::ScaleSmearParam::r0, MCP::ScaleSmearParam::r1,
  MCP::ScaleSmearParam::r2
}
 
enum  MCP::ExpectedResParam { MCP::ExpectedResParam::r0, MCP::ExpectedResParam::r1, MCP::ExpectedResParam::r2, MCP::ExpectedResParam::r2tan2 }
 
enum  MCP::DataYear {
  MCP::DataYear::Data16, MCP::DataYear::Data17, MCP::DataYear::Data18, MCP::DataYear::Data22,
  MCP::DataYear::Data23, MCP::DataYear::Run4
}
 
enum  MCP::MST_Categories {
  MCP::MST_Categories::Undefined, MCP::MST_Categories::Zero, MCP::MST_Categories::One, MCP::MST_Categories::Two,
  MCP::MST_Categories::Three, MCP::MST_Categories::Four
}
 
enum  { MCP::DetectorType::MS = 1, MCP::DetectorType::ID = 2, MCP::DetectorType::CB = 3 }
 
enum  { MCP::SystVariation::Default = 0, MCP::SystVariation::Down = -1, MCP::SystVariation::Up = 1 }
 

Functions

std::string MCP::toString (TrackType trkType)
 
std::string MCP::toString (ScaleSmearParam param)
 
std::string MCP::toString (DataYear year)