BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
DumpDecayTreeAlg.h
Go to the documentation of this file.
1
#include "GaudiKernel/Algorithm.h"
2
#include <map>
3
#include <string>
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
private
:
15
std::map<int, std::string> m_map;
16
17
int
m_eventCounter;
18
int
m_freq;
19
20
bool
m_BesEvtGenOnly;
21
bool
m_PrintParticles;
22
23
bool
m_FindRunEvent;
24
int
m_FindRun;
25
int
m_FindEvent;
26
};
DumpDecayTreeAlg::initialize
StatusCode initialize()
Definition
DumpDecayTreeAlg.cxx:34
DumpDecayTreeAlg::finalize
StatusCode finalize()
Definition
DumpDecayTreeAlg.cxx:751
DumpDecayTreeAlg::DumpDecayTreeAlg
DumpDecayTreeAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
DumpDecayTreeAlg.cxx:19
DumpDecayTreeAlg::execute
StatusCode execute()
Definition
DumpDecayTreeAlg.cxx:600
8.0.0
BOSS_Source
Analysis
DumpDecayTreeAlg
src
DumpDecayTreeAlg.h
Generated by
1.16.1