FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
hypGe
PndGeoHypGe.cxx
Go to the documentation of this file.
1
// PndGeoHyp
3
//
4
// Class for geometry of EMC
5
//
6
7
//
9
10
#include "
PndGeoHypGe.h
"
11
#include "FairGeoNode.h"
12
13
ClassImp
(
PndGeoHypGe
)
14
15
// ----- Default constructor -------------------------------------------
16
PndGeoHypGe
::
PndGeoHypGe
() {
17
// Constructor
18
fName=
"Ge_Crystal"
;
19
maxSectors=0;
20
maxModules=20;
21
}
22
// -------------------------------------------------------------------------
23
24
const
char
*
PndGeoHypGe::getModuleName
(Int_t
m
) {
25
// Returns the module name of muo number m
26
27
sprintf(
modName
,
"Ge_Crystal%i"
,m+1);
28
return
modName
;
29
}
30
31
const
char
*
PndGeoHypGe::getEleName
(Int_t
m
) {
32
// Returns the element name of muo number m
33
34
sprintf(
eleName
,
"Ge_Crystal%i"
,m+1);
35
return
eleName
;
36
}
PndGeoHypGe::getEleName
const char * getEleName(Int_t)
Definition:
PndGeoHypGe.cxx:31
m
__m128 m
Definition:
P4_F32vec4.h:28
PndGeoHypGe.h
PndGeoHypGe::modName
char modName[20]
Definition:
PndGeoHypGe.h:13
PndGeoHypGe
Definition:
PndGeoHypGe.h:11
PndGeoHypGe::getModuleName
const char * getModuleName(Int_t)
Definition:
PndGeoHypGe.cxx:24
ClassImp
ClassImp(PndGeoHypGe) PndGeoHypGe
Definition:
PndGeoHypGe.cxx:13
PndGeoHypGe::eleName
char eleName[20]
Definition:
PndGeoHypGe.h:14
Generated on Sun Aug 18 2019 03:01:29 for FairRoot/PandaRoot by
1.8.8