ATLAS Offline Software
Loading...
Searching...
No Matches
CscStripStatus.h File Reference
#include <string>
Include dependency graph for CscStripStatus.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Muon
 NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.

Enumerations

enum  Muon::CscStripStatus {
  Muon::CscStrStatSuccess = 0 , Muon::CscStrStatParabolaFailed = 1 , Muon::CscStrStatHot = 2 , Muon::CscStrStatDead = 3 ,
  Muon::CscStrStatSaturated = 4 , Muon::CscStrStatStuckBit = 5 , Muon::CscStrStatNoBipolaShape = 6 , Muon::CscStrStatSomethingNew = 7 ,
  Muon::CscStrStatUndefined = 255
}
 Enum to represent the strip status - see the specific enum values for more details. More...

Functions

std::string Muon::toString (CscStripStatus cstat)
 Return a string description of a CSC cluster status flag.