#include <StoreManagerTrait.h>
Public Types | |
typedef OutputCollection | collection |
typedef OutputCollection | collection |
Public Member Functions | |
template<typename I > | |
void | cloneAndStore (const I &begin, const I &end, edm::Event &) |
template<typename I > | |
void | cloneAndStore (const I &begin, const I &end, edm::Event &) |
template<typename C > | |
CollectionStoreManager (const edm::Handle< C > &h) | |
template<typename C > | |
CollectionStoreManager (const edm::Handle< C > &h) | |
edm::OrphanHandle< collection > | put (edm::Event &evt) |
edm::OrphanHandle< collection > | put (edm::Event &evt) |
size_t | size () const |
size_t | size () const |
Private Attributes | |
std::auto_ptr< collection > | selected_ |
Definition at line 93 of file StoreManagerTrait.h.
typedef OutputCollection helper::CollectionStoreManager< OutputCollection, ClonePolicy >::collection |
Definition at line 94 of file StoreManagerTrait.h.
typedef OutputCollection helper::CollectionStoreManager< OutputCollection, ClonePolicy >::collection |
Definition at line 94 of file StoreManagerTrait.h.
helper::CollectionStoreManager< OutputCollection, ClonePolicy >::CollectionStoreManager | ( | const edm::Handle< C > & | h | ) | [inline] |
Definition at line 96 of file StoreManagerTrait.h.
: selected_( new OutputCollection ) { // selected_ = OutputCollectionCreator<OutputCollection, C>::createNewCollection(h); }
helper::CollectionStoreManager< OutputCollection, ClonePolicy >::CollectionStoreManager | ( | const edm::Handle< C > & | h | ) | [inline] |
Definition at line 96 of file StoreManagerTrait.h.
: selected_( new OutputCollection ) { // selected_ = OutputCollectionCreator<OutputCollection, C>::createNewCollection(h); }
void helper::CollectionStoreManager< OutputCollection, ClonePolicy >::cloneAndStore | ( | const I & | begin, |
const I & | end, | ||
edm::Event & | |||
) | [inline] |
Definition at line 101 of file StoreManagerTrait.h.
References lhef::cc::convert(), end, Exhume::I, i, helper::CollectionStoreManager< OutputCollection, ClonePolicy >::selected_, and v.
void helper::CollectionStoreManager< OutputCollection, ClonePolicy >::cloneAndStore | ( | const I & | begin, |
const I & | end, | ||
edm::Event & | |||
) | [inline] |
Definition at line 101 of file StoreManagerTrait.h.
References lhef::cc::convert(), end, Exhume::I, i, helper::CollectionStoreManager< OutputCollection, ClonePolicy >::selected_, and v.
edm::OrphanHandle<collection> helper::CollectionStoreManager< OutputCollection, ClonePolicy >::put | ( | edm::Event & | evt | ) | [inline] |
Definition at line 108 of file StoreManagerTrait.h.
References edm::Event::put(), and helper::CollectionStoreManager< OutputCollection, ClonePolicy >::selected_.
edm::OrphanHandle<collection> helper::CollectionStoreManager< OutputCollection, ClonePolicy >::put | ( | edm::Event & | evt | ) | [inline] |
Definition at line 108 of file StoreManagerTrait.h.
References edm::Event::put(), and helper::CollectionStoreManager< OutputCollection, ClonePolicy >::selected_.
size_t helper::CollectionStoreManager< OutputCollection, ClonePolicy >::size | ( | void | ) | const [inline] |
Definition at line 111 of file StoreManagerTrait.h.
References helper::CollectionStoreManager< OutputCollection, ClonePolicy >::selected_.
{ return selected_->size(); }
size_t helper::CollectionStoreManager< OutputCollection, ClonePolicy >::size | ( | void | ) | const [inline] |
Definition at line 111 of file StoreManagerTrait.h.
References helper::CollectionStoreManager< OutputCollection, ClonePolicy >::selected_.
{ return selected_->size(); }
std::auto_ptr< collection > helper::CollectionStoreManager< OutputCollection, ClonePolicy >::selected_ [private] |