1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// -*- C++ -*-
//
// Package: CondFormats/DataRecord
// Class : L1TMuonOverlapFwVersionRcd
//
// Implementation:
// [Notes on implementation]
//
// Author: Michal Szleper
// Created: Wed, 20 Oct 2020 13:57:35 GMT
#include "CondFormats/DataRecord/interface/L1TMuonOverlapFwVersionRcd.h"
#include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
EVENTSETUP_RECORD_REG(L1TMuonOverlapFwVersionRcd);
|