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

Go to the source code of this file.

Namespaces

namespace  full_chain_odd
 

Variables

tuple full_chain_odd.parser argparse.ArgumentParser(description="Full chain with the OpenDataDetector")
 
string full_chain_odd.help "Use Pythia8 (ttbar, pile-up 200) instead of particle gun"
 
string full_chain_odd.action "store_true"
 
tuple full_chain_odd.args vars(parser.parse_args())
 
list full_chain_odd.ttbar args["ttbar"]
 
list full_chain_odd.g4_simulation args["geant4"]
 
list full_chain_odd.ambiguity_MLSolver args["MLSolver"]
 
 full_chain_odd.u acts.UnitConstants
 
tuple full_chain_odd.geoDir getOpenDataDetectorDirectory()
 
tuple full_chain_odd.outputDir pathlib.Path.cwd()
 
string full_chain_odd.oddMaterialMap "data/odd-material-maps.root"
 
string full_chain_odd.oddDigiConfig "config/odd-digi-smearing-config.json"
 
string full_chain_odd.oddSeedingSel "config/odd-seeding-config.json"
 
tuple full_chain_odd.oddMaterialDeco acts.IMaterialDecorator.fromFile(oddMaterialMap)
 
tuple full_chain_odd.field acts.ConstantBField(acts.Vector3(0.0, 0.0, 2.0 * u.T))
 
tuple full_chain_odd.rnd acts.examples.RandomNumbers(seed=42)
 
tuple full_chain_odd.s
 
tuple full_chain_odd.vtxGen
 
int full_chain_odd.multiplicity 200
 
list full_chain_odd.hardProcess ["Top:qqbar2ttbar=on"]
 
int full_chain_odd.npileup 50
 
 full_chain_odd.outputDirRoot outputDir,
 
tuple full_chain_odd.preSelectParticles
 
 full_chain_odd.killVolume trackingGeometry.worldVolume,
 
int full_chain_odd.killAfterTime 25
 
 full_chain_odd.enableInteractions True,
 
 full_chain_odd.digiConfigFile oddDigiConfig,
 
 full_chain_odd.geoSelectionConfigFile oddSeedingSel,
 
tuple full_chain_odd.pt (1.0 * u.GeV if ttbar else 0.0, None)
 
tuple full_chain_odd.absEta (None, 3.0)
 
tuple full_chain_odd.loc0 (-4.0 * u.mm, 4.0 * u.mm)
 
int full_chain_odd.nMeasurementsMin 7
 
 full_chain_odd.writeCovMat True,
 
int full_chain_odd.maximumSharedHits 3
 
tuple full_chain_odd.onnxModelFile os.path.dirname(__file__)
 
 full_chain_odd.vertexFinder VertexFinder.Iterative,