CMS 3D CMS Logo

L1RCTSaveInput.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: L1RCTSaveInput
4 // Class: L1RCTSaveInput
5 //
15 //
16 // Original Author: Sridhara Dasu
17 // Created: Tue Jul 31 17:10:13 CEST 2007
18 //
19 //
20 
21 #include <fstream>
22 #include <iostream>
23 #include <memory>
24 
26 
33 
35 
36 class L1RCTLookupTables;
37 class L1RCT;
38 
40 public:
41  explicit L1RCTSaveInput(const edm::ParameterSet &);
42  ~L1RCTSaveInput() override;
43  void analyze(const edm::Event &, const edm::EventSetup &) override;
44 
45 private:
49  bool useEcal;
50  bool useHcal;
54  std::ofstream ofs;
55 };
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