Skip to content

Commit

Permalink
Added L1MuCSCTFConfiguration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner Man-Li Sun committed May 1, 2008
1 parent cce6fa8 commit 8fa02e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CondTools/L1Trigger/plugins/SealModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,20 @@ REGISTER_PLUGIN(L1CSCTPParametersRcd, L1CSCTPParameters);
REGISTER_L1_WRITER(L1CSCTPParametersRcd, L1CSCTPParameters);

// CSC TF records
#include "CondFormats/L1TObjects/interface/L1MuCSCTFConfiguration.h"
#include "CondFormats/L1TObjects/interface/L1MuCSCDTLut.h"
#include "CondFormats/L1TObjects/interface/L1MuCSCGlobalLuts.h"
#include "CondFormats/L1TObjects/interface/L1MuCSCLocalPhiLut.h"
#include "CondFormats/L1TObjects/interface/L1MuCSCPtLut.h"
#include "CondFormats/DataRecord/interface/L1MuCSCTFConfigurationRcd.h"
#include "CondFormats/DataRecord/interface/L1MuCSCDTLutRcd.h"
#include "CondFormats/DataRecord/interface/L1MuCSCGlobalLutsRcd.h"
#include "CondFormats/DataRecord/interface/L1MuCSCLocalPhiLutRcd.h"
#include "CondFormats/DataRecord/interface/L1MuCSCPtLutRcd.h"

REGISTER_PLUGIN(L1MuCSCTFConfigurationRcd, L1MuCSCTFConfiguration);
REGISTER_L1_WRITER(L1MuCSCTFConfigurationRcd, L1MuCSCTFConfiguration);

REGISTER_PLUGIN(L1MuCSCDTLutRcd, L1MuCSCDTLut);
REGISTER_L1_WRITER(L1MuCSCDTLutRcd, L1MuCSCDTLut);

Expand Down

0 comments on commit 8fa02e8

Please sign in to comment.