1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/**
* \class L1uGtTriggerMenuRcd
*
*
* Description: record for L1 trigger menu.
*
* Implementation:
* <TODO: enter implementation details>
*
*/
// this class header
#include "CondFormats/DataRecord/interface/L1TGlobalTriggerMenuRcd.h"
// system include files
// user include files
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
//
EVENTSETUP_RECORD_REG(L1TGlobalTriggerMenuRcd);
|