PandaRoot
PndTutPar Class Reference

#include <PndTutPar.h>

Inheritance diagram for PndTutPar:

Public Member Functions

 PndTutPar (const char *name="PndTutParTest", const char *title="Tutorial parameter", const char *context="TestDefaultContext")
 
 ~PndTutPar (void)
 
void clear (void)
 
void putParams (FairParamList *list)
 
Bool_t getParams (FairParamList *list)
 
void Print ()
 
Double_t GetTopPitch () const
 
TVector3 GetTopAnchor () const
 
Int_t GetNrTopFE () const
 
const char * GetFeType () const
 
void SetTopPitch (Double_t x)
 
void SetTopAnchor (TVector3 x)
 
void SetNrTopFE (Int_t x)
 
void SetFeType (TString x)
 

Detailed Description

Definition at line 13 of file PndTutPar.h.

Constructor & Destructor Documentation

◆ PndTutPar()

PndTutPar::PndTutPar ( const char *  name = "PndTutParTest",
const char *  title = "Tutorial  parameter",
const char *  context = "TestDefaultContext" 
)

◆ ~PndTutPar()

PndTutPar::~PndTutPar ( void  )
inline

Definition at line 16 of file PndTutPar.h.

16 {};

Member Function Documentation

◆ clear()

void PndTutPar::clear ( void  )
inline

Definition at line 17 of file PndTutPar.h.

References getParams(), Print(), and putParams().

17 {};

◆ GetFeType()

const char* PndTutPar::GetFeType ( ) const
inline

Definition at line 26 of file PndTutPar.h.

26 { return fFeType.Data(); }

◆ GetNrTopFE()

Int_t PndTutPar::GetNrTopFE ( ) const
inline

Definition at line 25 of file PndTutPar.h.

25 { return fTopNrFE; }

◆ getParams()

Bool_t PndTutPar::getParams ( FairParamList *  list)

Referenced by clear().

◆ GetTopAnchor()

TVector3 PndTutPar::GetTopAnchor ( ) const
inline

Definition at line 24 of file PndTutPar.h.

24 { return fTopAnchor; }

◆ GetTopPitch()

Double_t PndTutPar::GetTopPitch ( ) const
inline

Accessor functions

Definition at line 23 of file PndTutPar.h.

23 { return fTopPitch; }

◆ Print()

void PndTutPar::Print ( )

Referenced by clear().

◆ putParams()

void PndTutPar::putParams ( FairParamList *  list)

Referenced by clear().

◆ SetFeType()

void PndTutPar::SetFeType ( TString  x)
inline

Definition at line 31 of file PndTutPar.h.

31 { fFeType = x; }

◆ SetNrTopFE()

void PndTutPar::SetNrTopFE ( Int_t  x)
inline

Definition at line 30 of file PndTutPar.h.

30 { fTopNrFE = x; }

◆ SetTopAnchor()

void PndTutPar::SetTopAnchor ( TVector3  x)
inline

Definition at line 29 of file PndTutPar.h.

29 { fTopAnchor = x; }

◆ SetTopPitch()

void PndTutPar::SetTopPitch ( Double_t  x)
inline

Definition at line 28 of file PndTutPar.h.

28 { fTopPitch = x; }

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