Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
TwoTrackFemtoPRFCut.h
1/*
2 * TwoTrackFemtoPRFCut.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 HALTWOTRACKFEMTOPRFCUT_H_
10#define HALTWOTRACKFEMTOPRFCUT_H_
11
12#include "TwoTrackCut.h"
13
14#include <TLorentzVector.h>
15namespace Hal {
17 TLorentzVector fP1, fP2, fX1, fX2;
18 void Compute();
19
20 public:
22 virtual Bool_t Pass(TwoTrack* pair);
23 virtual Bool_t Init(Int_t task_id);
24 static Int_t RStar() { return 1; };
25 static Int_t KStar() { return 0; };
26 virtual ~TwoTrackFemtoPRFCut();
27 ClassDef(TwoTrackFemtoPRFCut, 1)
28 };
29} // namespace Hal
30#endif /* HALTWOTRACKFEMTOPRFCUT_H_ */
virtual Bool_t Pass(TwoTrack *pair)
virtual Bool_t Init(Int_t task_id)