Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
HitValAlgSim.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2 
3 # jobOptions to activate the dump of the NSWPRDValAlg nTuple
4 # This file can be used with Sim_tf by specifying --postInclude MuonPRDTest.HitValAlgSim.HitValAlgSimCfg
5 # It dumps Truth, MuEntry and Hits, Digits, SDOs and RDOs for MM and sTGC
6 def HitValAlgSimCfg(flags, name = "MuonSimHitValidAlg", **kwargs):
7  kwargs.setdefault("doTruth", True)
8  kwargs.setdefault("doMuEntry", True)
9  kwargs.setdefault("doSimHits", True)
10  from MuonPRDTest.MuonPRDTestCfg import AddHitValAlgCfg
11  return AddHitValAlgCfg(flags, name = name, outFile="NSWPRDValAlg.sim.ntuple.root", **kwargs)
12 
HitValAlgSim.HitValAlgSimCfg
def HitValAlgSimCfg(flags, name="MuonSimHitValidAlg", **kwargs)
Definition: HitValAlgSim.py:6
MuonPRDTestCfg.AddHitValAlgCfg
def AddHitValAlgCfg(flags, name="HitValAlg", outFile="NSWPRDValAlg.ntuple.root", **kwargs)
Definition: MuonPRDTestCfg.py:31