1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvspamela/yoda/event/SubDetector.h,v $ |
* $Source: /home/cvsmanager/yoda/event/SubDetector.h,v $ |
3 |
* $Id: SubDetector.h,v 1.6 2004/03/16 10:18:28 nagni Exp $ |
* $Id: SubDetector.h,v 5.1 2006/02/04 12:37:43 kusanagi Exp $ |
4 |
* $Author: nagni $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the SubDetector class. |
* Header file for the SubDetector class. |
7 |
*/ |
*/ |
32 |
* Get the name of the subdetector. |
* Get the name of the subdetector. |
33 |
*/ |
*/ |
34 |
std::string GetName(void) const { return Name; } |
std::string GetName(void) const { return Name; } |
35 |
static const SubDetector* Tracker; /**< Tracker */ |
static const SubDetector* Tracker; /**< Tracker */ |
36 |
static const SubDetector* Calorimeter; /**< Calorimeter */ |
static const SubDetector* Calorimeter; /**< Calorimeter */ |
37 |
static const SubDetector* Anticoinc; /**< Anticoincidence unit */ |
static const SubDetector* Anticounter; /**< Anticounter unit */ |
38 |
static const SubDetector* Trigger; /**< Trigger */ |
static const SubDetector* Trigger; /**< Trigger */ |
39 |
|
static const SubDetector* Neutron; /**< Neutron */ |
40 |
|
static const SubDetector* S4; /**< S4 */ |
41 |
|
static const SubDetector* Tof; /**< TOF */ |
42 |
}; |
}; |
43 |
} |
} |
44 |
|
|