CMS 3D CMS Logo

L1RCTSaveInput.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: L1RCTSaveInput
4 // Class: L1RCTSaveInput
5 //
14 //
15 // Original Author: Sridhara Dasu
16 // Created: Tue Jul 31 17:10:13 CEST 2007
17 //
18 //
19 
20 #include <memory>
21 #include <iostream>
22 #include <fstream>
23 
25 
32 
34 
35 class L1RCTLookupTables;
36 class L1RCT;
37 
39 public:
40  explicit L1RCTSaveInput(const edm::ParameterSet&);
41  ~L1RCTSaveInput() override;
42  void analyze(const edm::Event&, const edm::EventSetup&) override;
43 private:
47  bool useEcal;
48  bool useHcal;
52  std::ofstream ofs;
53 };
edm::InputTag ecalDigisLabel
L1RCTSaveInput(const edm::ParameterSet &)
L1RCTLookupTables * rctLookupTables
std::string fileName
std::ofstream ofs
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: L1RCT.h:20
~L1RCTSaveInput() override
edm::InputTag hcalDigisLabel