1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// L1TGlobalPrescalesVetosRcd
// Description: Record for L1TGlobalPrescalesVetos
//
// automatically generate by make_records.pl
//
#ifndef CondFormatsDataRecord_L1TGlobalPrescalesVetosO2O_h
#define CondFormatsDataRecord_L1TGlobalPrescalesVetosO2O_h
#include "FWCore/Framework/interface/DependentRecordImplementation.h"
#include "CondFormats/DataRecord/interface/L1TriggerKeyListExtRcd.h"
#include "CondFormats/DataRecord/interface/L1TriggerKeyExtRcd.h"
#include "CondFormats/DataRecord/interface/L1TGlobalPrescalesVetosRcd.h"
class L1TGlobalPrescalesVetosO2ORcd
: public edm::eventsetup::DependentRecordImplementation<
L1TGlobalPrescalesVetosO2ORcd,
edm::mpl::Vector<L1TriggerKeyListExtRcd, L1TriggerKeyExtRcd, L1TGlobalPrescalesVetosRcd> > {};
#endif
|