CbmRoot
Loading...
Searching...
No Matches
cbm::algo::evselect Namespace Reference

Classes

class  Monitor
 A monitor for the event selector. More...
 

Typedefs

using MonitorData_t = ca::MonitorData<ECounter, ETimer>
 Specification of ca::MonitorData for the event selector.
 

Enumerations

enum class  ECounter {
  Timeslices , EventsTotal , EventsNeStsHits , EventsNeTofHits ,
  EventsNeBmonHits , EventsNeTracks , EventsSelected , LambdaCandidates ,
  END
}
 Counter keys for the event selector monitor. More...
 
enum class  ETimer {
  EventReconstruction , BmonHitFinder , StsHitFinder , TofHitFinder ,
  TrdHitFinder , TrackFinder , V0Finder , END
}
 Timer keys for the event selector monitor. More...
 

Typedef Documentation

◆ MonitorData_t

Specification of ca::MonitorData for the event selector.

Definition at line 49 of file RecoEventSelectorMonitor.h.

Enumeration Type Documentation

◆ ECounter

enum class cbm::algo::evselect::ECounter
strong

Counter keys for the event selector monitor.

Enumerator
Timeslices 

number of processed timeslices

EventsTotal 

Total number of events processed.

EventsNeStsHits 

Events with not enough STS hits.

EventsNeTofHits 

Events with enough STS hits, but not enough TOF hits.

EventsNeBmonHits 

Events with not enough BMon hits.

EventsNeTracks 

Events with enough hits, but not enough tracks.

EventsSelected 

Number of selected events.

LambdaCandidates 

Number of lambda-candidates, returned by KFParticleFinder.

END 

Definition at line 20 of file RecoEventSelectorMonitor.h.

◆ ETimer

enum class cbm::algo::evselect::ETimer
strong

Timer keys for the event selector monitor.

Enumerator
EventReconstruction 
BmonHitFinder 
StsHitFinder 
TofHitFinder 
TrdHitFinder 
TrackFinder 
V0Finder 
END 

Definition at line 36 of file RecoEventSelectorMonitor.h.