![]() |
![]() |
#include <DPGAnalysis/SiStripTools/plugins/SiStripDetWithSomething.cc>
Public Member Functions | |
SiStripDetWithSomething (const edm::ParameterSet &) | |
~SiStripDetWithSomething () | |
![]() | |
EDFilter () | |
virtual | ~EDFilter () |
![]() | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
virtual void | beginJob () |
virtual void | endJob () |
virtual bool | filter (edm::Event &, const edm::EventSetup &) |
Private Attributes | |
edm::InputTag | _digicollection |
std::vector< unsigned int > | _wantedmod |
Additional Inherited Members | |
![]() | |
typedef EDFilter | ModuleType |
typedef WorkerT< EDFilter > | WorkerType |
![]() | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
![]() | |
CurrentProcessingContext const * | currentContext () const |
![]() | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Description: template EDFilter to select events with selected modules with SiStripDigis or SiStripClusters
Implementation:
Definition at line 48 of file SiStripDetWithSomething.cc.
|
explicit |
Definition at line 77 of file SiStripDetWithSomething.cc.
References SiStripDetWithSomething< T >::_wantedmod, text2workspace::mod, and python.multivaluedict::sort().
SiStripDetWithSomething< T >::~SiStripDetWithSomething | ( | ) |
Definition at line 95 of file SiStripDetWithSomething.cc.
|
privatevirtual |
Reimplemented from edm::EDFilter.
Definition at line 137 of file SiStripDetWithSomething.cc.
|
privatevirtual |
Reimplemented from edm::EDFilter.
Definition at line 144 of file SiStripDetWithSomething.cc.
|
privatevirtual |
Implements edm::EDFilter.
Definition at line 111 of file SiStripDetWithSomething.cc.
References edm::Event::getByLabel(), and text2workspace::mod.
Referenced by Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::filter(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::setDataAccessor(), and Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::switchCenterView().
|
private |
Definition at line 60 of file SiStripDetWithSomething.cc.
|
private |
Definition at line 61 of file SiStripDetWithSomething.cc.
Referenced by SiStripDetWithSomething< T >::SiStripDetWithSomething().