Skip to content

Commit

Permalink
Merge pull request #19164 from kkotov/o2oCaloNewLuts
Browse files Browse the repository at this point in the history
New CaloL{1,2} LUTs are taken care of by the L1T O2O
  • Loading branch information
cmsbuild committed Jul 2, 2017
2 parents 72e9f44 + b9c6c4d commit b1580cd
Show file tree
Hide file tree
Showing 5 changed files with 578 additions and 103 deletions.
4 changes: 2 additions & 2 deletions CondFormats/DataRecord/interface/L1TCaloParamsO2ORcd.h
Expand Up @@ -14,8 +14,8 @@
#include "FWCore/Framework/interface/DependentRecordImplementation.h"
#include "CondFormats/DataRecord/interface/L1TriggerKeyListExtRcd.h"
#include "CondFormats/DataRecord/interface/L1TriggerKeyExtRcd.h"
#include "CondFormats/DataRecord/interface/L1TCaloStage2ParamsRcd.h"
class L1TCaloParamsO2ORcd : public edm::eventsetup::DependentRecordImplementation<L1TCaloParamsO2ORcd, boost::mpl::vector<L1TriggerKeyListExtRcd,L1TriggerKeyExtRcd,L1TCaloStage2ParamsRcd> > {};
#include "CondFormats/DataRecord/interface/L1TCaloParamsRcd.h"
class L1TCaloParamsO2ORcd : public edm::eventsetup::DependentRecordImplementation<L1TCaloParamsO2ORcd, boost::mpl::vector<L1TriggerKeyListExtRcd,L1TriggerKeyExtRcd,L1TCaloParamsRcd> > {};


#endif
Expand Up @@ -9,7 +9,7 @@
CondDB,
toGet = cms.VPSet(
cms.PSet(
record = cms.string('L1TCaloStage2ParamsRcd'),
record = cms.string('L1TCaloParamsRcd'),
tag = cms.string("L1TCaloParamsPrototype_Stage2v0_hlt")
)
)
Expand All @@ -18,6 +18,7 @@
L1TCaloParamsOnlineProd = cms.ESProducer("L1TCaloParamsOnlineProd",
onlineAuthentication = cms.string('.'),
forceGeneration = cms.bool(False),
onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R')
onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'),
exclusiveLayer = cms.uint32(0)
)

0 comments on commit b1580cd

Please sign in to comment.