Skip to content
Snippets Groups Projects
Commit 4757e490 authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Fix for testDaVinciTests/tests/qmtest/packing.qms/test_udstunpacking_stripping20.qmt

parent 7bb3b4c6
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!254DaVinci tests clean-up
......@@ -34,18 +34,18 @@ DaVinci().UserAlgorithms += [
DataObjectLocation = "/Event/Bhadron/Rec/Calo/Photons",
MaxVersion = 999,
OutputLevel = 3 ),
DataObjectVersionFilter( "CheckLiteTTClusters",
DataObjectLocation = "/Event/Bhadron/Raw/TT/LiteClusters",
MaxVersion = 999,
OutputLevel = 3 ),
DataObjectVersionFilter( "CheckLiteITClusters",
DataObjectLocation = "/Event/Bhadron/Raw/IT/LiteClusters",
MaxVersion = 999,
OutputLevel = 3 ),
DataObjectVersionFilter( "CheckLiteVeloClusters",
DataObjectLocation = "/Event/Bhadron/Raw/Velo/LiteClusters",
MaxVersion = 999,
OutputLevel = 3 ),
# DataObjectVersionFilter( "CheckLiteTTClusters",
# DataObjectLocation = "/Event/Bhadron/Raw/TT/LiteClusters",
# MaxVersion = 999,
# OutputLevel = 3 ),
# DataObjectVersionFilter( "CheckLiteITClusters",
# DataObjectLocation = "/Event/Bhadron/Raw/IT/LiteClusters",
# MaxVersion = 999,
# OutputLevel = 3 ),
# DataObjectVersionFilter( "CheckLiteVeloClusters",
# DataObjectLocation = "/Event/Bhadron/Raw/Velo/LiteClusters",
# MaxVersion = 999,
# OutputLevel = 3 ),
DataObjectVersionFilter( "CheckBhadronKaons",
DataObjectLocation = "/Event/Bhadron/Phys/StdAllNoPIDsKaons/Particles",
MaxVersion = 999,
......
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