#include <SingleElementCollectionSelectorPlusEvent.h>
Public Types | |
typedef InputCollection | collection |
typedef container::const_iterator | const_iterator |
typedef StoreContainer | container |
Public Member Functions | |
const_iterator | begin () const |
const_iterator | end () const |
void | select (const edm::Handle< InputCollection > &c, const edm::Event &ev, const edm::EventSetup &) |
SingleElementCollectionSelectorPlusEvent (const edm::ParameterSet &cfg) | |
Private Attributes | |
RefAdder | addRef_ |
Selector | select_ |
StoreContainer | selected_ |
selects a subset of a track collection based on single element selection done via functor
Definition at line 23 of file SingleElementCollectionSelectorPlusEvent.h.
typedef InputCollection SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::collection |
Definition at line 24 of file SingleElementCollectionSelectorPlusEvent.h.
typedef container::const_iterator SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::const_iterator |
Definition at line 26 of file SingleElementCollectionSelectorPlusEvent.h.
typedef StoreContainer SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::container |
Definition at line 25 of file SingleElementCollectionSelectorPlusEvent.h.
SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::SingleElementCollectionSelectorPlusEvent | ( | const edm::ParameterSet & | cfg | ) | [inline] |
Definition at line 27 of file SingleElementCollectionSelectorPlusEvent.h.
: select_( reco::modules::make<Selector>( cfg ) ) { }
const_iterator SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::begin | ( | void | ) | const [inline] |
Definition at line 29 of file SingleElementCollectionSelectorPlusEvent.h.
{ return selected_.begin(); }
const_iterator SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::end | ( | void | ) | const [inline] |
Definition at line 30 of file SingleElementCollectionSelectorPlusEvent.h.
{ return selected_.end(); }
void SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::select | ( | const edm::Handle< InputCollection > & | c, |
const edm::Event & | ev, | ||
const edm::EventSetup & | |||
) | [inline] |
Definition at line 31 of file SingleElementCollectionSelectorPlusEvent.h.
References SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::addRef_, UserOptions_cff::idx, SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::select_, and SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::selected_.
RefAdder SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::addRef_ [private] |
Definition at line 41 of file SingleElementCollectionSelectorPlusEvent.h.
Referenced by SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::select().
Selector SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::select_ [private] |
Definition at line 40 of file SingleElementCollectionSelectorPlusEvent.h.
Referenced by SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::select().
StoreContainer SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::selected_ [private] |
Definition at line 39 of file SingleElementCollectionSelectorPlusEvent.h.
Referenced by SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::begin(), SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::end(), and SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::select().