#include <OverlapExclusionSelector.h>
Public Member Functions | |
void | newEvent (const edm::Event &, const edm::EventSetup &) const |
bool | operator() (const T &) const |
OverlapExclusionSelector (const edm::ParameterSet &cfg, edm::ConsumesCollector &&iC) | |
OverlapExclusionSelector (const edm::ParameterSet &cfg, edm::ConsumesCollector &iC) | |
Private Attributes | |
C::const_iterator | begin_ |
C::const_iterator | end_ |
O | overlap_ |
edm::EDGetTokenT< C > | srcToken_ |
Definition at line 14 of file OverlapExclusionSelector.h.
|
inline |
Definition at line 16 of file OverlapExclusionSelector.h.
OverlapExclusionSelector< C, T, O >::OverlapExclusionSelector | ( | const edm::ParameterSet & | cfg, |
edm::ConsumesCollector & | iC | ||
) |
Definition at line 29 of file OverlapExclusionSelector.h.
void OverlapExclusionSelector< C, T, O >::newEvent | ( | const edm::Event & | evt, |
const edm::EventSetup & | |||
) | const |
Definition at line 33 of file OverlapExclusionSelector.h.
References edm::Event::getByToken(), and h.
bool OverlapExclusionSelector< C, T, O >::operator() | ( | const T & | t | ) | const |
|
mutableprivate |
Definition at line 24 of file OverlapExclusionSelector.h.
|
mutableprivate |
Definition at line 24 of file OverlapExclusionSelector.h.
|
private |
Definition at line 25 of file OverlapExclusionSelector.h.
|
private |
Definition at line 23 of file OverlapExclusionSelector.h.