PandaRoot
PndEmcGeoPar Class Reference

#include <PndEmcGeoPar.h>

Inheritance diagram for PndEmcGeoPar:

Public Member Functions

 PndEmcGeoPar (const char *name="PndEmcGeoPar", const char *title="Emc Geometry Version Flag", const char *context="TestDefaultContext")
 
 ~PndEmcGeoPar (void)
 
void clear (void)
 
void putParams (FairParamList *)
 
Bool_t getParams (FairParamList *)
 
Int_t GetMapperVersion ()
 
void SetMapperVersion (Int_t mapperVersion)
 
Int_t GetGeometryVersion ()
 
void SetGeometryVersion (Int_t geometryVersion)
 
void InitEmcMapper ()
 

Detailed Description

Definition at line 8 of file PndEmcGeoPar.h.

Constructor & Destructor Documentation

◆ PndEmcGeoPar()

PndEmcGeoPar::PndEmcGeoPar ( const char *  name = "PndEmcGeoPar",
const char *  title = "Emc Geometry Version Flag",
const char *  context = "TestDefaultContext" 
)

◆ ~PndEmcGeoPar()

PndEmcGeoPar::~PndEmcGeoPar ( void  )

Member Function Documentation

◆ clear()

void PndEmcGeoPar::clear ( void  )

◆ GetGeometryVersion()

Int_t PndEmcGeoPar::GetGeometryVersion ( )
inline

Definition at line 23 of file PndEmcGeoPar.h.

23 { return fGeometryVersion; }

◆ GetMapperVersion()

Int_t PndEmcGeoPar::GetMapperVersion ( )
inline

Definition at line 17 of file PndEmcGeoPar.h.

17 { return fMapperVersion; }

◆ getParams()

Bool_t PndEmcGeoPar::getParams ( FairParamList *  )

◆ InitEmcMapper()

void PndEmcGeoPar::InitEmcMapper ( )

Referenced by SetGeometryVersion().

◆ putParams()

void PndEmcGeoPar::putParams ( FairParamList *  )

◆ SetGeometryVersion()

void PndEmcGeoPar::SetGeometryVersion ( Int_t  geometryVersion)
inline

Definition at line 24 of file PndEmcGeoPar.h.

References InitEmcMapper().

24 { fGeometryVersion = geometryVersion; }

◆ SetMapperVersion()

void PndEmcGeoPar::SetMapperVersion ( Int_t  mapperVersion)
inline

Definition at line 18 of file PndEmcGeoPar.h.

19  { // AB
20  fMapperVersion = mapperVersion;
21  }

The documentation for this class was generated from the following file: