Returns the correct geo.cluster.XXX.root file based on the Run2/Run3 and data/MC
Definition at line 7 of file HIJetRecUtilsCA.py.
8 """Returns the correct geo.cluster.XXX.root file based on the Run2/Run3 and data/MC"""
15 if flags.HeavyIon.Jet.HIClusterGeoWeightFile !=
"auto":
16 return flags.HeavyIon.Jet.HIClusterGeoWeightFile
19 return 'cluster.geo.HIJING_2018.root'
21 if flags.GeoModel.Run
in [LHCPeriod.Run1, LHCPeriod.Run2]:
22 return 'cluster.geo.DATA_PbPb_2018v2.root'
24 return 'cluster.geo.DATA_PbPb_2022.root'