Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoParticleFlow
PFRootEvent
interface
MyPFRootEventManager.h
Go to the documentation of this file.
1
#ifndef Demo_PFRootEvent_MyPFRootEventManager_h
2
#define Demo_PFRootEvent_MyPFRootEventManager_h
3
4
#include "
RecoParticleFlow/PFRootEvent/interface/PFRootEventManager.h
"
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
17
class
MyPFRootEventManager
:
public
PFRootEventManager
{
18
19
public
:
20
MyPFRootEventManager
(
const
char
*
file
);
21
22
~MyPFRootEventManager
();
23
24
bool
processEntry
(
int
entry
);
25
void
write
();
26
27
28
private
:
29
30
};
31
32
#endif
PFRootEventManager.h
dbtoweb.file
list file
Definition:
dbtoweb.py:253
MyPFRootEventManager::processEntry
bool processEntry(int entry)
process one entry (pass the TTree entry)
Definition:
MyPFRootEventManager.cc:25
MyPFRootEventManager
Definition:
MyPFRootEventManager.h:17
MyPFRootEventManager::write
void write()
Definition:
MyPFRootEventManager.cc:61
entry
std::pair< std::string, MonitorElement * > entry
Definition:
ME_MAP.h:8
MyPFRootEventManager::~MyPFRootEventManager
~MyPFRootEventManager()
Definition:
MyPFRootEventManager.cc:20
PFRootEventManager
ROOT interface to particle flow package.
Definition:
PFRootEventManager.h:181
MyPFRootEventManager::MyPFRootEventManager
MyPFRootEventManager(const char *file)
Definition:
MyPFRootEventManager.cc:10
Generated for CMSSW Reference Manual by
1.8.5