diff --git a/Phys/Tesla/tests/options/DV_2015_CaloCheck.py b/Phys/Tesla/tests/options/DV_2015_CaloCheck.py index eed8c67e919be879a102498d7c965a6c0bc723c0..342cda5e8258fcd678aa9cc8a39556568a63c06b 100644 --- a/Phys/Tesla/tests/options/DV_2015_CaloCheck.py +++ b/Phys/Tesla/tests/options/DV_2015_CaloCheck.py @@ -11,6 +11,7 @@ DaVinci() DaVinci().EvtMax=-1 DaVinci().DataType="2015" DaVinci().Turbo=True +DaVinci().RootInTES="/Event/Turbo" from GaudiConf import IOHelper IOHelper().inputFiles( ["tesla_2015_TCK.dst"] , clear=True ) diff --git a/Phys/Tesla/tests/options/DV_2015_SharedContainers.py b/Phys/Tesla/tests/options/DV_2015_SharedContainers.py index be470648df5340bd4325fb68c23a4c3d9ecd583a..5b91ad05b658bed32978a684e8b9cf3694b43373 100644 --- a/Phys/Tesla/tests/options/DV_2015_SharedContainers.py +++ b/Phys/Tesla/tests/options/DV_2015_SharedContainers.py @@ -11,6 +11,7 @@ DaVinci() DaVinci().EvtMax=-1 DaVinci().DataType="2015" DaVinci().Turbo=True +DaVinci().RootInTES="/Event/Turbo" from GaudiConf import IOHelper IOHelper().inputFiles( ["tesla_2015_TCK.dst"] , clear=True )