Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by pam-fi, Wed Jun 10 12:45:46 2009 UTC | revision 1.4 by pam-fi, Wed Aug 5 14:06:44 2009 UTC | |
|---|---|---|
| # | Line 30 enum DETECTORCODE { | Line 30 enum DETECTORCODE { |
| 30 | ///< Code for Calorimeter level1 | ///< Code for Calorimeter level1 |
| 31 | }; | }; |
| 32 | ||
| 33 | /*! @enum TOFLAYERS Flags to identify layers. */ | |
| 34 | enum TOFLAYERS { | |
| 35 | S11 = 1, ///< S11. | |
| 36 | S12 = 2, ///< S12. | |
| 37 | S21 = 4, ///< S21. | |
| 38 | S22 = 8, ///< S22. | |
| 39 | S31 = 16, ///< S31. | |
| 40 | S32 = 32 | |
| 41 | ///< S32. | |
| 42 | }; | |
| 43 | ||
| 44 | /*! @var TOFNPADLAYER | /*! @var TOFNPADLAYER |
| 45 | * The number of pads in each ToF layer. S11 corresponds to element 0, S12 to element 1 and so on. | * The number of pads in each ToF layer. S11 corresponds to element 0, S12 to element 1 and so on. |
| 46 | */ | */ |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |