PandaRoot
PndHypStripDigiPar Class Reference

#include <PndHypStripDigiPar.h>

Inheritance diagram for PndHypStripDigiPar:

Public Member Functions

 PndHypStripDigiPar (const char *name="PndHypParTest", const char *title="Hyp digi parameter", const char *context="TestDefaultContext")
 
 ~PndHypStripDigiPar (void)
 
void clear (void)
 
void putParams (FairParamList *list)
 
Bool_t getParams (FairParamList *list)
 
void print ()
 
Double_t GetTopPitch () const
 
Double_t GetBotPitch () const
 
Double_t GetOrient () const
 
Double_t GetSkew () const
 
TVector2 GetTopAnchor () const
 
TVector2 GetBotAnchor () const
 
Int_t GetNrTopFE () const
 
Int_t GetNrBotFE () const
 
Int_t GetNrFECh () const
 
Double_t GetThreshold () const
 
Double_t GetNoise () const
 
const char * GetSensType () const
 
const char * GetFeType () const
 
void SetTopPitch (Double_t x)
 
void SetBotPitch (Double_t x)
 
void SetOrient (Double_t x)
 
void SetSkew (Double_t x)
 
void SetTopAnchor (TVector2 x)
 
void SetBotAnchor (TVector2 x)
 
void SetNrTopFE (Int_t x)
 
void SetNrBotFE (Int_t x)
 
void SetNrFECh (Int_t x)
 
void SetThreshold (Double_t x)
 
void SetNoise (Double_t x)
 
void SetSensType (TString x)
 
void SetFeType (TString x)
 

Detailed Description

Definition at line 20 of file PndHypStripDigiPar.h.

Constructor & Destructor Documentation

◆ PndHypStripDigiPar()

PndHypStripDigiPar::PndHypStripDigiPar ( const char *  name = "PndHypParTest",
const char *  title = "Hyp digi parameter",
const char *  context = "TestDefaultContext" 
)

◆ ~PndHypStripDigiPar()

PndHypStripDigiPar::~PndHypStripDigiPar ( void  )
inline

Definition at line 23 of file PndHypStripDigiPar.h.

23 {};

Member Function Documentation

◆ clear()

void PndHypStripDigiPar::clear ( void  )
inline

Definition at line 24 of file PndHypStripDigiPar.h.

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

24 {};

◆ GetBotAnchor()

TVector2 PndHypStripDigiPar::GetBotAnchor ( ) const
inline

Definition at line 35 of file PndHypStripDigiPar.h.

35 { return botAnchor; }

◆ GetBotPitch()

Double_t PndHypStripDigiPar::GetBotPitch ( ) const
inline

Definition at line 31 of file PndHypStripDigiPar.h.

31 { return botPitch; }

◆ GetFeType()

const char* PndHypStripDigiPar::GetFeType ( ) const
inline

Definition at line 42 of file PndHypStripDigiPar.h.

42 { return fFeType.Data(); }

◆ GetNoise()

Double_t PndHypStripDigiPar::GetNoise ( ) const
inline

Definition at line 40 of file PndHypStripDigiPar.h.

40 { return noise; }

◆ GetNrBotFE()

Int_t PndHypStripDigiPar::GetNrBotFE ( ) const
inline

Definition at line 37 of file PndHypStripDigiPar.h.

37 { return botNrFE; }

◆ GetNrFECh()

Int_t PndHypStripDigiPar::GetNrFECh ( ) const
inline

Definition at line 38 of file PndHypStripDigiPar.h.

38 { return feChannels; }

◆ GetNrTopFE()

Int_t PndHypStripDigiPar::GetNrTopFE ( ) const
inline

Definition at line 36 of file PndHypStripDigiPar.h.

36 { return topNrFE; }

◆ GetOrient()

Double_t PndHypStripDigiPar::GetOrient ( ) const
inline

Definition at line 32 of file PndHypStripDigiPar.h.

32 { return orient; }

◆ getParams()

Bool_t PndHypStripDigiPar::getParams ( FairParamList *  list)

Referenced by clear().

◆ GetSensType()

const char* PndHypStripDigiPar::GetSensType ( ) const
inline

Definition at line 41 of file PndHypStripDigiPar.h.

41 { return fSensType.Data(); }

◆ GetSkew()

Double_t PndHypStripDigiPar::GetSkew ( ) const
inline

Definition at line 33 of file PndHypStripDigiPar.h.

33 { return skew; }

◆ GetThreshold()

Double_t PndHypStripDigiPar::GetThreshold ( ) const
inline

Definition at line 39 of file PndHypStripDigiPar.h.

39 { return threshold; }

◆ GetTopAnchor()

TVector2 PndHypStripDigiPar::GetTopAnchor ( ) const
inline

Definition at line 34 of file PndHypStripDigiPar.h.

34 { return topAnchor; }

◆ GetTopPitch()

Double_t PndHypStripDigiPar::GetTopPitch ( ) const
inline

Accessor functions

Definition at line 30 of file PndHypStripDigiPar.h.

30 { return topPitch; }

◆ print()

void PndHypStripDigiPar::print ( )

Referenced by clear().

◆ putParams()

void PndHypStripDigiPar::putParams ( FairParamList *  list)

Referenced by clear().

◆ SetBotAnchor()

void PndHypStripDigiPar::SetBotAnchor ( TVector2  x)
inline

Definition at line 49 of file PndHypStripDigiPar.h.

49 { botAnchor = x; }

◆ SetBotPitch()

void PndHypStripDigiPar::SetBotPitch ( Double_t  x)
inline

Definition at line 45 of file PndHypStripDigiPar.h.

45 { botPitch = x; }

◆ SetFeType()

void PndHypStripDigiPar::SetFeType ( TString  x)
inline

Definition at line 56 of file PndHypStripDigiPar.h.

56 { fFeType = x; }

◆ SetNoise()

void PndHypStripDigiPar::SetNoise ( Double_t  x)
inline

Definition at line 54 of file PndHypStripDigiPar.h.

54 { noise = x; }

◆ SetNrBotFE()

void PndHypStripDigiPar::SetNrBotFE ( Int_t  x)
inline

Definition at line 51 of file PndHypStripDigiPar.h.

51 { botNrFE = x; }

◆ SetNrFECh()

void PndHypStripDigiPar::SetNrFECh ( Int_t  x)
inline

Definition at line 52 of file PndHypStripDigiPar.h.

52 { feChannels = x; }

◆ SetNrTopFE()

void PndHypStripDigiPar::SetNrTopFE ( Int_t  x)
inline

Definition at line 50 of file PndHypStripDigiPar.h.

50 { topNrFE = x; }

◆ SetOrient()

void PndHypStripDigiPar::SetOrient ( Double_t  x)
inline

Definition at line 46 of file PndHypStripDigiPar.h.

46 { orient = x; }

◆ SetSensType()

void PndHypStripDigiPar::SetSensType ( TString  x)
inline

Definition at line 55 of file PndHypStripDigiPar.h.

55 { fSensType = x; }

◆ SetSkew()

void PndHypStripDigiPar::SetSkew ( Double_t  x)
inline

Definition at line 47 of file PndHypStripDigiPar.h.

47 { skew = x; }

◆ SetThreshold()

void PndHypStripDigiPar::SetThreshold ( Double_t  x)
inline

Definition at line 53 of file PndHypStripDigiPar.h.

53 { threshold = x; }

◆ SetTopAnchor()

void PndHypStripDigiPar::SetTopAnchor ( TVector2  x)
inline

Definition at line 48 of file PndHypStripDigiPar.h.

48 { topAnchor = x; }

◆ SetTopPitch()

void PndHypStripDigiPar::SetTopPitch ( Double_t  x)
inline

Definition at line 44 of file PndHypStripDigiPar.h.

44 { topPitch = x; }

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