FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
emc
EmcMC
PndEmcGeoPar.h
Go to the documentation of this file.
1
#ifndef PNDEMCGEOPAR_H
2
#define PNDEMCGEOPAR_H
3
4
#include "FairParGenericSet.h"
5
#include "TH1F.h"
6
#include "TObjArray.h"
7
8
class
PndEmcGeoPar
:
public
FairParGenericSet
9
{
10
public
:
11
PndEmcGeoPar
(
const
char
*
name
=
"PndEmcGeoPar"
,
12
const
char
* title=
"Emc Geometry Version Flag"
,
13
const
char
* context=
"TestDefaultContext"
);
14
~PndEmcGeoPar
(
void
);
15
void
clear
(
void
);
16
17
void
putParams
(FairParamList*);
18
Bool_t
getParams
(FairParamList*);
19
20
Int_t
GetMapperVersion
(){
return
fMapperVersion
;}
21
void
SetMapperVersion
(Int_t mapperVersion){
//AB
22
fMapperVersion
= mapperVersion;
23
}
24
25
Int_t
GetGeometryVersion
(){
return
fGeometryVersion
;}
26
void
SetGeometryVersion
(Int_t geometryVersion){
27
fGeometryVersion
= geometryVersion;
28
}
29
30
void
InitEmcMapper
();
31
32
private
:
33
Int_t
fMapperVersion
;
34
Int_t
fGeometryVersion
;
35
36
ClassDef(
PndEmcGeoPar
,2)
37
};
38
39
#endif
/* !PNDEMCGEOPAR_H */
PndEmcGeoPar::SetGeometryVersion
void SetGeometryVersion(Int_t geometryVersion)
Definition:
PndEmcGeoPar.h:26
PndEmcGeoPar::SetMapperVersion
void SetMapperVersion(Int_t mapperVersion)
Definition:
PndEmcGeoPar.h:21
PndEmcGeoPar::GetMapperVersion
Int_t GetMapperVersion()
Definition:
PndEmcGeoPar.h:20
PndEmcGeoPar
Definition:
PndEmcGeoPar.h:8
PndEmcGeoPar::InitEmcMapper
void InitEmcMapper()
Definition:
PndEmcGeoPar.cxx:41
PndEmcGeoPar::putParams
void putParams(FairParamList *)
Definition:
PndEmcGeoPar.cxx:25
PndEmcGeoPar::~PndEmcGeoPar
~PndEmcGeoPar(void)
Definition:
PndEmcGeoPar.cxx:17
PndEmcGeoPar::clear
void clear(void)
Definition:
PndEmcGeoPar.cxx:21
PndEmcGeoPar::fMapperVersion
Int_t fMapperVersion
Definition:
PndEmcGeoPar.h:33
PndEmcGeoPar::getParams
Bool_t getParams(FairParamList *)
Definition:
PndEmcGeoPar.cxx:32
name
TString name
Definition:
createRootGeoFile.C:82
PndEmcGeoPar::GetGeometryVersion
Int_t GetGeometryVersion()
Definition:
PndEmcGeoPar.h:25
PndEmcGeoPar::fGeometryVersion
Int_t fGeometryVersion
Definition:
PndEmcGeoPar.h:34
Bool_t
Bool_t
Definition:
SimCompleteLinkDef.h:6
PndEmcGeoPar::PndEmcGeoPar
PndEmcGeoPar(const char *name="PndEmcGeoPar", const char *title="Emc Geometry Version Flag", const char *context="TestDefaultContext")
Generated on Sun Aug 18 2019 03:01:22 for FairRoot/PandaRoot by
1.8.8