PrincipalBase.cc
Go to the documentation of this file.
2 // vim: set sw=2 expandtab :
3 
4 namespace art {
5 
8 
9  // Note: Used only by canvas RefCoreStreamer.cc through
10  // PrincipalBase::getEDProductGetter!
11  EDProductGetter const*
13  {
14  return getEDProductGetter_(pid);
15  }
16 
17 } // namespace art
virtual ~PrincipalBase()=0
Definition: PrincipalBase.cc:6
EDProductGetter const * getEDProductGetter(ProductID const &pid) const
virtual EDProductGetter const * getEDProductGetter_(ProductID const &) const =0