Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DQM
DTMonitorModule
src
DTGlobalRecoTask.cc
Go to the documentation of this file.
1
/*
2
* \file DTDigiTask.cc
3
*
4
* \author M. Zanetti - INFN Padova
5
*
6
*/
7
8
#include <
DQM/DTMonitorModule/interface/DTGlobalRecoTask.h
>
9
#include "
DQMServices/Core/interface/DQMStore.h
"
10
11
12
using namespace
std;
13
14
DTGlobalRecoTask::DTGlobalRecoTask
(
const
edm::ParameterSet
& ps,
DQMStore
* dbe,
15
const
edm::EventSetup
& context){
16
17
logFile.open(
"DTGlobalRecoTask.log"
);
18
19
20
if
( dbe ) {
21
dbe->
setCurrentFolder
(
"DT/DTGlobalRecoTask"
);
22
23
24
}
25
26
}
27
28
DTGlobalRecoTask::~DTGlobalRecoTask
(){
29
30
logFile.close();
31
32
}
33
34
void
DTGlobalRecoTask::beginJob
(){
35
36
nevents
= 0;
37
38
}
39
40
void
DTGlobalRecoTask::endJob
(){
41
42
cout
<<
"DTGlobalRecoTask: analyzed "
<<
nevents
<<
" events"
<< endl;
43
44
}
45
46
void
DTGlobalRecoTask::analyze
(
const
edm::Event
&
e
,
const
edm::EventSetup
&
c
){
47
48
nevents
++;
49
50
51
52
53
}
54
55
56
// Local Variables:
57
// show-trailing-whitespace: t
58
// truncate-lines: t
59
// End:
DTGlobalRecoTask::endJob
void endJob(void)
Definition:
DTGlobalRecoTask.cc:40
DQMStore
Definition:
DQMStore.h:70
DTGlobalRecoTask.h
DTGlobalRecoTask::DTGlobalRecoTask
DTGlobalRecoTask(const edm::ParameterSet &ps, DQMStore *dbe, const edm::EventSetup &context)
Constructor.
Definition:
DTGlobalRecoTask.cc:14
DQMStore.h
nevents
int nevents
Definition:
DTDataIntegrityTask.cc:31
edm::EventSetup
Definition:
EventSetup.h:44
DTGlobalRecoTask::beginJob
void beginJob()
Definition:
DTGlobalRecoTask.cc:34
DTGlobalRecoTask::~DTGlobalRecoTask
virtual ~DTGlobalRecoTask()
Destructor.
Definition:
DTGlobalRecoTask.cc:28
trackerHits.c
tuple c
Definition:
trackerHits.py:26
alignCSCRings.e
list e
Definition:
alignCSCRings.py:90
DTGlobalRecoTask::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
Definition:
DTGlobalRecoTask.cc:46
edm::ParameterSet
Definition:
ParameterSet.h:35
gather_cfg.cout
tuple cout
Definition:
gather_cfg.py:121
edm::Event
Definition:
Event.h:62
DQMStore::setCurrentFolder
void setCurrentFolder(const std::string &fullpath)
Definition:
DQMStore.cc:585
Generated for CMSSW Reference Manual by
1.8.5