Public Types | |
typedef reco::TrackCollection | collection |
typedef container::const_iterator | const_iterator |
typedef std::vector< const reco::Track * > | container |
Public Member Functions | |
const_iterator | begin () const |
CSCOverlapConfigSelector (const edm::ParameterSet &cfg) | |
const_iterator | end () const |
void | select (const edm::Handle< reco::TrackCollection > &c, const edm::Event &evt, const edm::EventSetup &) |
size_t | size () const |
Private Attributes | |
container | all_ |
container | selected_ |
AlignmentCSCOverlapSelector | theSelector |
Definition at line 12 of file AlignmentCSCOverlapSelectorModule.cc.
Definition at line 16 of file AlignmentCSCOverlapSelectorModule.cc.
typedef container::const_iterator CSCOverlapConfigSelector::const_iterator |
Definition at line 15 of file AlignmentCSCOverlapSelectorModule.cc.
typedef std::vector<const reco::Track*> CSCOverlapConfigSelector::container |
Definition at line 14 of file AlignmentCSCOverlapSelectorModule.cc.
|
inline |
Definition at line 18 of file AlignmentCSCOverlapSelectorModule.cc.
|
inline |
Definition at line 21 of file AlignmentCSCOverlapSelectorModule.cc.
References selected_.
|
inline |
Definition at line 22 of file AlignmentCSCOverlapSelectorModule.cc.
References selected_.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
inline |
Definition at line 25 of file AlignmentCSCOverlapSelectorModule.cc.
References all_, i, edm::Handle< T >::product(), AlignmentCSCOverlapSelector::select(), selected_, and theSelector.
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().
|
inline |
Definition at line 23 of file AlignmentCSCOverlapSelectorModule.cc.
References selected_.
|
private |
Definition at line 38 of file AlignmentCSCOverlapSelectorModule.cc.
Referenced by select().
|
private |
|
private |
Definition at line 39 of file AlignmentCSCOverlapSelectorModule.cc.
Referenced by select().