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(const edm::ParameterSet &)
Definition: ClusterCount.cc:6
~ClusterCount() override
Definition: ClusterCount.cc:14
edm::EDGetTokenT< edm::DetSetVector< SiStripCluster > > clusterToken_
Definition: ClusterCount.h:54
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: ClusterCount.cc:26
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: ClusterCount.cc:19
Definition: Run.h:45