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 };
Handle.h
ESHandle.h
L1RCTSaveInput::hcalDigisLabel
edm::InputTag hcalDigisLabel
Definition: L1RCTSaveInput.h:52
EDAnalyzer.h
L1RCTSaveInput::ecalDigisLabel
edm::InputTag ecalDigisLabel
Definition: L1RCTSaveInput.h:51
L1RCTSaveInput::useDebugTpgScales
bool useDebugTpgScales
Definition: L1RCTSaveInput.h:53
L1RCTSaveInput::rctLookupTables
L1RCTLookupTables * rctLookupTables
Definition: L1RCTSaveInput.h:47
edm::EDAnalyzer
Definition: EDAnalyzer.h:29
MakerMacros.h
L1RCTSaveInput::L1RCTSaveInput
L1RCTSaveInput(const edm::ParameterSet &)
Definition: L1RCTSaveInput.cc:45
L1RCT
Definition: L1RCT.h:20
L1RCTSaveInput::useEcal
bool useEcal
Definition: L1RCTSaveInput.h:49
L1RCTSaveInput::fileName
std::string fileName
Definition: L1RCTSaveInput.h:46
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
L1RCTLookupTables
Definition: L1RCTLookupTables.h:11
edm::ParameterSet
Definition: ParameterSet.h:36
Event.h
L1RCTSaveInput::ofs
std::ofstream ofs
Definition: L1RCTSaveInput.h:54
L1RCTSaveInput::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: L1RCTSaveInput.cc:68
edm::EventSetup
Definition: EventSetup.h:57
L1RCTSaveInput::~L1RCTSaveInput
~L1RCTSaveInput() override
Definition: L1RCTSaveInput.cc:61
Frameworkfwd.h
EventSetup.h
L1RCTSaveInput::rct
L1RCT * rct
Definition: L1RCTSaveInput.h:48
ParameterSet.h
edm::Event
Definition: Event.h:73
edm::InputTag
Definition: InputTag.h:15
L1RCTSaveInput
Definition: L1RCTSaveInput.h:39
L1RCTSaveInput::useHcal
bool useHcal
Definition: L1RCTSaveInput.h:50