Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AjParameters.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file AjParameters.h
1 
8 #ifndef AJPARAMETERS_HH
9 #define AJPARAMETERS_HH
10 
11 namespace AjParameters{
12 
13  const double jet_ptmin = 10.0;
14  const double jet_ptmax = 1000.0;
15 
16  const double LeadPtMin=20.0;
17  const double SubLeadPtMin=10.0;
18  const double dPhiCut = 0.4;
19 
20  const double max_track_rap = 1.0;
21  const double PtConsHi=2.0;
22 
23 
24  // Event quality
25  const double VzCut=10;
26 
27  // Track quality
28  const double DcaCut=1.0;
29  const int NMinFit=20;
30  const double FitOverMaxPointsCut=0.52;
31 }
32 
33 #endif // AJPARAMETERS_HH