CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: ClusterCount.h,v 1.3 2010/02/20 20:59:01 wmtan Exp $
19 //
20 //
21 
22 
23 // system include files
24 #include <memory>
25 
26 // user include files
29 
32 
34 
39 
40 //
41 // class decleration
42 //
43 
44 class ClusterCount : public edm::EDAnalyzer {
45 
46  public:
47 
48  explicit ClusterCount(const edm::ParameterSet&);
49  ~ClusterCount();
50 
51 
52  private:
53 
54  virtual void analyze(const edm::Event&, const edm::EventSetup&);
55 
56  // ----------member data ---------------------------
58 
59 };
60 
61 #endif
62 
ClusterCount(const edm::ParameterSet &)
Definition: ClusterCount.cc:6
edm::InputTag clusterLabel_
Definition: ClusterCount.h:57
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Definition: ClusterCount.cc:30