1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// -*- C++ -*-
//
// Package: FWCore/Integration
// Class : IOVTestInfo
//
// Original Author: W. David Dagenhart
// Created: 21 March 2019
//
#include "FWCore/Integration/interface/IOVTestInfo.h"
#include "FWCore/Utilities/interface/typelookup.h"
TYPELOOKUP_DATA_REG(edmtest::IOVTestInfo);
|