CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MyPFRootEventManager.h
Go to the documentation of this file.
1 #ifndef Demo_PFRootEvent_MyPFRootEventManager_h
2 #define Demo_PFRootEvent_MyPFRootEventManager_h
3 
5 
6 /*
7  Template for a personal analysis class to study particle flow.
8  WARNING: Do not edit this file !
9  create an analysis class for you using this script:
10  MyPFRootEventManager/createAnalysisClass.pl
11 
12  run:
13  createAnalysisClass.pl -h
14  for more information.
15 */
16 
18 
19  public:
20  MyPFRootEventManager(const char* file);
21 
23 
24  bool processEntry(int entry);
25  void write();
26 
27 
28  private:
29 
30 };
31 
32 #endif
list file
Definition: dbtoweb.py:253
bool processEntry(int entry)
process one entry (pass the TTree entry)
std::pair< std::string, MonitorElement * > entry
Definition: ME_MAP.h:8
ROOT interface to particle flow package.
MyPFRootEventManager(const char *file)