Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
TwoTrackLCMSCut.h
1
/*
2
* TwoTrackLCMSCut.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 KINEMATICS_HALTWOTRACKLCMSCUT_H_
10
#define KINEMATICS_HALTWOTRACKLCMSCUT_H_
11
12
#include "TwoTrackCut.h"
13
14
namespace
Hal
{
15
class
TwoTrackLCMSCut
:
public
TwoTrackCut
{
16
Float_t fM;
17
18
public
:
19
TwoTrackLCMSCut
();
20
virtual
Bool_t
Pass
(
TwoTrack
* pair);
21
void
SetMass(Double_t m) { fM = m * m; };
22
static
Int_t Rout() {
return
0; };
23
static
Int_t Rside() {
return
1; };
24
static
Int_t Rlong() {
return
2; };
25
virtual
~TwoTrackLCMSCut
();
26
ClassDef(
TwoTrackLCMSCut
, 1)
27
};
28
}
// namespace Hal
29
30
#endif
/* KINEMATICS_HALTWOTRACKLCMSCUT_H_ */
Hal::TwoTrackCut
Definition
TwoTrackCut.h:20
Hal::TwoTrackLCMSCut
Definition
TwoTrackLCMSCut.h:15
Hal::TwoTrackLCMSCut::Pass
virtual Bool_t Pass(TwoTrack *pair)
Definition
TwoTrackLCMSCut.cxx:23
Hal::TwoTrack
Definition
TwoTrack.h:21
Hal
Definition
EventAnaChain.cxx:28
cuts
twotrackcuts
kinematics
TwoTrackLCMSCut.h
Generated on Wed Oct 23 2024 15:07:51 for Heavy ion Analysis Libriares by
1.12.0