PandaRoot
PndOtHitInfo Class Reference

#include <PndOtHitInfo.h>

Inheritance diagram for PndOtHitInfo:

Public Member Functions

 PndOtHitInfo ()
 
 PndOtHitInfo (Int_t fileNumber, Int_t eventNumber, Int_t trackID, Int_t pointID, Int_t nMerged, Bool_t isFake)
 
virtual ~PndOtHitInfo ()
 
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 ClearHit ()
 

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 26 of file PndOtHitInfo.h.

Constructor & Destructor Documentation

◆ PndOtHitInfo() [1/2]

PndOtHitInfo::PndOtHitInfo ( )

Default constructor

◆ PndOtHitInfo() [2/2]

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

Constructor with all parameters

◆ ~PndOtHitInfo()

virtual PndOtHitInfo::~PndOtHitInfo ( )
virtual

Destructor

Member Function Documentation

◆ ClearHit()

void PndOtHitInfo::ClearHit ( )

Reset data members

Referenced by SetNMerged().

◆ GetEventNumber()

Int_t PndOtHitInfo::GetEventNumber ( ) const
inline

Definition at line 40 of file PndOtHitInfo.h.

40 { return fEventNumber; };

◆ GetFileNumber()

Int_t PndOtHitInfo::GetFileNumber ( ) const
inline

Accessors

Definition at line 39 of file PndOtHitInfo.h.

39 { return fFileNumber; };

◆ GetNMerged()

Int_t PndOtHitInfo::GetNMerged ( ) const
inline

Definition at line 43 of file PndOtHitInfo.h.

43 { return fNMerged; };

◆ GetPointID()

Int_t PndOtHitInfo::GetPointID ( ) const
inline

Definition at line 42 of file PndOtHitInfo.h.

42 { return fPointID; };

◆ GetTrackID()

Int_t PndOtHitInfo::GetTrackID ( ) const
inline

Definition at line 41 of file PndOtHitInfo.h.

41 { return fTrackID; };

◆ IsFake()

Bool_t PndOtHitInfo::IsFake ( ) const
inline

Definition at line 44 of file PndOtHitInfo.h.

44 { return fIsFake; };

◆ SetNMerged()

void PndOtHitInfo::SetNMerged ( Int_t  nMerged)
inline

Modifiers

Definition at line 47 of file PndOtHitInfo.h.

References ClearHit().

47 { fNMerged = nMerged; };

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