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  * $Date: 2010/01/05 10:14:40 $
5  * $Revision: 1.5 $
6  * \author M. Zanetti - INFN Padova
7  *
8 */
9 
12 
13 
14 using namespace std;
15 
17  const edm::EventSetup& context){
18 
19  logFile.open("DTGlobalRecoTask.log");
20 
21 
22  if ( dbe ) {
23  dbe->setCurrentFolder("DT/DTGlobalRecoTask");
24 
25 
26  }
27 
28 }
29 
31 
32  logFile.close();
33 
34 }
35 
37 
38  nevents = 0;
39 
40 }
41 
43 
44  cout << "DTGlobalRecoTask: analyzed " << nevents << " events" << endl;
45 
46 }
47 
49 
50  nevents++;
51 
52 
53 
54 
55 }
56 
DTGlobalRecoTask(const edm::ParameterSet &ps, DQMStore *dbe, const edm::EventSetup &context)
Constructor.
int nevents
virtual ~DTGlobalRecoTask()
Destructor.
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
tuple cout
Definition: gather_cfg.py:121
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:434