EDProductGetter.cc
Go to the documentation of this file.
2 // vim: set sw=2 expandtab :
3 
4 namespace art {
5 
8 
9  EDProduct const*
11  {
12  return getIt_();
13  }
14 
15  EDProduct const*
17  {
18  return nullptr;
19  }
20 
21 } // namespace art
EDProduct const * getIt() const
virtual EDProduct const * getIt_() const
virtual ~EDProductGetter()