Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
blob
master
A_N
Ana
AndersonAnalysisModules
AntiSigma
BBCStudy
Calo_Validation_Package
Calo_waveform_sim
Calorimeter
CalorimeterEmbedding
CalorimeterJets
cdbEMCalExample
cemcRecoAna
Centrality_Validation_Package
dNdEta_Run2023
EIC-IR
EIC-SynRad
EICAnalysis
EICMCAnalysis
EICTrigger
ElectronID
EMCal-analysis
EMCal-calibration
EMCal-commissioning
EMCal-LEDs
EMCal-position-dependent-calibration
EMCal-QA
EMCal_pi0_Calib_2023
EMCTemplateFitting
EpFinder
Event-Display
EventMix
FilterEvents
FilterEventsUpsilon
Fluence
ForwardCalo
ForwardTracking
FrawleyTrackEvalMacros
hbcup
HCal-analysis
HCalCosmicCalib
HCalHotTowerFinder
HCalib
HcalSingleHadronCalib
HF-Jet
HF-Particle
isoCluster
IsolatedTrackAnalysis
JS-Jet
mbdAnalysis
MBDStudy
MultiDetectorMultiplicity
MvtxTelescope
mybuild
ParticleID
PHFlowJetMaker
PhotonConversion
PhotonJet
pi0ClusterAna
pi0Efficiency
Pi0MassAnalysis
Prototype2
Prototype3
Prototype4
psTOF
pythiaEMCalAna
pythiaInfo
QuarkoniaBG
quickHIJING
ResonanceJetTaggingOutputs
runTrackingDiagnostics
Shift_emcal_g4hits
SimpleTrackingAnalysis
singlePhotonClusterAna
sPhenixAj
src
AjParameters.h
AjParameters.hh
JetAnalyzer.cxx
JetAnalyzer.hh
PHAJMaker.cc
PHAJMaker.h
PHAJMakerLinkDef.h
PJTranslator.cc
PJTranslator.h
PJTranslatorLinkDef.h
PseudoJetPlus.cxx
PseudoJetPlus.h
Wrapper.cxx
SvtxSimPerformanceCheckReco
TemplateCreation
Test
TowerInfoExample
TPC
TPC-ClusterAnimation
TPC-GemGain
Tracking
TrackPid
TreeMaker
ZDC-CALIB
analysis_tpc_prototype
coresoftware
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
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