Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
TrackDCAPipeCut.h
1/*
2 * TrackDCAPipeCut.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 HALTRACKDCAPIPECUT_H_
10#define HALTRACKDCAPIPECUT_H_
11#include "TrackExpCut.h"
12namespace Hal {
14 public:
16 virtual Bool_t Pass(Track* track);
17 virtual Bool_t Init(Int_t id_format = 0);
18 static Int_t DCA() { return 0; };
19 static Int_t DCAxy() { return 1; };
20 static Int_t DCAz() { return 2; };
21 virtual ~TrackDCAPipeCut();
22 ClassDef(TrackDCAPipeCut, 1)
23 };
24} // namespace Hal
25#endif /* HALTRACKDCAPIPECUT_H_ */
virtual Bool_t Init(Int_t id_format=0)
virtual Bool_t Pass(Track *track)