LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "PrincipalBase.h"
Public Member Functions | |
virtual | ~PrincipalBase ()=0 |
PrincipalBase () | |
EDProductGetter const * | getEDProductGetter (ProductID const &pid) const |
Private Member Functions | |
virtual EDProductGetter const * | getEDProductGetter_ (ProductID const &) const =0 |
Definition at line 20 of file PrincipalBase.h.
|
pure virtual |
Definition at line 6 of file PrincipalBase.cc.
art::PrincipalBase::PrincipalBase | ( | ) |
Definition at line 7 of file PrincipalBase.cc.
EDProductGetter const * art::PrincipalBase::getEDProductGetter | ( | ProductID const & | pid | ) | const |
Definition at line 12 of file PrincipalBase.cc.
References getEDProductGetter_().
|
privatepure virtual |
Implemented in art::Principal.
Referenced by getEDProductGetter().