PandaRoot
PndTrackingEventInfo Class Reference

#include <PndTrackingEventInfo.h>

Inheritance diagram for PndTrackingEventInfo:

Public Member Functions

 PndTrackingEventInfo (PndTrack *, FairLink)
 
 ~PndTrackingEventInfo ()
 
void CalcEventPurity (PndTrack *, FairLink)
 
double GetEventPurity ()
 
std::map< int, int > GetNumTimesHitUsed (PndTrack *)
 

Protected Member Functions

 ClassDef (PndTrackingEventInfo, 2)
 

Protected Attributes

double fEventPurity
 
std::map< int, int > fMapHitIdTimesUsed
 

Detailed Description

Definition at line 13 of file PndTrackingEventInfo.h.

Constructor & Destructor Documentation

◆ PndTrackingEventInfo()

PndTrackingEventInfo::PndTrackingEventInfo ( PndTrack ,
FairLink   
)

◆ ~PndTrackingEventInfo()

PndTrackingEventInfo::~PndTrackingEventInfo ( )

Member Function Documentation

◆ CalcEventPurity()

void PndTrackingEventInfo::CalcEventPurity ( PndTrack ,
FairLink   
)

◆ ClassDef()

PndTrackingEventInfo::ClassDef ( PndTrackingEventInfo  ,
 
)
protected

◆ GetEventPurity()

double PndTrackingEventInfo::GetEventPurity ( )
inline

Definition at line 22 of file PndTrackingEventInfo.h.

References fEventPurity, and GetNumTimesHitUsed().

22 { return fEventPurity; }

◆ GetNumTimesHitUsed()

std::map<int, int> PndTrackingEventInfo::GetNumTimesHitUsed ( PndTrack )

Referenced by GetEventPurity().

Member Data Documentation

◆ fEventPurity

double PndTrackingEventInfo::fEventPurity
protected

Definition at line 27 of file PndTrackingEventInfo.h.

Referenced by GetEventPurity().

◆ fMapHitIdTimesUsed

std::map<int, int> PndTrackingEventInfo::fMapHitIdTimesUsed
protected

Definition at line 28 of file PndTrackingEventInfo.h.


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