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 L1GtTriggerMaskTechTrigRcd
*
*
* Description: record for L1 GT mask for technical triggers.
*
* Implementation:
* <TODO: enter implementation details>
*
* \author: Vasile Mihai Ghete - HEPHY Vienna
*
* $Date$
* $Revision$
*
*/
// this class header
#include "CondFormats/DataRecord/interface/L1GtTriggerMaskTechTrigRcd.h"
// system include files
// user include files
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
//
EVENTSETUP_RECORD_REG(L1GtTriggerMaskTechTrigRcd);
|