Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Framework
CDetector
CDetectorConstants.h
Go to the documentation of this file.
1
6
#ifndef _cdet_CDetectorConstants_h_
7
#define _cdet_CDetectorConstants_h_
8
9
10
namespace
cdet {
11
12
namespace
CDetectorConstants {
13
14
enum
GridIndex
{
15
eAny
= -1,
16
17
eStandard
= 0,
18
eInfill750
= 1,
19
eInfill433
= 2,
20
eStandard2600
= 3
21
};
22
23
// size for collections of grid indices
24
const
unsigned
char
kGridIndexSize
= 4;
25
26
}
27
28
}
29
30
31
#endif
cdet::CDetectorConstants::GridIndex
GridIndex
Definition:
CDetectorConstants.h:14
cdet::CDetectorConstants::eAny
Definition:
CDetectorConstants.h:15
cdet::CDetectorConstants::eStandard
Definition:
CDetectorConstants.h:17
cdet::CDetectorConstants::eStandard2600
Definition:
CDetectorConstants.h:20
cdet::CDetectorConstants::kGridIndexSize
const unsigned char kGridIndexSize
Definition:
CDetectorConstants.h:24
cdet::CDetectorConstants::eInfill750
Definition:
CDetectorConstants.h:18
cdet::CDetectorConstants::eInfill433
Definition:
CDetectorConstants.h:19
, generated on Tue Sep 26 2023.