CbmRoot
Loading...
Searching...
No Matches
CbmMuchTrackFinder.h
Go to the documentation of this file.
1/* Copyright (C) 2007-2009 St. Petersburg Polytechnic University, St. Petersburg
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Andrey Lebedev, Mikhail Ryzhinskiy [committer], Florian Uhlig */
4
12#ifndef CBMMUCHTRACKFINDER_H_
13#define CBMMUCHTRACKFINDER_H_ 1
14
15#include "TObject.h"
16
17class TClonesArray;
18
19class CbmMuchTrackFinder : public TObject {
20 public:
23
24
26 virtual ~CbmMuchTrackFinder() { ; }
27
28
32 virtual void Init() { ; };
33
34
38 virtual Int_t DoFind(TClonesArray* trackArray) = 0;
39
41};
42
43#endif
virtual Int_t DoFind(TClonesArray *trackArray)=0
ClassDef(CbmMuchTrackFinder, 1)