Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
L1Trigger
L1GctAnalyzer
interface
compareBitCounts.h
Go to the documentation of this file.
1
#ifndef compareBitCounts_h
2
#define compareBitCounts_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
compareBitCounts
{
24
public
:
25
compareBitCounts
(
const
edm::Handle<L1GctHFBitCountsCollection>
&
data
,
const
edm::Handle<L1GctHFBitCountsCollection>
&emu,
const
GctErrorAnalyzerMBxInfo
&mbxparams);
26
~compareBitCounts
();
27
28
bool
doCompare
(TH1I *errorFlag_hist_);
29
30
private
:
31
edm::Handle<L1GctHFBitCountsCollection>
data_
,
emu_
;
32
GctErrorAnalyzerMBxInfo
mbxparams_
;
33
34
};
35
36
#endif
compareBitCounts::mbxparams_
GctErrorAnalyzerMBxInfo mbxparams_
Definition:
compareBitCounts.h:32
compareBitCounts::compareBitCounts
compareBitCounts(const edm::Handle< L1GctHFBitCountsCollection > &data, const edm::Handle< L1GctHFBitCountsCollection > &emu, const GctErrorAnalyzerMBxInfo &mbxparams)
Definition:
compareBitCounts.cc:18
Event.h
MakerMacros.h
edm::Handle< L1GctHFBitCountsCollection >
Frameworkfwd.h
GctErrorAnalyzerMBxInfo
Definition:
GctErrorAnalyzerDefinitions.h:13
ParameterSet.h
compareBitCounts::emu_
edm::Handle< L1GctHFBitCountsCollection > emu_
Definition:
compareBitCounts.h:31
L1CaloCollections.h
EDAnalyzer.h
L1GctCollections.h
GctErrorAnalyzerDefinitions.h
compareBitCounts
Definition:
compareBitCounts.h:23
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:82
InputTag.h
compareBitCounts::~compareBitCounts
~compareBitCounts()
Definition:
compareBitCounts.cc:26
compareBitCounts::data_
edm::Handle< L1GctHFBitCountsCollection > data_
Definition:
compareBitCounts.h:31
compareBitCounts::doCompare
bool doCompare(TH1I *errorFlag_hist_)
Definition:
compareBitCounts.cc:30
Generated for CMSSW Reference Manual by
1.8.5