1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
///
/// \class L1TCaloParamsRcd
///
/// Description: see header file
///
/// Implementation:
///
/// \author: Jim Brooke, University of Bristol
///
#include "CondFormats/DataRecord/interface/L1TCaloParamsRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSETUP_RECORD_REG(L1TCaloParamsRcd);
|