Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Framework
MDetector
MHierarchyInfo.cc
Go to the documentation of this file.
1
#include <mdet/MHierarchyInfo.h>
2
3
namespace
mdet {
4
5
const
char
*
const
6
MHierarchyInfo::kComponentsIds
[] = {
7
"counterId"
,
8
"moduleId"
,
9
"frontendId"
,
10
"scintillatorId"
,
11
"fiberId"
,
12
"pmtId"
,
13
"pixelId"
,
14
"channelId"
,
15
"frontendsipmId"
,
16
"sipmarrayId"
,
17
"sipmId"
,
18
"channelsipmId"
,
19
"backendsipmId"
20
21
};
22
23
const
char
*
const
24
MHierarchyInfo::kComponentsNames
[] = {
25
"counter"
,
//0
26
"module"
,
//1
27
"frontend"
,
//2
28
"scintillator"
,
//3
29
"fiber"
,
//4
30
"pmt"
,
//5
31
"pixel"
,
//6
32
"channel"
,
//7
33
"frontendsipm"
,
//8
34
"sipmarray"
,
//9
35
"sipm"
,
//10
36
"channelsipm"
,
//11
37
"backendsipm"
//12
38
};
39
40
}
mdet::MHierarchyInfo::kComponentsNames
static const char *const kComponentsNames[13]
Definition:
MHierarchyInfo.h:31
mdet::MHierarchyInfo::kComponentsIds
static const char *const kComponentsIds[13]
Definition:
MHierarchyInfo.h:30
, generated on Tue Sep 26 2023.