File indexing completed on 2025-08-05 08:11:58
0001 import os
0002 import pwd
0003
0004 username = pwd.getpwuid(os.getuid())[0]
0005 softwarebasedir = '/sphenix/user/{}/software'.format(username)
0006 productiondir = os.path.dirname(os.path.abspath(__file__))
0007 dndetamacrodir = '{}/macros'.format(os.path.abspath(os.path.join(productiondir, os.path.pardir)))
0008 macrodir = '{}/macros'.format(softwarebasedir,username)
0009 macrorepo = 'https://github.com/sPHENIX-Collaboration/macros.git'
0010
0011 runnumber = 20869
0012
0013 inttdstproduction_InttUnpacker_nEvt = -1
0014 inttdstproduction_runTrkrHits = True
0015 inttdstproduction_runTkrkClus = True
0016 inttdstproduction_stripRawHit = True
0017
0018 inttntupleproduction_productionTag = '2023p011'
0019 inttntupleproduction_InttNtupleDir = 'Data_NtupleIntt_Run{}_HotDead_BCO_ADC_Survey'.format(runnumber)
0020 inttntupleproduction_eventPerJob = 1000
0021 inttntupleproduction_nJob = 551
0022 inttntupleproduction_softwareversion = 'new'
0023 inttntupleproduction_submitcondor = True
0024
0025 centntupleproduction_softwareversion = 'ana.410'
0026 centntupleproduction_productionTag = '2023p014'
0027 centntupleproduction_CentralityNtupleDir = 'Data_NtupleCentrality_Run{}'.format(runnumber)
0028 centntupleproduction_eventPerJob = -1
0029 centntupleproduction_nJob = 1
0030 centntupleproduction_submitcondor = True
0031
0032 inttmbdcombine_combinedNtupleName = 'Data_CombinedNtuple_Run{}_HotDead_BCO_ADC_Survey.root'.format(runnumber)
0033
0034