#include <SingleElementCollectionRefSelector.h>
Public Types | |
typedef InputCollection | collection |
typedef container::const_iterator | const_iterator |
typedef StoreContainer | container |
typedef edm::View< InputType > | InputCollection |
typedef Selector | selector |
Public Member Functions | |
const_iterator | begin () const |
const_iterator | end () const |
void | select (const edm::Handle< InputCollection > &c, const edm::Event &, const edm::EventSetup &) |
SingleElementCollectionRefSelector (const edm::ParameterSet &cfg, edm::ConsumesCollector &&iC) | |
Private Attributes | |
RefAdder | addRef_ |
selector | select_ |
container | selected_ |
Friends | |
class | reco::modules::SingleElementCollectionRefSelectorEventSetupInit< SingleElementCollectionRefSelector > |
selects a subset of a collection based on single element selection done via functor
Definition at line 36 of file SingleElementCollectionRefSelector.h.
typedef InputCollection SingleElementCollectionRefSelector< InputType, Selector, OutputCollection, StoreContainer, RefAdder >::collection |
Definition at line 38 of file SingleElementCollectionRefSelector.h.
typedef container::const_iterator SingleElementCollectionRefSelector< InputType, Selector, OutputCollection, StoreContainer, RefAdder >::const_iterator |
Definition at line 41 of file SingleElementCollectionRefSelector.h.
typedef StoreContainer SingleElementCollectionRefSelector< InputType, Selector, OutputCollection, StoreContainer, RefAdder >::container |
Definition at line 39 of file SingleElementCollectionRefSelector.h.
typedef edm::View<InputType> SingleElementCollectionRefSelector< InputType, Selector, OutputCollection, StoreContainer, RefAdder >::InputCollection |
Definition at line 37 of file SingleElementCollectionRefSelector.h.
typedef Selector SingleElementCollectionRefSelector< InputType, Selector, OutputCollection, StoreContainer, RefAdder >::selector |
Definition at line 40 of file SingleElementCollectionRefSelector.h.
|
inline |
Definition at line 42 of file SingleElementCollectionRefSelector.h.
|
inline |
Definition at line 44 of file SingleElementCollectionRefSelector.h.
|
inline |
Definition at line 45 of file SingleElementCollectionRefSelector.h.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
inline |
Definition at line 46 of file SingleElementCollectionRefSelector.h.
References training_settings::idx.
Referenced by Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Views.LineDecayView.LineDecayContainer::mousePressEvent(), Vispa.Gui.PortConnection.PointToPointConnection::mousePressEvent(), Vispa.Gui.VispaWidget.VispaWidget::mousePressEvent(), and Vispa.Views.AbstractView.AbstractView::restoreSelection().
|
friend |
Definition at line 56 of file SingleElementCollectionRefSelector.h.
|
private |
Definition at line 55 of file SingleElementCollectionRefSelector.h.
|
private |
Definition at line 54 of file SingleElementCollectionRefSelector.h.
|
private |
Definition at line 53 of file SingleElementCollectionRefSelector.h.