Skip to content
Snippets Groups Projects
Commit 556ac996 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'FixFullG4MT_QS_CA_master' into 'master'

Fix test_RUN3_FullG4_QS_ZPrime.sh

See merge request !49593
parents 0839b46a 2da05f5c
No related branches found
No related tags found
5 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!49593Fix test_RUN3_FullG4_QS_ZPrime.sh
...@@ -17,7 +17,7 @@ from ISF_HepMC_Tools.ISF_HepMC_ToolsConfigNew import ( ...@@ -17,7 +17,7 @@ from ISF_HepMC_Tools.ISF_HepMC_ToolsConfigNew import (
TruthStrategyGroupIDCfg, TruthStrategyGroupIDCfg,
TruthStrategyGroupIDHadIntCfg, TruthStrategyGroupIDHadIntCfg,
TruthStrategyGroupCaloMuBremCfg, TruthStrategyGroupCaloMuBremCfg,
ParticleSimWhiteListCfg, ParticleSimWhiteList_ExtraParticlesCfg,
) )
from BarcodeServices.BarcodeServicesConfigNew import BarcodeSvcCfg from BarcodeServices.BarcodeServicesConfigNew import BarcodeSvcCfg
from ISF_Geant4CommonTools.ISF_Geant4CommonToolsConfigNew import ( from ISF_Geant4CommonTools.ISF_Geant4CommonToolsConfigNew import (
...@@ -66,7 +66,7 @@ def InputConverterCfg(ConfigFlags, name="ISF_InputConverter", **kwargs): ...@@ -66,7 +66,7 @@ def InputConverterCfg(ConfigFlags, name="ISF_InputConverter", **kwargs):
def LongLivedInputConverterCfg(ConfigFlags, name="ISF_LongLivedInputConverter", **kwargs): def LongLivedInputConverterCfg(ConfigFlags, name="ISF_LongLivedInputConverter", **kwargs):
result = ComponentAccumulator() result = ComponentAccumulator()
gpfilt = [ gpfilt = [
result.popToolsAndMerge(ParticleSimWhiteListCfg(ConfigFlags)), result.popToolsAndMerge(ParticleSimWhiteList_ExtraParticlesCfg(ConfigFlags)),
result.popToolsAndMerge(ParticlePositionFilterDynamicCfg(ConfigFlags)), result.popToolsAndMerge(ParticlePositionFilterDynamicCfg(ConfigFlags)),
result.popToolsAndMerge(EtaPhiFilterCfg(ConfigFlags)), result.popToolsAndMerge(EtaPhiFilterCfg(ConfigFlags)),
result.popToolsAndMerge(GenParticleInteractingFilterCfg(ConfigFlags)), result.popToolsAndMerge(GenParticleInteractingFilterCfg(ConfigFlags)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment