LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
MixOpBase.cc
Go to the documentation of this file.
2 #include "canvas_root_io/Streamers/ProductIDStreamer.h"
3 #include "canvas_root_io/Streamers/RefCoreStreamer.h"
4 
5 // Note: This is a separate function so that users can avoid having to
6 // introduce a dependency change from canvas to canvas_root_io.
7 
8 void
10  cet::exempt_ptr<BranchIDLists const> branchIDLists)
11 {
12  // Make sure the schema evolution is ready for ProductID
13  configureProductIDStreamer(branchIDLists);
14  // Make sure we don't have a ProductGetter set.
15  configureRefCoreStreamer();
16 }
void configureStreamers(cet::exempt_ptr< BranchIDLists const > branchIDLists)
Definition: MixOpBase.cc:9