CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTGlobalRecoTask.h
Go to the documentation of this file.
1 #ifndef DTGlobalRecoTask_H
2 #define DTGlobalRecoTask_H
3 
4 /*
5  * \file DTGlobalRecoTask.h
6  *
7  * \author M. Zanetti - INFN Padova
8  *
9 */
10 
13 
16 
18 
21 
22 #include <iostream>
23 #include <fstream>
24 #include <vector>
25 
27 
28 friend class DTMonitorModule;
29 
30 public:
31 
34  const edm::EventSetup& context);
35 
37 virtual ~DTGlobalRecoTask();
38 
39 protected:
40 
42 void analyze(const edm::Event& e, const edm::EventSetup& c);
43 
44 // BeginJob
45 void beginJob();
46 
47 // EndJob
48 void endJob(void);
49 
50 private:
51 
52  int nevents;
53 
54  // My monitor elements
55 
56  std::ofstream logFile;
57 
58 };
59 
60 #endif
61 
62 /* Local Variables: */
63 /* show-trailing-whitespace: t */
64 /* truncate-lines: t */
65 /* End: */
std::ofstream logFile
friend class DTMonitorModule
DTGlobalRecoTask(const edm::ParameterSet &ps, DQMStore *dbe, const edm::EventSetup &context)
Constructor.
virtual ~DTGlobalRecoTask()
Destructor.
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.