CbmRoot
Loading...
Searching...
No Matches
CbmStsTrackFinderIdeal.h
Go to the documentation of this file.
1/* Copyright (C) 2005-2017 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Denis Bertini [committer], Volker Friese */
4
22#ifndef CBMSTSTRACKFINDERIDEAL
23#define CBMSTSTRACKFINDERIDEAL 1
24
25
26#include "CbmStsTrackFinder.h"
27
28class TClonesArray;
29
30
43
44 public:
47
48
50 CbmStsTrackFinderIdeal(Int_t verbose);
51
52
55
56
58 virtual void Init();
59
60
71 virtual Int_t DoFind();
72
73 virtual Int_t FindTracks(CbmEvent* /*event*/) { return 0; }
74
75
76 private:
78 TClonesArray* fMCTrackArray;
79 TClonesArray* fMCPointArray;
80
83
85};
86
87
88#endif
Class characterising one event by a collection of links (indices) to data objects,...
Definition CbmEvent.h:34
MC-based track finding in the STS.
CbmStsTrackFinderIdeal(const CbmStsTrackFinderIdeal &)
virtual Int_t FindTracks(CbmEvent *)
ClassDef(CbmStsTrackFinderIdeal, 1)
CbmStsTrackFinderIdeal operator=(const CbmStsTrackFinderIdeal &)