CMS 3D CMS Logo

ClusterizerFP420.h
Go to the documentation of this file.
1 #ifndef ClusterizerFP420_h
2 #define ClusterizerFP420_h
3 
8 
10 
12 //#include "SimG4Core/Watcher/interface/SimWatcher.h"
13 
16 
18 
21 
22 #include <CLHEP/Vector/ThreeVector.h>
23 #include <string>
24 #include<vector>
25 #include<map>
26 #include<iostream>
27 
28 
29 
30 
31 namespace cms
32 {
34  {
35  public:
36 
37  explicit ClusterizerFP420(const edm::ParameterSet& conf);
38 
39  virtual ~ClusterizerFP420();
40 
41  virtual void beginJob();
42 
43  // virtual void produce(DigiCollectionFP420*, ClusterCollectionFP420 &);
44  // virtual void produce(DigiCollectionFP420 &, ClusterCollectionFP420 &);
45 
46  virtual void produce(edm::Event& e, const edm::EventSetup& c);
47 
48  private:
49  typedef std::vector<std::string> vstring;
50 
51 
52 
53 
56 
58 
60 
61  std::vector<ClusterNoiseFP420> noise;
63  int sn0, pn0, dn0, rn0;
64  int verbosity;
65  };
66 }
67 #endif
virtual void produce(edm::Event &e, const edm::EventSetup &c)
edm::ParameterSet conf_
std::vector< std::string > vstring
ClusterCollectionFP420 * soutput
FP420ClusterMain * sClusterizerFP420_
ClusterizerFP420(const edm::ParameterSet &conf)
std::vector< ClusterNoiseFP420 > noise