Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New CaloL{1,2} LUTs are taken care of by the L1T O2O #19164

Merged
merged 4 commits into from Jul 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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)
)