Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
TwoTrackMinvCut.h
1/*
2 * TwoTrackMinvCut.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
10#ifndef HALTWOTRACKMINVCUT_H_
11#define HALTWOTRACKMINVCUT_H_
12
13#include "TwoTrackCut.h"
17namespace Hal {
19 public:
21 virtual Bool_t Pass(TwoTrack* pair);
22 virtual ~TwoTrackMinvCut();
23 ClassDef(TwoTrackMinvCut, 1)
24 };
25} // namespace Hal
26#endif /* HALTWOTRACKMINVCUT_H_ */
virtual Bool_t Pass(TwoTrack *pair)