Constants and enumerated types for sistrip::View. More...
Go to the source code of this file.
Namespaces | |
sistrip | |
sistrip classes | |
Macros | |
#define | DataFormats_SiStripCommon_ConstantsForView_H |
Enumerations | |
enum | sistrip::View { sistrip::UNKNOWN_VIEW = sistrip::unknown_, sistrip::UNDEFINED_VIEW = sistrip::invalid_, sistrip::READOUT_VIEW = 1, sistrip::CONTROL_VIEW = 2, sistrip::DETECTOR_VIEW = 3 } |
Variables | |
static const char | sistrip::controlView_ [] = "ControlView" |
static const char | sistrip::detectorView_ [] = "DetectorView" |
static const char | sistrip::readoutView_ [] = "ReadoutView" |
static const char | sistrip::undefinedView_ [] = "UndefinedView" |
static const char | sistrip::unknownView_ [] = "UnknownView" |
Constants and enumerated types for sistrip::View.
Definition in file ConstantsForView.h.
#define DataFormats_SiStripCommon_ConstantsForView_H |