CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTGlobalRecoTask.cc
Go to the documentation of this file.
1 /*
2  * \file DTDigiTask.cc
3  *
4  * \author M. Zanetti - INFN Padova
5  *
6 */
7 
10 
11 
12 using namespace std;
13 
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 
29 
30  logFile.close();
31 
32 }
33 
35 
36  nevents = 0;
37 
38 }
39 
41 
42  cout << "DTGlobalRecoTask: analyzed " << nevents << " events" << endl;
43 
44 }
45 
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(const edm::ParameterSet &ps, DQMStore *dbe, const edm::EventSetup &context)
Constructor.
int nevents
virtual ~DTGlobalRecoTask()
Destructor.
tuple logFile
Definition: heppy_check.py:39
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
tuple cout
Definition: gather_cfg.py:121