![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Rtypes.h"
Include dependency graph for Detector.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Detector |
Typedefs | |
| typedef enum Detector::EDetector | Detector::Detector_t |
Enumerations | |
| enum | Detector::EDetector { Detector::kUnknown = 0x00, Detector::kCal = 0x01, Detector::kCalCrystal = 0x02, Detector::kDch = 0x04, Detector::kGfi = 0x08, Detector::kLand = 0x10, Detector::kMtof = 0x12, Detector::kTof = 0x14, Detector::kTracker = 0x16 } |
Functions | |
| Int_t | Detector::FullMask () |
| const Char_t * | Detector::AsString (Detector_t detector) |
| Detector::Detector_t | Detector::CharToEnum (Char_t c) |
| Char_t * | Detector::MaskToString (Int_t mask) |
| Detector::Detector_t | Detector::StringToEnum (const Char_t *chars, Int_t maxChar=0) |
| Int_t | Detector::StringToMask (const Char_t *chars, Int_t maxChar=0) |