ATLAS Offline Software
Loading...
Searching...
No Matches
CscTimeStatus.h File Reference
#include <string>
Include dependency graph for CscTimeStatus.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::CscTimeStatus {
  Muon::CscTimeSuccess =0 , Muon::CscTimeEarly =1 , Muon::CscTimeLate =2 , Muon::CscTimeUnavailable =3 ,
  Muon::CscTimeStatusUndefined =255
}
 Enum to represent the cluster time measurement status - see the specific enum values for more details. More...

Functions

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