Skip to content

Commit

Permalink
Revert v2 EMTF first attempt to fix 2018 O2O issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abrinke1 committed May 3, 2018
1 parent 5c34c0c commit a5334b3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CondFormats/DataRecord/interface/L1TMuonEndCapParamsRcd.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// L1TMuonEndCapParamsRcd
// Description: Record for L1TMuonEndCapParams
//
// automatically generate by make_records.pl
//
#ifndef CondFormatsDataRecord_L1TMuonEndCapParams_h
#define CondFormatsDataRecord_L1TMuonEndCapParams_h

#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"

class L1TMuonEndCapParamsRcd : public edm::eventsetup::EventSetupRecordImplementation<L1TMuonEndCapParamsRcd> {};

// Dependent record implmentation:
//#include "FWCore/Framework/interface/DependentRecordImplementation.h"
//#include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
//#include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
//class L1TMuonEndCapParamsRcd : public edm::eventsetup::DependentRecordImplementation<L1TMuonEndCapParamsRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};

#endif
8 changes: 8 additions & 0 deletions CondFormats/DataRecord/src/L1TMuonEndCapParamsRcd.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// L1TMuonEndCapParamsRcd implementation

// automatically generated by make_records.pl

#include "CondFormats/DataRecord/interface/L1TMuonEndCapParamsRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"

EVENTSETUP_RECORD_REG(L1TMuonEndCapParamsRcd);

0 comments on commit a5334b3

Please sign in to comment.