#include <ProbeTreeProducer.cc>
Public Member Functions | |
ProbeTreeProducer (const edm::ParameterSet &) | |
~ProbeTreeProducer () | |
Public Member Functions inherited from edm::EDFilter | |
EDFilter () | |
virtual | ~EDFilter () |
Public Member Functions inherited from edm::ProducerBase | |
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 | endJob () |
virtual bool | filter (edm::Event &, const edm::EventSetup &) |
Private Attributes | |
StringCutObjectSelector < reco::Candidate, true > | cut_ |
The selector object. More... | |
bool | filter_ |
Specifies whether this module should filter. More... | |
int32_t | maxProbes_ |
The number of first probes used to fill the tree. More... | |
std::auto_ptr < tnp::BaseTreeFiller > | probeFiller_ |
The object that actually computes variables and fills the tree for the probe. More... | |
edm::InputTag | probesTag_ |
InputTag to the collection of all probes. More... | |
std::string | sortDescendingBy_ |
Name of the reco::Candidate function used for sorting. More... | |
StringObjectFunction < reco::Candidate, true > | sortFunction_ |
The StringObjectFunction itself. More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
typedef WorkerT< EDFilter > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDFilter | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Description: TTree producer based on input probe parameters
Implementation: <Notes on="" implementation>="">
Definition at line 28 of file ProbeTreeProducer.cc.
|
explicit |
Definition at line 59 of file ProbeTreeProducer.cc.
ProbeTreeProducer::~ProbeTreeProducer | ( | ) |
Definition at line 70 of file ProbeTreeProducer.cc.
|
privatevirtual |
Reimplemented from edm::EDFilter.
Definition at line 98 of file ProbeTreeProducer.cc.
References edm::getProcessParameterSet(), and probeFiller_.
|
privatevirtual |
Implements edm::EDFilter.
Definition at line 73 of file ProbeTreeProducer.cc.
References cut_, filter_, first, edm::Event::getByLabel(), i, edm::HandleBase::isValid(), maxProbes_, min, probeFiller_, probesTag_, query::result, edm::second(), python.multivaluedict::sort(), sortDescendingBy_, and sortFunction_.
|
private |
|
private |
Specifies whether this module should filter.
Definition at line 44 of file ProbeTreeProducer.cc.
Referenced by filter().
|
private |
The number of first probes used to fill the tree.
Definition at line 53 of file ProbeTreeProducer.cc.
Referenced by filter().
|
private |
The object that actually computes variables and fills the tree for the probe.
Definition at line 56 of file ProbeTreeProducer.cc.
|
private |
InputTag to the collection of all probes.
Definition at line 38 of file ProbeTreeProducer.cc.
Referenced by filter().
|
private |
Name of the reco::Candidate function used for sorting.
Definition at line 47 of file ProbeTreeProducer.cc.
Referenced by filter().
|
private |
The StringObjectFunction itself.
Definition at line 50 of file ProbeTreeProducer.cc.
Referenced by filter().