necessary Db change and moved the output to AOD instead of HITS
Compare changes
Files
2@@ -78,10 +78,6 @@ def getHITSStreamItemList():
@@ -111,6 +107,16 @@ def getEVNTStreamItemList():
@@ -151,7 +157,19 @@ class ISF_HITSStream:
The additional line in Db is needed to run ParametricSim as
Sim_tf.py --simulator=ParametricSimulation
Secondly, the xAOD::TrackParticle collection (produced by the ParametricSim) is moved to an AOD stream instead of HITS. However, the name cannot yet be controlled because Sim_tf is lacking a --outputAODFile
option.