ATLAS Offline Software
Namespaces | Enumerations | Functions
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

 Muon
 This class provides conversion from CSC RDO data to CSC Digits.
 

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. More...