#include <StringCutEventSelector.h>
Public Member Functions | |
bool | select (const edm::Event &e) const |
decision of the selector module More... | |
StringCutEventSelector (const edm::ParameterSet &pset) | |
Public Member Functions inherited from EventSelector | |
const std::vector< std::string > & | description () |
const std::vector< std::string > & | description () |
EventSelector () | |
EventSelector () | |
EventSelector (const edm::ParameterSet &iConfig) | |
EventSelector (const edm::ParameterSet &iConfig) | |
const std::string & | name () const |
name of the module (from configuration) More... | |
const std::string & | name () const |
name of the module (from configuration) More... | |
virtual | ~EventSelector () |
virtual | ~EventSelector () |
Private Attributes | |
StringCutObjectSelector< Object > | f_ |
unsigned int | nFirst_ |
edm::InputTag | src_ |
Additional Inherited Members | |
Protected Attributes inherited from EventSelector | |
std::vector< std::string > | description_ |
std::string | name_ |
Definition at line 10 of file StringCutEventSelector.h.
|
inline |
Definition at line 12 of file StringCutEventSelector.h.
References EventSelector::description_, edm::ParameterSet::getParameter(), and StringCutEventSelector< Object >::src_.
|
inlinevirtual |
decision of the selector module
Implements EventSelector.
Definition at line 26 of file StringCutEventSelector.h.
References StringCutEventSelector< Object >::f_, edm::Event::getByLabel(), i, StringCutEventSelector< Object >::nFirst_, connectstrParser::o, and StringCutEventSelector< Object >::src_.
Referenced by python.Vispa.Views.LineDecayView.LineDecayContainer::createObject(), python.Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), python.Vispa.Views.LineDecayView.LineDecayContainer::mousePressEvent(), python.Vispa.Gui.PortConnection.PointToPointConnection::mousePressEvent(), python.Vispa.Gui.VispaWidget.VispaWidget::mousePressEvent(), and python.Vispa.Views.AbstractView.AbstractView::restoreSelection().
|
private |
Definition at line 44 of file StringCutEventSelector.h.
Referenced by StringCutEventSelector< Object >::select().
|
private |
Definition at line 45 of file StringCutEventSelector.h.
Referenced by StringCutEventSelector< Object >::select().
|
private |
Definition at line 43 of file StringCutEventSelector.h.
Referenced by StringCutEventSelector< Object >::select(), and StringCutEventSelector< Object >::StringCutEventSelector().