PandaRoot
PndFtsHitInfo Class Reference

#include <PndFtsHitInfo.h>

Inheritance diagram for PndFtsHitInfo:

Public Member Functions

 PndFtsHitInfo ()
 
 PndFtsHitInfo (Int_t fileNumber, Int_t eventNumber, Int_t trackID, Int_t pointID, Int_t nMerged, Bool_t isFake)
 
virtual ~PndFtsHitInfo ()
 
Int_t GetFileNumber () const
 
Int_t GetEventNumber () const
 
Int_t GetTrackID () const
 
Int_t GetPointID () const
 
Int_t GetNMerged () const
 
Bool_t IsFake () const
 
void SetNMerged (Int_t nMerged)
 
void Clear ()
 

Detailed Description

CbmStsMapsHitInfo header file Class for additional information about CbmStsMapsHit

Author
Michael Deveaux m.dev.nosp@m.eaux.nosp@m.@gsi..nosp@m.de Acknowledgements to M. Al-Turany, D. Bertini, G. Gaycken Version beta 0.1 (02.02.2005) Slight modifications by V. Friese to match coding conventions

Definition at line 14 of file PndFtsHitInfo.h.

Constructor & Destructor Documentation

◆ PndFtsHitInfo() [1/2]

PndFtsHitInfo::PndFtsHitInfo ( )

Default constructor

◆ PndFtsHitInfo() [2/2]

PndFtsHitInfo::PndFtsHitInfo ( Int_t  fileNumber,
Int_t  eventNumber,
Int_t  trackID,
Int_t  pointID,
Int_t  nMerged,
Bool_t  isFake 
)

Constructor with all parameters

◆ ~PndFtsHitInfo()

virtual PndFtsHitInfo::~PndFtsHitInfo ( )
virtual

Destructor

Member Function Documentation

◆ Clear()

void PndFtsHitInfo::Clear ( )

Reset data members

Referenced by SetNMerged().

◆ GetEventNumber()

Int_t PndFtsHitInfo::GetEventNumber ( ) const
inline

Definition at line 28 of file PndFtsHitInfo.h.

28 { return fEventNumber; };

◆ GetFileNumber()

Int_t PndFtsHitInfo::GetFileNumber ( ) const
inline

Accessors

Definition at line 27 of file PndFtsHitInfo.h.

27 { return fFileNumber; };

◆ GetNMerged()

Int_t PndFtsHitInfo::GetNMerged ( ) const
inline

Definition at line 31 of file PndFtsHitInfo.h.

31 { return fNMerged; };

◆ GetPointID()

Int_t PndFtsHitInfo::GetPointID ( ) const
inline

Definition at line 30 of file PndFtsHitInfo.h.

30 { return fPointID; };

◆ GetTrackID()

Int_t PndFtsHitInfo::GetTrackID ( ) const
inline

Definition at line 29 of file PndFtsHitInfo.h.

29 { return fTrackID; };

◆ IsFake()

Bool_t PndFtsHitInfo::IsFake ( ) const
inline

Definition at line 32 of file PndFtsHitInfo.h.

32 { return fIsFake; };

◆ SetNMerged()

void PndFtsHitInfo::SetNMerged ( Int_t  nMerged)
inline

Modifiers

Definition at line 35 of file PndFtsHitInfo.h.

References Clear().

35 { fNMerged = nMerged; };

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