test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloMETProducer.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: METProducers
4 // Class: CaloMETProducer
5 //
13 //
14 //
15 //
16 
17 //____________________________________________________________________________||
18 #ifndef CaloMETProducer_h
19 #define CaloMETProducer_h
20 
21 //____________________________________________________________________________||
24 
27 
29 
32 
33 //____________________________________________________________________________||
34 namespace metsig
35 {
36  class SignAlgoResolutions;
37 }
38 
39 //____________________________________________________________________________||
40 namespace cms
41 {
43  {
44  public:
45  explicit CaloMETProducer(const edm::ParameterSet&);
46  virtual ~CaloMETProducer();
47  virtual void produce(edm::Event&, const edm::EventSetup&) override;
48 
49  private:
50 
52 
55 
56  bool noHF_;
57 
59 
60  };
61 }
62 
63 //____________________________________________________________________________||
64 #endif // CaloMETProducer_h
CaloMETProducer(const edm::ParameterSet &)
edm::EDGetTokenT< edm::View< reco::Candidate > > inputToken_
virtual void produce(edm::Event &, const edm::EventSetup &) override
metsig::SignAlgoResolutions * resolutions_