Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
TrackTpcHitCut.h
1/*
2 * TrackTpcHitsCut.h
3 *
4 * Created on: 04-05-2022
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HALTRACKTPCHITCUT_H_
10#define HALTRACKTPCHITCUT_H_
11
12#include "TrackExpCut.h"
13namespace Hal {
14 class TrackTpcHitCut : public TrackExpCut {
15 public:
17 virtual Bool_t Init(Int_t format_id = 0);
18 virtual Bool_t Pass(Track* tr);
19 virtual ~TrackTpcHitCut();
20 ClassDef(TrackTpcHitCut, 1)
21 };
22} // namespace Hal
23#endif /* HALTRACKTPCHITCUT_H_ */
virtual Bool_t Init(Int_t format_id=0)
virtual Bool_t Pass(Track *tr)