Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
TwoTrackVirtualCut.h
1/*
2 * TwoTrackVirtualCut.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 HALTWOTRACKVIRTUALCUT_H_
11#define HALTWOTRACKVIRTUALCUT_H_
12
13#include "TwoTrackCut.h"
17namespace Hal {
19 protected:
20 public:
22 virtual Bool_t Pass(TwoTrack* /*pair*/) {
23 ForcedUpdate(kTRUE);
24 return kTRUE;
25 };
26 virtual ~TwoTrackVirtualCut();
27 ClassDef(TwoTrackVirtualCut, 1)
28 };
29} // namespace Hal
30#endif /* HALTWOTRACKVIRTUALCUT_H_ */
Bool_t ForcedUpdate(Bool_t state)
Definition Cut.cxx:79
virtual Bool_t Pass(TwoTrack *)