Main Page
Namespaces
Classes
Package Documentation
L1Trigger
RegionalCaloTrigger
interface
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
25
#include "
DataFormats/Common/interface/Handle.h
"
26
27
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
28
#include "
FWCore/Framework/interface/ESHandle.h
"
29
#include "
FWCore/Framework/interface/Event.h
"
30
#include "
FWCore/Framework/interface/EventSetup.h
"
31
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
32
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
33
34
#include "
FWCore/Framework/interface/MakerMacros.h
"
35
36
class
L1RCTLookupTables
;
37
class
L1RCT
;
38
39
class
L1RCTSaveInput
:
public
edm::EDAnalyzer
{
40
public
:
41
explicit
L1RCTSaveInput
(
const
edm::ParameterSet
&);
42
~L1RCTSaveInput
()
override
;
43
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
44
45
private
:
46
std::string
fileName
;
47
L1RCTLookupTables
*
rctLookupTables
;
48
L1RCT
*
rct
;
49
bool
useEcal
;
50
bool
useHcal
;
51
edm::InputTag
ecalDigisLabel
;
52
edm::InputTag
hcalDigisLabel
;
53
bool
useDebugTpgScales
;
54
std::ofstream
ofs
;
55
};
L1RCTLookupTables
Definition:
L1RCTLookupTables.h:11
L1RCTSaveInput::useDebugTpgScales
bool useDebugTpgScales
Definition:
L1RCTSaveInput.h:53
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
L1RCTSaveInput::ecalDigisLabel
edm::InputTag ecalDigisLabel
Definition:
L1RCTSaveInput.h:51
L1RCTSaveInput::useHcal
bool useHcal
Definition:
L1RCTSaveInput.h:50
Event.h
MakerMacros.h
EventSetup.h
L1RCTSaveInput::L1RCTSaveInput
L1RCTSaveInput(const edm::ParameterSet &)
Definition:
L1RCTSaveInput.cc:45
L1RCTSaveInput::rctLookupTables
L1RCTLookupTables * rctLookupTables
Definition:
L1RCTSaveInput.h:47
Frameworkfwd.h
ParameterSet.h
L1RCTSaveInput::useEcal
bool useEcal
Definition:
L1RCTSaveInput.h:49
L1RCTSaveInput::rct
L1RCT * rct
Definition:
L1RCTSaveInput.h:48
L1RCTSaveInput
Definition:
L1RCTSaveInput.h:39
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:57
L1RCTSaveInput::fileName
std::string fileName
Definition:
L1RCTSaveInput.h:46
edm::EDAnalyzer
Definition:
EDAnalyzer.h:29
EDAnalyzer.h
L1RCTSaveInput::ofs
std::ofstream ofs
Definition:
L1RCTSaveInput.h:54
L1RCTSaveInput::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
L1RCTSaveInput.cc:67
edm::InputTag
Definition:
InputTag.h:15
edm::ParameterSet
Definition:
ParameterSet.h:36
L1RCT
Definition:
L1RCT.h:20
edm::Event
Definition:
Event.h:71
L1RCTSaveInput::~L1RCTSaveInput
~L1RCTSaveInput() override
Definition:
L1RCTSaveInput.cc:60
Handle.h
L1RCTSaveInput::hcalDigisLabel
edm::InputTag hcalDigisLabel
Definition:
L1RCTSaveInput.h:52
Generated for CMSSW Reference Manual by
1.8.11