#include <LazyGetter.h>
Public Types | |
typedef std::vector< T > | record_type |
Public Member Functions | |
virtual void | fill (const uint32_t &, record_type &)=0 |
virtual void | setEvent (edm::Event const &e) const |
virtual | ~LazyUnpacker () |
Definition at line 217 of file LazyGetter.h.
typedef std::vector<T> edm::LazyUnpacker< T >::record_type |
Definition at line 219 of file LazyGetter.h.
virtual edm::LazyUnpacker< T >::~LazyUnpacker | ( | ) | [inline, virtual] |
Definition at line 221 of file LazyGetter.h.
{}
virtual void edm::LazyUnpacker< T >::fill | ( | const uint32_t & | , |
record_type & | |||
) | [pure virtual] |
Implemented in EcalRawToRecHitLazyUnpacker, and sistrip::RawToClustersLazyUnpacker.
virtual void edm::LazyUnpacker< T >::setEvent | ( | edm::Event const & | e | ) | const [inline, virtual] |