PandaRoot
PndGeoOtPar Class Reference

#include <PndGeoOtPar.h>

Inheritance diagram for PndGeoOtPar:

Public Member Functions

 PndGeoOtPar (const char *name="PndGeoOtPar", const char *title="Ot Geometry Parameters", const char *context="TestDefaultContext")
 
 ~PndGeoOtPar (void)
 
void clear (void)
 
void putParams (FairParamList *)
 
Bool_t getParams (FairParamList *)
 
TObjArray * GetGeoSensitiveNodes ()
 
TObjArray * GetGeoPassiveNodes ()
 
void SetGeometryType (Int_t geoType)
 
void SetTubeInRad (Double_t inrad)
 
void SetTubeOutRad (Double_t outrad)
 
Int_t GetGeometryType ()
 
Double_t GetTubeInRad ()
 
Double_t GetTubeOutRad ()
 

Detailed Description

Definition at line 31 of file PndGeoOtPar.h.

Constructor & Destructor Documentation

◆ PndGeoOtPar()

PndGeoOtPar::PndGeoOtPar ( const char *  name = "PndGeoOtPar",
const char *  title = "Ot Geometry Parameters",
const char *  context = "TestDefaultContext" 
)

◆ ~PndGeoOtPar()

PndGeoOtPar::~PndGeoOtPar ( void  )

Member Function Documentation

◆ clear()

void PndGeoOtPar::clear ( void  )

◆ GetGeometryType()

Int_t PndGeoOtPar::GetGeometryType ( )
inline

Definition at line 54 of file PndGeoOtPar.h.

54 { return (Int_t)fGeoType; };

◆ GetGeoPassiveNodes()

TObjArray* PndGeoOtPar::GetGeoPassiveNodes ( )
inline

Definition at line 48 of file PndGeoOtPar.h.

48 { return fGeoPassNodes; }

◆ GetGeoSensitiveNodes()

TObjArray* PndGeoOtPar::GetGeoSensitiveNodes ( )
inline

Definition at line 47 of file PndGeoOtPar.h.

47 { return fGeoSensNodes; }

◆ getParams()

Bool_t PndGeoOtPar::getParams ( FairParamList *  )

◆ GetTubeInRad()

Double_t PndGeoOtPar::GetTubeInRad ( )
inline

Definition at line 55 of file PndGeoOtPar.h.

55 { return (Double_t)fTubeInRad; };

◆ GetTubeOutRad()

Double_t PndGeoOtPar::GetTubeOutRad ( )
inline

Definition at line 56 of file PndGeoOtPar.h.

56 { return (Double_t)fTubeOutRad; };

◆ putParams()

void PndGeoOtPar::putParams ( FairParamList *  )

◆ SetGeometryType()

void PndGeoOtPar::SetGeometryType ( Int_t  geoType)
inline

Definition at line 51 of file PndGeoOtPar.h.

51 { fGeoType = geoType; }

◆ SetTubeInRad()

void PndGeoOtPar::SetTubeInRad ( Double_t  inrad)
inline

Definition at line 52 of file PndGeoOtPar.h.

52 { fTubeInRad = inrad; }

◆ SetTubeOutRad()

void PndGeoOtPar::SetTubeOutRad ( Double_t  outrad)
inline

Definition at line 53 of file PndGeoOtPar.h.

53 { fTubeOutRad = outrad; }

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