#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, edm::ConsumesCollector &&iC) | |
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 30 of file SingleElementCollectionSelectorPlusEvent.h.
typedef InputCollection SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::collection |
Definition at line 31 of file SingleElementCollectionSelectorPlusEvent.h.
typedef container::const_iterator SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::const_iterator |
Definition at line 33 of file SingleElementCollectionSelectorPlusEvent.h.
typedef StoreContainer SingleElementCollectionSelectorPlusEvent< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >::container |
Definition at line 32 of file SingleElementCollectionSelectorPlusEvent.h.
|
inline |
Definition at line 34 of file SingleElementCollectionSelectorPlusEvent.h.
|
inline |
Definition at line 36 of file SingleElementCollectionSelectorPlusEvent.h.
|
inline |
Definition at line 37 of file SingleElementCollectionSelectorPlusEvent.h.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
inline |
Definition at line 38 of file SingleElementCollectionSelectorPlusEvent.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().
|
private |
Definition at line 48 of file SingleElementCollectionSelectorPlusEvent.h.
|
private |
Definition at line 47 of file SingleElementCollectionSelectorPlusEvent.h.
|
private |
Definition at line 46 of file SingleElementCollectionSelectorPlusEvent.h.