CMS 3D CMS Logo

ClusterCount.h
Go to the documentation of this file.
1 #ifndef CLUSTERCOUNT_H
2 #define CLUSTERCOUNT_H
3 // -*- C++ -*-
4 //
5 // Package: ClusterCount
6 // Class: ClusterCount
7 //
15 //
16 // Original Author: Christophe DELAERE
17 // Created: Tue May 27 11:11:05 CEST 2008
18 //
19 //
20 
21 // system include files
22 #include <memory>
23 
24 // user include files
28 
31 
33 
38 
39 //
40 // class decleration
41 //
42 
43 class ClusterCount : public DQMEDAnalyzer {
44 public:
45  explicit ClusterCount(const edm::ParameterSet&);
46  ~ClusterCount() override;
47 
48 private:
49  void bookHistograms(DQMStore::IBooker&, edm::Run const&, edm::EventSetup const&) override;
50  void analyze(const edm::Event&, const edm::EventSetup&) override;
51 
52  // ----------member data ---------------------------
53  // edm::InputTag clusterLabel_;
55 };
56 
57 #endif
ClusterCount::~ClusterCount
~ClusterCount() override
Definition: ClusterCount.cc:14
ClusterCount
Definition: ClusterCount.h:43
ClusterCount::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: ClusterCount.cc:26
edm::Run
Definition: Run.h:45
edm::EDGetTokenT
Definition: EDGetToken.h:33
ClusterCount::bookHistograms
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: ClusterCount.cc:19
MakerMacros.h
ClusterCount::clusterToken_
edm::EDGetTokenT< edm::DetSetVector< SiStripCluster > > clusterToken_
Definition: ClusterCount.h:54
EDGetToken.h
DQMEDAnalyzer.h
DQMEDAnalyzer
Definition: DQMEDAnalyzer.py:1
edm::ParameterSet
Definition: ParameterSet.h:47
SiStripCluster.h
Event.h
edm::EventSetup
Definition: EventSetup.h:57
DetSetVector.h
InputTag.h
Frameworkfwd.h
ClusterCount::ClusterCount
ClusterCount(const edm::ParameterSet &)
Definition: ClusterCount.cc:6
dqm::implementation::IBooker
Definition: DQMStore.h:43
ParameterSet.h
SiStripClusterCollection.h
edm::Event
Definition: Event.h:73