Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
AjParameters.hh
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file AjParameters.hh
1
8
#ifndef AJPARAMETERS_HH
9
#define AJPARAMETERS_HH
10
11
namespace
AjParameters{
12
17
const
int
ghost_repeat
= 1;
18
const
double
ghost_area
= 0.01;
19
20
const
double
jet_ptmin
= 10.0;
21
const
double
jet_ptmax
= 1000.0;
22
23
const
double
LeadPtMin
=20.0;
24
const
double
SubLeadPtMin
=10.0;
25
const
double
dPhiCut
= 0.4;
26
27
const
double
max_track_rap
= 1.0;
28
const
double
PtConsHi
=2.0;
29
30
const
double
VzCut
=30;
31
// const double VzDiffCut=6; ///< |Vz(TPC) - Vz(VPD)| <-- NOT WORKING in older data (no VPD)
32
const
double
VzDiffCut
=1000;
33
34
const
double
DcaCut
=1.0;
35
const
int
NMinFit
=20;
36
const
double
FitOverMaxPointsCut
=0.52;
37
38
// ************************************
39
// Do NOT cut high tracks and towers!
40
// Instead, reject the whole event when
41
// of these is found
42
// ************************************
43
const
double
MaxEtCut
=1000;
44
const
double
MaxTrackPt
=1000;
45
46
// EVENT rejection cuts
47
const
double
MaxEventPtCut
=30;
48
const
double
MaxEventEtCut
=30;
49
50
51
// // TO REPRODUCE JOERN:
52
// const double VzCut=30;
53
// const double AuAuRefMultCut=351; // not used
54
// const double DcaCut=1.0;
55
// const int NMinFit=20;
56
// const double FitOverMaxPointsCut=0.52;
57
// // NO VzDiffCut
58
// // NO MaxTrackPt or MaxEtCut
59
60
61
}
62
#endif // AJPARAMETERS_HH
analysis
blob
master
sPhenixAj
src
AjParameters.hh
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:57
using
1.8.2 with
sPHENIX GitHub integration