CMS 3D CMS Logo

ProducerAnalyzer.h
Go to the documentation of this file.
1 #ifndef CalibrationHcalAlCaRecoProducersProducerAnalyzer_h
2 #define CalibrationHcalAlCaRecoProducersProducerAnalyzer_h
3 
4 // system include files
5 #include <memory>
6 #include <string>
7 #include <iostream>
8 
9 // user include files
17 
18 // collections
28 
29 
30 namespace edm {
31  class ParameterSet;
32  class Event;
33  class EventSetup;
34 }
35 
36 namespace cms
37 {
38 
39 //
40 // class declaration
41 //
42 
44  public:
45  explicit ProducerAnalyzer(const edm::ParameterSet&);
46  ~ProducerAnalyzer() override;
47 
48  void analyze(const edm::Event&, const edm::EventSetup&) override;
49  void beginJob() override;
50  void endJob() override;
51 
52  private:
53  // ----------member data ---------------------------
62 
67 
69 
75 
78 
79 };
80 }// end namespace cms
81 #endif
virtual example_stream void analyze(const edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< reco::TrackCollection > tok_tracks_
edm::EDGetTokenT< reco::MuonCollection > tok_muons_
edm::EDGetTokenT< reco::SuperClusterCollection > tok_gamma_
edm::EDGetTokenT< HORecHitCollection > tok_hoProd_
edm::EDGetTokenT< HORecHitCollection > tok_ho_
edm::EDGetTokenT< HBHERecHitCollection > tok_hbheProd_
void beginJob()
Definition: Breakpoints.cc:15
edm::EDGetTokenT< HORecHitCollection > tok_horeco_
edm::EDGetTokenT< HOCalibVariableCollection > tok_hovar_
edm::EDGetTokenT< EcalRecHitCollection > tok_ecal_
Namespace of DDCMS conversion namespace.
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
HLT enums.
edm::EDGetTokenT< reco::CaloJetCollection > tok_jets_
edm::EDGetTokenT< HFRecHitCollection > tok_hf_