Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
SameMotherMcCut.h
1/*
2 * SameMotherCut.h
3 *
4 * Created on: 2 kwi 2024
5 * Author: daniel
6 */
7
8#ifndef HAL_CUTS_TWOTRACKCUTS_MC_SAMEMOTHERMCCUT_H_
9#define HAL_CUTS_TWOTRACKCUTS_MC_SAMEMOTHERMCCUT_H_
10
11#include "TwoTrackCut.h"
12namespace Hal {
13
15 public:
17 virtual Bool_t Pass(TwoTrack* pair);
18 virtual ~SameMotherMcCut() {};
19 ClassDef(SameMotherMcCut, 1)
20
21 virtual Bool_t Init(Int_t);
22};
23
24} /* namespace Hal */
25
26#endif /* HAL_CUTS_TWOTRACKCUTS_MC_SAMEMOTHERMCCUT_H_ */
virtual Bool_t Init(Int_t=0)
Definition Cut.h:346
virtual Bool_t Pass(TwoTrack *pair)