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