PandaRoot
PndGeoFtsPar Class Reference

#include <PndGeoFtsPar.h>

Inheritance diagram for PndGeoFtsPar:

Public Member Functions

 PndGeoFtsPar (const char *name="PndGeoFtsPar", const char *title="Fts Geometry Parameters", const char *context="TestDefaultContext")
 
 ~PndGeoFtsPar (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 23 of file PndGeoFtsPar.h.

Constructor & Destructor Documentation

◆ PndGeoFtsPar()

PndGeoFtsPar::PndGeoFtsPar ( const char *  name = "PndGeoFtsPar",
const char *  title = "Fts Geometry Parameters",
const char *  context = "TestDefaultContext" 
)

◆ ~PndGeoFtsPar()

PndGeoFtsPar::~PndGeoFtsPar ( void  )

Member Function Documentation

◆ clear()

void PndGeoFtsPar::clear ( void  )

◆ GetGeometryType()

Int_t PndGeoFtsPar::GetGeometryType ( )
inline

Definition at line 46 of file PndGeoFtsPar.h.

46 { return (Int_t)fGeoType; };

◆ GetGeoPassiveNodes()

TObjArray* PndGeoFtsPar::GetGeoPassiveNodes ( )
inline

Definition at line 40 of file PndGeoFtsPar.h.

40 { return fGeoPassNodes; }

◆ GetGeoSensitiveNodes()

TObjArray* PndGeoFtsPar::GetGeoSensitiveNodes ( )
inline

Definition at line 39 of file PndGeoFtsPar.h.

39 { return fGeoSensNodes; }

◆ getParams()

Bool_t PndGeoFtsPar::getParams ( FairParamList *  )

◆ GetTubeInRad()

Double_t PndGeoFtsPar::GetTubeInRad ( )
inline

Definition at line 47 of file PndGeoFtsPar.h.

47 { return (Double_t)fTubeInRad; };

◆ GetTubeOutRad()

Double_t PndGeoFtsPar::GetTubeOutRad ( )
inline

Definition at line 48 of file PndGeoFtsPar.h.

48 { return (Double_t)fTubeOutRad; };

◆ putParams()

void PndGeoFtsPar::putParams ( FairParamList *  )

◆ SetGeometryType()

void PndGeoFtsPar::SetGeometryType ( Int_t  geoType)
inline

Definition at line 43 of file PndGeoFtsPar.h.

43 { fGeoType = geoType; }

◆ SetTubeInRad()

void PndGeoFtsPar::SetTubeInRad ( Double_t  inrad)
inline

Definition at line 44 of file PndGeoFtsPar.h.

44 { fTubeInRad = inrad; }

◆ SetTubeOutRad()

void PndGeoFtsPar::SetTubeOutRad ( Double_t  outrad)
inline

Definition at line 45 of file PndGeoFtsPar.h.

45 { fTubeOutRad = outrad; }

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