CbmRoot
Loading...
Searching...
No Matches
CbmLitTrackSelectionMuch.h
Go to the documentation of this file.
1/* Copyright (C) 2008-2013 GSI/JINR-LIT, Darmstadt/Dubna
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Andrey Lebedev [committer] */
4
12#ifndef CBMLITTRACKSELECTIONMUCH_H_
13#define CBMLITTRACKSELECTIONMUCH_H_
14
15#include "base/CbmLitPtrTypes.h"
17
19 public:
24
29
34
39
40 /* Setters */
41 void SetNofSharedHits(Int_t nofHits) { fNofSharedHits = nofHits; }
42
43 private:
44 TrackSelectionPtr fSharedHitsSelection; // Shared hits track selection tool.
45 Int_t fNofSharedHits; // Maximum number of shared hits.
46};
47
48#endif /*CBMLITTRACKSELECTIONMUCH_H_*/
TClonesArray * tracks
LitStatus
Definition CbmLitEnums.h:29
Typedefs for algorithm interfaces.
Interface for track selection algorithm.
boost::shared_ptr< CbmLitTrackSelection > TrackSelectionPtr
std::vector< CbmTofTrack * >::iterator TrackPtrIterator
Definition CbmTofTypes.h:25
std::vector< CbmTofTrack * > TrackPtrVector
Definition CbmTofTypes.h:26
virtual LitStatus DoSelect(TrackPtrIterator itBegin, TrackPtrIterator itEnd)
Inherited from CbmLitTrackSelection.
virtual ~CbmLitTrackSelectionMuch()
Destructor.
Interface for track selection algorithm.