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 20 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 35 of file PndEmcGeoPar.h.

35 { return fGeometryVersion; }

◆ GetMapperVersion()

Int_t PndEmcGeoPar::GetMapperVersion ( )
inline

Definition at line 29 of file PndEmcGeoPar.h.

29 { 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 36 of file PndEmcGeoPar.h.

References InitEmcMapper().

36 { fGeometryVersion = geometryVersion; }

◆ SetMapperVersion()

void PndEmcGeoPar::SetMapperVersion ( Int_t  mapperVersion)
inline

Definition at line 30 of file PndEmcGeoPar.h.

31  { // AB
32  fMapperVersion = mapperVersion;
33  }

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