1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
/**
* \class L1GtBoardMapsRcd
*
*
* Description: record for various mappings of the L1 GT boards.
*
* Implementation:
* <TODO: enter implementation details>
*
* \author: Vasile Mihai Ghete - HEPHY Vienna
*
* $Date:$
* $Revision:$
*
*/
// this class header
#include "CondFormats/DataRecord/interface/L1GtBoardMapsRcd.h"
// system include files
// user include files
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
//
EVENTSETUP_RECORD_REG(L1GtBoardMapsRcd);
|