1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef L1TTwinMuxParamsRcd_h
#define L1TTwinMuxParamsRcd_h
// -*- C++ -*-
//
// Class : L1TwinMuxParamsRcd
//
// Author: Giannis Flouris
// Created:
// mod g karathanasis
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class L1TTwinMuxParamsRcd : public edm::eventsetup::EventSetupRecordImplementation<L1TTwinMuxParamsRcd> {};
#endif
|