BOSS
7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
DumpDecayTreeAlg.h
Go to the documentation of this file.
1
#include <string>
2
#include <map>
3
#include "GaudiKernel/Algorithm.h"
4
5
class
DumpDecayTreeAlg
:
public
Algorithm {
6
7
public
:
8
DumpDecayTreeAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
9
10
StatusCode
initialize
();
11
StatusCode
execute
();
12
StatusCode
finalize
();
13
14
15
private
:
16
17
std::map<int,std::string> m_map;
18
19
int
m_eventCounter;
20
int
m_freq;
21
22
bool
m_BesEvtGenOnly;
23
bool
m_PrintParticles;
24
25
bool
m_FindRunEvent;
26
int
m_FindRun;
27
int
m_FindEvent;
28
};
DumpDecayTreeAlg
Definition:
DumpDecayTreeAlg.h:5
DumpDecayTreeAlg::initialize
StatusCode initialize()
Definition:
DumpDecayTreeAlg.cxx:35
DumpDecayTreeAlg::finalize
StatusCode finalize()
Definition:
DumpDecayTreeAlg.cxx:745
DumpDecayTreeAlg::execute
StatusCode execute()
Definition:
DumpDecayTreeAlg.cxx:603
source
Analysis
DumpDecayTreeAlg
DumpDecayTreeAlg-00-00-04
DumpDecayTreeAlg
DumpDecayTreeAlg.h
Generated by
1.9.6