CaloRec: Add a new-style configuration for CaloBCIDAvgAlgConfig.
1 unresolved thread
Add a new-style configuration for CaloBCIDAvgAlgConfig.
Merge request reports
Activity
added Calorimeter JetEtmiss master review-pending-level-1 labels
CI Result SUCCESSAthena AthSimulation externals cmake make required tests optional tests Full details available at NICOS MR-24446-2019-06-25-23-59
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 650]added review-approved label and removed review-pending-level-1 label
mentioned in commit c083019b
added sweep:ignore label
18 from LArRecUtils.LArRecUtilsConfig import LArMCSymCondAlgCfg 19 result.merge (LArMCSymCondAlgCfg (flags)) 20 21 if flags.Input.isMC == False: 22 from LumiBlockComps.LuminosityCondAlgConfig import LuminosityCondAlgCfg 23 result.merge (LuminosityCondAlgCfg (flags)) 24 lumiAlg = result.getCondAlgo ('LuminosityCondAlg') 25 26 if flags.Common.isOnline: 27 result.merge(addFolders(flags, ['/LAR/LArPileup/LArPileupShape<key>LArShape32</key>', 28 '/LAR/LArPileup/LArPileupAverage'], 'LAR_ONL')) 29 else: 30 result.merge(addFolders(flags, ['/LAR/ElecCalibOfl/LArPileupShape<key>LArShape32</key>', 31 '/LAR/ElecCalibOfl/LArPileupAverage'], 'LAR_OFL')) 32 33 alg = CaloBCIDAvgAlg (isMC = False,
Please register or sign in to reply