PandaRoot
PndSttTrackMatch Class Reference

#include <PndSttTrackMatch.h>

Inheritance diagram for PndSttTrackMatch:

Public Member Functions

 PndSttTrackMatch ()
 
 PndSttTrackMatch (Int_t mcTrackID, Int_t nTrue, Int_t nWrong, Int_t nFake, Int_t nTracks)
 
virtual ~PndSttTrackMatch ()
 
Int_t GetMCTrackID ()
 
Int_t GetNofTrueHits ()
 
Int_t GetNofWrongHits ()
 
Int_t GetNofFakeHits ()
 
Int_t GetNofMCTracks ()
 

Detailed Description

PndSttTrackMatch.h

Author
R.Castelijns r.cas.nosp@m.teli.nosp@m.jns@f.nosp@m.z-ju.nosp@m.elich.nosp@m..de

Data structure describing the matching of a reconstructed PndSttTrack with a Monte Carlo PndMCTrack.

Definition at line 18 of file PndSttTrackMatch.h.

Constructor & Destructor Documentation

◆ PndSttTrackMatch() [1/2]

PndSttTrackMatch::PndSttTrackMatch ( )

Default constructor

◆ PndSttTrackMatch() [2/2]

PndSttTrackMatch::PndSttTrackMatch ( Int_t  mcTrackID,
Int_t  nTrue,
Int_t  nWrong,
Int_t  nFake,
Int_t  nTracks 
)

Standard constructor

Parameters
mcTrackIDIndex of matched MCTrack
nTrueGood hits from matched MCTrack
nWrongGood Hits from other MCTracks
nFakeFake Hits
nTracksNumber of MCTracks with common points

◆ ~PndSttTrackMatch()

virtual PndSttTrackMatch::~PndSttTrackMatch ( )
virtual

Destructor

Member Function Documentation

◆ GetMCTrackID()

Int_t PndSttTrackMatch::GetMCTrackID ( )
inline

Accessors

Definition at line 37 of file PndSttTrackMatch.h.

37 { return fMCTrackID; };

◆ GetNofFakeHits()

Int_t PndSttTrackMatch::GetNofFakeHits ( )
inline

Definition at line 40 of file PndSttTrackMatch.h.

40 { return fNofFakeHits; };

◆ GetNofMCTracks()

Int_t PndSttTrackMatch::GetNofMCTracks ( )
inline

Definition at line 41 of file PndSttTrackMatch.h.

41 { return fNofMCTracks; };

◆ GetNofTrueHits()

Int_t PndSttTrackMatch::GetNofTrueHits ( )
inline

Definition at line 38 of file PndSttTrackMatch.h.

38 { return fNofTrueHits; };

◆ GetNofWrongHits()

Int_t PndSttTrackMatch::GetNofWrongHits ( )
inline

Definition at line 39 of file PndSttTrackMatch.h.

39 { return fNofWrongHits; };

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