PandaRoot
PndStt Class Reference

#include <PndStt.h>

Inheritance diagram for PndStt:

Public Member Functions

 PndStt ()
 
 PndStt (const char *name, Bool_t active)
 
virtual ~PndStt ()
 
virtual void Initialize ()
 
virtual Bool_t ProcessHits (FairVolume *vol=0)
 
virtual void EndOfEvent ()
 
virtual void Register ()
 
virtual TClonesArray * GetCollection (Int_t iColl) const
 
virtual void Print () const
 
virtual void Reset ()
 
virtual void CopyClones (TClonesArray *cl1, TClonesArray *cl2, Int_t offset)
 
virtual void ConstructGeometry ()
 
void SetDefaultSensorNames ()
 

Protected Member Functions

bool CheckIfSensitive (std::string name)
 

Protected Attributes

std::vector< std::string > fListOfSensitives
 

Detailed Description

Definition at line 31 of file PndStt.h.

Constructor & Destructor Documentation

◆ PndStt() [1/2]

PndStt::PndStt ( )

Default constructor

◆ PndStt() [2/2]

PndStt::PndStt ( const char *  name,
Bool_t  active 
)

Standard constructor.

Parameters
namedetetcor name
activesensitivity flag

◆ ~PndStt()

virtual PndStt::~PndStt ( )
virtual

Destructor

Member Function Documentation

◆ CheckIfSensitive()

bool PndStt::CheckIfSensitive ( std::string  name)
protected

◆ ConstructGeometry()

virtual void PndStt::ConstructGeometry ( )
virtual

Virtual method Construct geometry

Constructs the STT geometry

◆ CopyClones()

virtual void PndStt::CopyClones ( TClonesArray *  cl1,
TClonesArray *  cl2,
Int_t  offset 
)
virtual

Virtual method CopyClones

Copies the hit collection with a given track index offset

Parameters
cl1Origin
cl2Target
offsetIndex offset

◆ EndOfEvent()

virtual void PndStt::EndOfEvent ( )
virtual

Virtual method EndOfEvent

If verbosity level is set, print hit collection at the end of the event and resets it afterwards.

◆ GetCollection()

virtual TClonesArray* PndStt::GetCollection ( Int_t  iColl) const
virtual

Accessor to the hit collection

◆ Initialize()

virtual void PndStt::Initialize ( )
virtual

◆ Print()

virtual void PndStt::Print ( ) const
virtual

Virtual method Print

Screen output of hit collection.

◆ ProcessHits()

virtual Bool_t PndStt::ProcessHits ( FairVolume *  vol = 0)
virtual

Virtual method ProcessHits

Defines the action to be taken when a step is inside the active volume. Creates CbmTrdPoints and adds them to the collection.

Parameters
volPointer to the active volume

◆ Register()

virtual void PndStt::Register ( )
virtual

Virtual method Register

Registers the hit collection in the ROOT manager.

◆ Reset()

virtual void PndStt::Reset ( )
virtual

Virtual method Reset

Clears the hit collection

◆ SetDefaultSensorNames()

void PndStt::SetDefaultSensorNames ( )

Member Data Documentation

◆ fListOfSensitives

std::vector<std::string> PndStt::fListOfSensitives
protected

Definition at line 102 of file PndStt.h.


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