CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
WrapperHolder.cc
Go to the documentation of this file.
2 #include <iostream>
3 
4 namespace edm {
5  WrapperHolder::WrapperHolder() : wrapper_(), interface_(0) {}
6 
7  WrapperHolder::WrapperHolder(void const* wrapper, WrapperInterfaceBase const* interface) :
8  wrapper_(wrapper),
9  interface_(interface) {
10  }
11 }
static HepMC::HEPEVT_Wrapper wrapper