#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::unique_ptr< collection > | selected_ |
Definition at line 71 of file StoreManagerTrait.h.
typedef OutputCollection helper::CollectionStoreManager< OutputCollection, ClonePolicy >::collection |
Definition at line 72 of file StoreManagerTrait.h.
typedef OutputCollection helper::CollectionStoreManager< OutputCollection, ClonePolicy >::collection |
Definition at line 94 of file StoreManagerTrait.h.
|
inline |
Definition at line 74 of file StoreManagerTrait.h.
|
inline |
Definition at line 96 of file StoreManagerTrait.h.
|
inline |
Definition at line 78 of file StoreManagerTrait.h.
References fileCollector::convert(), end, Exhume::I, mps_fire::i, eostools::move(), and findQualityFiles::v.
|
inline |
Definition at line 101 of file StoreManagerTrait.h.
References fileCollector::convert(), end, Exhume::I, mps_fire::i, and findQualityFiles::v.
|
inline |
Definition at line 85 of file StoreManagerTrait.h.
References eostools::move(), and edm::Event::put().
|
inline |
Definition at line 108 of file StoreManagerTrait.h.
References edm::Event::put().
|
inline |
Definition at line 88 of file StoreManagerTrait.h.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
inline |
Definition at line 111 of file StoreManagerTrait.h.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
private |
Definition at line 90 of file StoreManagerTrait.h.