Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
TwoTrackPtSumCut.h
1/*
2 * TwoTrackPtSumCut.h
3 *
4 * Created on: 04-05-2022
5 * Author: wielanek
6 */
7
8#ifndef HALTWOTRACKPTSUMCUT_H_
9#define HALTWOTRACKPTSUMCUT_H_
10
11#include "TwoTrackCut.h"
15namespace Hal {
17 public:
19 virtual Bool_t Pass(TwoTrack* pair);
20 virtual ~TwoTrackPtSumCut();
21 ClassDef(TwoTrackPtSumCut, 1)
22 };
23} // namespace Hal
24#endif /* HALTWOTRACKPTSUMCUT_H_ */
virtual Bool_t Pass(TwoTrack *pair)