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