Go to the documentation of this file.
7 #ifndef CBMFINDPRIMARYVERTEXEVENTS_H
8 #define CBMFINDPRIMARYVERTEXEVENTS_H 1
12 #include "TStopwatch.h"
62 virtual InitStatus
Init();
66 virtual void Exec(Option_t* opt);
virtual void Exec(Option_t *opt)
virtual InitStatus Init()
Int_t fNofEvents
Total number of events processed.
CbmFindPrimaryVertexEvents(const CbmFindPrimaryVertexEvents &)=delete
CbmFindPrimaryVertexEvents & operator=(const CbmFindPrimaryVertexEvents &)=delete
virtual ~CbmFindPrimaryVertexEvents()
TClonesArray * fTracks
event array
Double_t fTimeTot
Total execution time [s].
ClassDef(CbmFindPrimaryVertexEvents, 1)
Task class for PV finding.
TStopwatch fTimer
ROOT stopwatch.
CbmVertex * fPrimVert
track array
CbmPrimaryVertexFinder * fFinder
Concrete finder instance.
CbmFindPrimaryVertexEvents()