All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sbncode/sbncode/CAFMaker/classes.h
Go to the documentation of this file.
2 
4 #include "canvas/Persistency/Common/Wrapper.h"
5 #include "canvas/Persistency/Common/Assns.h"
6 #include "canvas/Persistency/Common/Ptr.h"
7 #include "canvas/Persistency/Common/PtrVector.h"
8 
9 // We have to use this syntax, introducing a dummy struct, instead of the
10 // simpler "template class" to avoid the need to define
11 // StandardRecord::operator<(). See https://cdcvs.fnal.gov/redmine/issues/7075
12 namespace{
13  struct dict{
14  art::PtrVector<caf::StandardRecord> m1;
15  };
16 }