FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
emc
EmcMC
PndGeoEmc.h
Go to the documentation of this file.
1
// -------------------------------------------------------------------------
2
// ----- PndGeoEmc header file -----
3
// ----- Created 14/08/06 by S.Spataro -----
4
// -------------------------------------------------------------------------
5
//#pragma once
6
#ifndef PNDGEOEMC_H
7
#define PNDGEOEMC_H
8
9
#include "FairGeoSet.h"
10
11
class
PndGeoEmc
:
public
FairGeoSet {
12
protected
:
13
char
modName
[20];
// name of module
14
char
eleName
[20];
// substring for elements in module
15
16
public
:
17
PndGeoEmc
();
18
~PndGeoEmc
() {}
19
const
char
*
getModuleName
(Int_t);
20
const
char
*
getEleName
(Int_t);
21
22
ClassDef(
PndGeoEmc
,0)
// Class for Emc
23
};
24
25
#endif
/* !PNDGEOEMC_H */
26
27
28
PndGeoEmc::getEleName
const char * getEleName(Int_t)
Definition:
PndGeoEmc.cxx:31
PndGeoEmc::modName
char modName[20]
Definition:
PndGeoEmc.h:13
PndGeoEmc::getModuleName
const char * getModuleName(Int_t)
Definition:
PndGeoEmc.cxx:24
PndGeoEmc::~PndGeoEmc
~PndGeoEmc()
Definition:
PndGeoEmc.h:18
PndGeoEmc::PndGeoEmc
PndGeoEmc()
PndGeoEmc
Definition:
PndGeoEmc.h:11
PndGeoEmc::eleName
char eleName[20]
Definition:
PndGeoEmc.h:14
Generated on Sun Aug 18 2019 03:01:29 for FairRoot/PandaRoot by
1.8.8