MuonTrackPerformance - Add Component accmulator configuration
This MR adds the CA based configuration for the MuonTrackPerfromance package. The configuration can then be included via postExec. E.g.:
Reco_tf.py --CA \
--CA 'all:True' 'RDOtoRDOTrigger:False' \
--AMI=q445 \
--preExec "r2a:flags.DQ.Steering.HLT.doInDet=False; flags.Exec.FPE=500;" \
--multithreaded \
--outputAODFile="AOD.pool.root" \
--outputDESDM_MCPFile="myDESDM_MCP.pool.root" \
--imf False \
--postExec 'r2a:from MuonTrackPerformance.MuonTrackPerformanceConfig import MuonTrackStatisticsAlgCfg, MuonSegmentPerformanceAlgCfg, MuonPerformanceAlgCfg, MuonTrackPerformanceAlgCfg;cfg.merge(MuonTrackStatisticsAlgCfg(flags));cfg.merge(MuonSegmentPerformanceAlgCfg(flags));cfg.merge(MuonPerformanceAlgCfg(flags));cfg.merge(MuonTrackPerformanceAlgCfg(flags));'
Edited by Johannes Junggeburth