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

Merge branch 'muonsa-vdv' into 'master'

Update contents of event view data verifier for standalone muons

See merge request !36507
parents 5f3cd02f dde54185
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!36507Update contents of event view data verifier for standalone muons
......@@ -575,18 +575,6 @@ def muEFSARecoSequence( RoIs, name ):
if not conddb.folderRequested( "/MDT/TUBE_STATUS/DEAD_TUBE" ):
EFMuonViewDataVerifier.DataObjects += [( 'CondAttrListCollection' , 'ConditionStore+/MDT/TUBE_STATUS/DEAD_TUBE' )]
if name != 'FS':
# we now try to share the data preparation algorithms with L2, so we tell the view that it should expect the MDT, TGC, CSC and RPC PRDs to be available
EFMuonViewDataVerifier.DataObjects += [( 'Muon::MdtPrepDataContainer' , 'StoreGateSvc+MDT_DriftCircles' ),
( 'Muon::TgcPrepDataContainer' , 'StoreGateSvc+TGC_Measurements' ),
( 'Muon::RpcPrepDataContainer' , 'StoreGateSvc+RPC_Measurements' )]
if MuonGeometryFlags.hasCSC():
EFMuonViewDataVerifier.DataObjects += [( 'Muon::CscStripPrepDataContainer' , 'StoreGateSvc+CSC_Measurements' ),
( 'Muon::CscPrepDataContainer' , 'StoreGateSvc+CSC_Clusters' )]
if (MuonGeometryFlags.hasSTGC() and MuonGeometryFlags.hasMM()):
EFMuonViewDataVerifier.DataObjects += [( 'Muon::MMPrepDataContainer' , 'StoreGateSvc+MM_Measurements'),
( 'Muon::sTgcPrepDataContainer' , 'StoreGateSvc+STGC_Measurements')]
#need MdtCondDbAlg for the MuonStationIntersectSvc (required by segment and track finding)
from AthenaCommon.AlgSequence import AthSequencer
from MuonCondAlg.MuonTopCondAlgConfigRUN2 import MdtCondDbAlg
......
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