EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
def | __init__ |
def | process |
Public Attributes | |
zipext | |
rezip | |
name | |
ext | |
outdir | |
nevents | |
Static Public Attributes | |
tuple | queue Queue.Queue() |
dictionary | supported_extensions {'.txt', '.dat'} |
Processes an input file into a ROOT tree file.
Definition at line 28 of file build.py.
View newest version in sPHENIX GitHub at line 28 of file build.py
def eicpy.build.File.__init__ | ( | self, | |
filename, | |||
outdir, | |||
nevents, | |||
rezip | |||
) |
def eicpy.build.File.process | ( | self | ) |
Build the tree for the input the File was initialised with. If the file is zipped, unzip it first and rezip it after making the ROOT tree (unless requested not to rezip).
Definition at line 61 of file build.py.
View newest version in sPHENIX GitHub at line 61 of file build.py
References eicpy.build.File.ext, PndGeoCave.name, @22.name, @23.name, t_coord_name.name, sinfo.name, Object.name, ActsExamples::ObjTrackingGeometryWriter::Config.name, Keyword.name, ActsExamples::DD4hep::DD4hepGeometryService::Config.name, ActsExamples::RootMaterialTrackReader::Config.name, eicpy.build.File.name, ActsExamples::RootMaterialDecorator::Config.name, Acts::CuboidVolumeBuilder::VolumeConfig.name, ActsExamples::RootMaterialWriter::Config.name, Acts::Test::PlyElement.name, Acts::FiniteStateMachine< Derived, States >::Terminated.name, MgridHeader.name, Acts::JsonGeometryConverter::Config.name, t_particle.name, eicpy.build.File.nevents, eicpy.build.File.outdir, eicpy.build.File.rezip, and eicpy.build.File.zipext.
eicpy.build.File.ext |
Definition at line 57 of file build.py.
View newest version in sPHENIX GitHub at line 57 of file build.py
Referenced by eicpy.build.File.process().
eicpy.build.File.name |
Definition at line 56 of file build.py.
View newest version in sPHENIX GitHub at line 56 of file build.py
Referenced by eicpy.verify.PythiaHistograms.__init__(), eicpy.verify.DjangohHistograms.__init__(), and eicpy.build.File.process().
eicpy.build.File.nevents |
Definition at line 59 of file build.py.
View newest version in sPHENIX GitHub at line 59 of file build.py
Referenced by eicpy.build.File.process().
eicpy.build.File.outdir |
Definition at line 58 of file build.py.
View newest version in sPHENIX GitHub at line 58 of file build.py
Referenced by eicpy.build.File.process().
|
static |
eicpy.build.File.rezip |
Definition at line 50 of file build.py.
View newest version in sPHENIX GitHub at line 50 of file build.py
Referenced by eicpy.build.File.process().
|
static |
eicpy.build.File.zipext |
Definition at line 49 of file build.py.
View newest version in sPHENIX GitHub at line 49 of file build.py
Referenced by eicpy.build.File.process().