#include <mytests/ClusterCount/src/ClusterCount.cc>
Public Member Functions | |
ClusterCount (const edm::ParameterSet &) | |
~ClusterCount () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
Private Attributes | |
edm::InputTag | clusterLabel_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 44 of file ClusterCount.h.
|
explicit |
Definition at line 6 of file ClusterCount.cc.
References clusterLabel_, and edm::ParameterSet::getParameter().
ClusterCount::~ClusterCount | ( | ) |
Definition at line 15 of file ClusterCount.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 30 of file ClusterCount.cc.
References begin, clusterLabel_, end, edm::Event::getByLabel(), and LogDebug.
|
private |
Definition at line 57 of file ClusterCount.h.
Referenced by analyze(), and ClusterCount().