CMS 3D CMS Logo

WhatsIt.h
Go to the documentation of this file.
1 #ifndef Integration_WhatsIt_h
2 #define Integration_WhatsIt_h
3 // -*- C++ -*-
4 //
5 // Package: Integration
6 // Class : WhatsIt
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Fri Jun 24 13:23:12 EDT 2005
19 //
20 
21 // system include files
22 
23 // user include files
24 
25 // forward declarations
26 
27 namespace edmtest {
28  struct WhatsIt {
29  WhatsIt() : a() {}
30  int a;
31  };
32 } // namespace edmtest
33 
34 #endif