CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GamIsoDetIdCollectionProducer.h
Go to the documentation of this file.
1 #ifndef _GAMISODETIDCOLLECTIONPRODUCER_H
2 #define _GAMISODETIDCOLLECTIONPRODUCER_H
3 
4 // -*- C++ -*-
5 //
6 // Package: GamIsoDetIdCollectionProducer
7 // Class: GamIsoDetIdCollectionProducer
8 //
21 // system include files
22 #include <memory>
23 
24 // user include files
27 
32 
34 
35 class CaloTopology;
36 
38  public:
42  void beginJob ();
44  virtual void produce(edm::Event &, const edm::EventSetup&);
45 
46  private:
47  // ----------member data ---------------------------
50  double energyCut_;
51  double etCut_;
52  double etCandCut_;
53  double outerRadius_;
54  double innerRadius_;
58  std::string spIdString_;
61  std::vector<int> v_chstatus_;
62 };
63 
64 #endif
65 
66 
EcalSeverityLevelAlgo::SpikeId spId_
virtual void produce(edm::Event &, const edm::EventSetup &)
producer
GamIsoDetIdCollectionProducer(const edm::ParameterSet &)
ctor