L1Trigger
L1GctAnalyzer
interface
compareRingSums.h
Go to the documentation of this file.
1
#ifndef compareRingSums_h
2
#define compareRingSums_h
3
4
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
5
#include "
DataFormats/L1CaloTrigger/interface/L1CaloCollections.h
"
6
#include "
DataFormats/L1GlobalCaloTrigger/interface/L1GctCollections.h
"
7
8
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
9
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
10
11
#include "
FWCore/Framework/interface/Event.h
"
12
#include "
FWCore/Framework/interface/MakerMacros.h
"
13
14
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
15
16
#include "
FWCore/Utilities/interface/InputTag.h
"
17
18
#include "TH2.h"
19
#include "TH1.h"
20
21
#include "
L1Trigger/L1GctAnalyzer/interface/GctErrorAnalyzerDefinitions.h
"
22
23
class
compareRingSums
{
24
public
:
25
compareRingSums
(
const
edm::Handle<L1GctHFRingEtSumsCollection>
&
data
,
26
const
edm::Handle<L1GctHFRingEtSumsCollection>
&emu,
27
const
GctErrorAnalyzerMBxInfo
&mbxparams);
28
~compareRingSums
();
29
30
bool
doCompare
(TH1I *errorFlag_hist_);
31
32
private
:
33
edm::Handle<L1GctHFRingEtSumsCollection>
data_
,
emu_
;
34
GctErrorAnalyzerMBxInfo
mbxparams_
;
35
};
36
37
#endif
L1GctCollections.h
EDAnalyzer.h
compareRingSums::compareRingSums
compareRingSums(const edm::Handle< L1GctHFRingEtSumsCollection > &data, const edm::Handle< L1GctHFRingEtSumsCollection > &emu, const GctErrorAnalyzerMBxInfo &mbxparams)
Definition:
compareRingSums.cc:18
edm::Handle< L1GctHFRingEtSumsCollection >
MakerMacros.h
compareRingSums::emu_
edm::Handle< L1GctHFRingEtSumsCollection > emu_
Definition:
compareRingSums.h:33
compareRingSums
Definition:
compareRingSums.h:23
Event.h
compareRingSums::mbxparams_
GctErrorAnalyzerMBxInfo mbxparams_
Definition:
compareRingSums.h:34
compareRingSums::doCompare
bool doCompare(TH1I *errorFlag_hist_)
Definition:
compareRingSums.cc:25
L1CaloCollections.h
InputTag.h
Frameworkfwd.h
compareRingSums::~compareRingSums
~compareRingSums()
Definition:
compareRingSums.cc:23
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:79
ParameterSet.h
GctErrorAnalyzerMBxInfo
Definition:
GctErrorAnalyzerDefinitions.h:13
GctErrorAnalyzerDefinitions.h
compareRingSums::data_
edm::Handle< L1GctHFRingEtSumsCollection > data_
Definition:
compareRingSums.h:33
Generated for CMSSW Reference Manual by
1.8.16