1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// -*- C++ -*-
//
// Package: Integration
// Class : WhatsIt
//
// Implementation:
// <Notes on implementation>
//
// Original Author: Chris Jones
// Created: Fri Jun 24 13:53:00 EDT 2005
//
// system include files
// user include files
#include "WhatsIt.h"
#include "FWCore/Utilities/interface/typelookup.h"
TYPELOOKUP_DATA_REG(edmtest::WhatsIt);
|