Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
add_histos_bX.py File Reference

Go to the source code of this file.

Namespaces

namespace  add_histos_bX
 

Variables

string add_histos_bX.dirName '/sphenix/user/shulga/Work/TpcPadPlane_phi_coresoftware/coresoftware/calibrations/tpc/fillDigitalCurrentMaps/Files/'
 
list add_histos_bX.h_names []
 
list add_histos_bX.ib sys.argv[1]
 
list add_histos_bX.bX sys.argv[2]
 
string add_histos_bX.name 'hist_G4Hits_sHijing_0-12fm_bX{}*'
 
string add_histos_bX.outputName './Files/Summary_hist_mdc2_UseFieldMaps_AA_event_{}_bX{}_new.root'
 
 add_histos_bX.filePattern dirName+name
 
tuple add_histos_bX.files sorted(glob.glob(filePattern))
 
list add_histos_bX.histos []
 
tuple add_histos_bX.f TFile.Open(file)
 
string add_histos_bX.newName '_{}'
 
tuple add_histos_bX.hist f.Get(h_name)
 
tuple add_histos_bX.outfile TFile(outputName, "RECREATE")