test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Validation
MuonCSCDigis
src
CSCALCTDigiValidation.h
Go to the documentation of this file.
1
#ifndef CSCALCTDigiValidation_H
2
#define CSCALCTDigiValidation_H
3
4
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
5
6
#include "
DataFormats/CSCDigi/interface/CSCALCTDigi.h
"
7
#include "
DataFormats/CSCDigi/interface/CSCALCTDigiCollection.h
"
8
#include "
Validation/MuonCSCDigis/interface/CSCBaseValidation.h
"
9
#include "
DQMServices/Core/interface/DQMStore.h
"
10
#include "
DQMServices/Core/interface/MonitorElement.h
"
11
12
class
CSCALCTDigiValidation
:
public
CSCBaseValidation
13
{
14
public
:
15
CSCALCTDigiValidation
(
DQMStore
* dbe,
16
const
edm::InputTag
& inputTag,
17
edm::ConsumesCollector
&& iC);
18
~CSCALCTDigiValidation
();
19
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&);
20
void
endJob
() {}
21
22
private
:
23
edm::EDGetTokenT<CSCALCTDigiCollection>
alcts_Token_
;
24
25
MonitorElement
*
theTimeBinPlots
[10];
26
MonitorElement
*
theNDigisPerLayerPlots
[10];
27
MonitorElement
*
theNDigisPerEventPlot
;
28
29
};
30
31
#endif
32
CSCALCTDigiValidation::theTimeBinPlots
MonitorElement * theTimeBinPlots[10]
Definition:
CSCALCTDigiValidation.h:25
CSCBaseValidation.h
edm::EDGetTokenT< CSCALCTDigiCollection >
DQMStore
Definition:
DQMStore.h:73
CSCALCTDigi.h
CSCALCTDigiValidation::alcts_Token_
edm::EDGetTokenT< CSCALCTDigiCollection > alcts_Token_
Definition:
CSCALCTDigiValidation.h:23
DQMStore.h
edm::EventSetup
Definition:
EventSetup.h:44
MonitorElement
Definition:
MonitorElement.h:34
CSCALCTDigiValidation::theNDigisPerLayerPlots
MonitorElement * theNDigisPerLayerPlots[10]
Definition:
CSCALCTDigiValidation.h:26
MonitorElement.h
CSCALCTDigiValidation::~CSCALCTDigiValidation
~CSCALCTDigiValidation()
Definition:
CSCALCTDigiValidation.cc:33
edm::InputTag
Definition:
InputTag.h:17
CSCALCTDigiValidation::CSCALCTDigiValidation
CSCALCTDigiValidation(DQMStore *dbe, const edm::InputTag &inputTag, edm::ConsumesCollector &&iC)
Definition:
CSCALCTDigiValidation.cc:11
CSCALCTDigiCollection.h
CSCALCTDigiValidation::theNDigisPerEventPlot
MonitorElement * theNDigisPerEventPlot
Definition:
CSCALCTDigiValidation.h:27
CSCALCTDigiValidation::endJob
void endJob()
Definition:
CSCALCTDigiValidation.h:20
edm::Event
Definition:
Event.h:62
ConsumesCollector.h
CSCALCTDigiValidation::analyze
void analyze(const edm::Event &, const edm::EventSetup &)
Definition:
CSCALCTDigiValidation.cc:44
edm::ConsumesCollector
Definition:
ConsumesCollector.h:32
CSCALCTDigiValidation
Definition:
CSCALCTDigiValidation.h:12
CSCBaseValidation
Definition:
CSCBaseValidation.h:16
Generated for CMSSW Reference Manual by
1.8.5