CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RefStreamer.cc
Go to the documentation of this file.
4 #include "TROOT.h"
5 #include <assert.h>
6 #include <ostream>
7 
8 class TBuffer;
9 
10 namespace fwlite {
12 
13  {
14  TClass *cl = gROOT->GetClass("edm::RefCore::CheckTransientOnWrite");
15  TClassStreamer *st = cl->GetStreamer();
16  if (st == 0) {
17  cl->AdoptStreamer(new edm::RefCoreCheckTransientOnWriteStreamer());
18  }
19  }
20 
22  }
23 }
edm::EDProductGetter const * setRefStreamer(edm::EDProductGetter const *ep)
Definition: RefStreamer.cc:11
static EDProductGetter const * switchProductGetter(EDProductGetter const *)
These can only be used internally by the framework.