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