Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
TrackV0ArmengerosCut.cxx
1
/*
2
* TrackV0ArmengerosCut.cxx
3
*
4
* Created on: 10 cze 2024
5
* Author: daniel
6
*/
7
8
#include "TrackV0ArmengerosCut.h"
9
10
#include "V0Track.h"
11
12
namespace
Hal
{
13
14
Bool_t TrackV0ArmengerosCut::PassV0(V0Track* tr) {
15
SetValue
(tr->GetPtArm(), 1);
16
SetValue
(tr->GetAlphaArm(), 0);
17
return
Validate
();
18
}
19
20
TrackV0ArmengerosCut::TrackV0ArmengerosCut() : TrackV0Cut(2) {
21
SetUnitName(
"#alpha"
, 0);
22
SetUnitName(
"p_{T}"
, 1);
23
}
24
25
}
/* namespace Hal */
Hal::Cut::SetValue
void SetValue(Double_t val, Int_t i=0)
Definition
Cut.h:235
Hal::Cut::Validate
Bool_t Validate()
Definition
Cut.cxx:43
Hal
Definition
EventAnaChain.cxx:28
cuts
trackcuts
v0
TrackV0ArmengerosCut.cxx
Generated on Wed Oct 23 2024 15:07:51 for Heavy ion Analysis Libriares by
1.12.0