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 11 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 34 of file PndGeoFtsPar.h.

34 { return (Int_t)fGeoType; };

◆ GetGeoPassiveNodes()

TObjArray* PndGeoFtsPar::GetGeoPassiveNodes ( )
inline

Definition at line 28 of file PndGeoFtsPar.h.

28 { return fGeoPassNodes; }

◆ GetGeoSensitiveNodes()

TObjArray* PndGeoFtsPar::GetGeoSensitiveNodes ( )
inline

Definition at line 27 of file PndGeoFtsPar.h.

27 { return fGeoSensNodes; }

◆ getParams()

Bool_t PndGeoFtsPar::getParams ( FairParamList *  )

◆ GetTubeInRad()

Double_t PndGeoFtsPar::GetTubeInRad ( )
inline

Definition at line 35 of file PndGeoFtsPar.h.

35 { return (Double_t)fTubeInRad; };

◆ GetTubeOutRad()

Double_t PndGeoFtsPar::GetTubeOutRad ( )
inline

Definition at line 36 of file PndGeoFtsPar.h.

36 { return (Double_t)fTubeOutRad; };

◆ putParams()

void PndGeoFtsPar::putParams ( FairParamList *  )

◆ SetGeometryType()

void PndGeoFtsPar::SetGeometryType ( Int_t  geoType)
inline

Definition at line 31 of file PndGeoFtsPar.h.

31 { fGeoType = geoType; }

◆ SetTubeInRad()

void PndGeoFtsPar::SetTubeInRad ( Double_t  inrad)
inline

Definition at line 32 of file PndGeoFtsPar.h.

32 { fTubeInRad = inrad; }

◆ SetTubeOutRad()

void PndGeoFtsPar::SetTubeOutRad ( Double_t  outrad)
inline

Definition at line 33 of file PndGeoFtsPar.h.

33 { fTubeOutRad = outrad; }

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