#include "TObject.h"Go to the source code of this file.
Namespaces | |
| namespace | recobase |
Classes | |
| class | recobase::CellHit |
Typedefs | |
| typedef enum recobase::ECellHit | CellHit_t |
| enum for calib status of CellHits | |
Enumerations | |
| enum | ECellHit { kRAW = 0, kPE = 1, kPEAC = 2, kMIP = 3, kTNS = 8, kTT0 = 9, kTTrans = 10 } |
| enum for calib status of CellHits More... | |
|
|
enum for calib status of CellHits
|
|
|
enum for calib status of CellHits
Definition at line 18 of file CellHit.h. 00018 {
00019 kRAW = 0,
00020 kPE = 1,
00021 kPEAC= 2,
00022 kMIP = 3,
00023 kTNS = 8,
00024 kTT0 = 9,
00025 kTTrans = 10
00026 } CellHit_t;
|
1.3.9.1