Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
,
const
edm::Handle<L1GctHFRingEtSumsCollection>
&emu,
const
GctErrorAnalyzerMBxInfo
&mbxparams);
26
~compareRingSums
();
27
28
bool
doCompare
(TH1I *errorFlag_hist_);
29
30
private
:
31
edm::Handle<L1GctHFRingEtSumsCollection>
data_
,
emu_
;
32
GctErrorAnalyzerMBxInfo
mbxparams_
;
33
34
};
35
36
#endif
compareRingSums::~compareRingSums
~compareRingSums()
Definition:
compareRingSums.cc:26
compareRingSums::emu_
edm::Handle< L1GctHFRingEtSumsCollection > emu_
Definition:
compareRingSums.h:31
Event.h
MakerMacros.h
compareRingSums::mbxparams_
GctErrorAnalyzerMBxInfo mbxparams_
Definition:
compareRingSums.h:32
edm::Handle< L1GctHFRingEtSumsCollection >
compareRingSums::doCompare
bool doCompare(TH1I *errorFlag_hist_)
Definition:
compareRingSums.cc:30
Frameworkfwd.h
GctErrorAnalyzerMBxInfo
Definition:
GctErrorAnalyzerDefinitions.h:13
ParameterSet.h
L1CaloCollections.h
EDAnalyzer.h
compareRingSums
Definition:
compareRingSums.h:23
L1GctCollections.h
compareRingSums::data_
edm::Handle< L1GctHFRingEtSumsCollection > data_
Definition:
compareRingSums.h:31
GctErrorAnalyzerDefinitions.h
compareRingSums::compareRingSums
compareRingSums(const edm::Handle< L1GctHFRingEtSumsCollection > &data, const edm::Handle< L1GctHFRingEtSumsCollection > &emu, const GctErrorAnalyzerMBxInfo &mbxparams)
Definition:
compareRingSums.cc:18
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:82
InputTag.h
Generated for CMSSW Reference Manual by
1.8.5