BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Eepipi.h
Go to the documentation of this file.
1
//*****************************************************************************
2
//
3
// Eepipi.cxx
4
//
5
// Algorithm runs e+e- ->e+e- rho0, rho0->pi+pi- precess
6
//
7
// July 2016-4-29 Rong-Gang Ping to create package for BES3
8
// The original fortran code is generated with FDC, consult Prof. Wang Jianxiong
9
//*****************************************************************************
10
11
#ifndef GENERATORMODULESEVTDECAY_H
12
#define GENERATORMODULESEVTDECAY_H
13
14
#include "GaudiKernel/Algorithm.h"
15
#include "GaudiKernel/ISvcLocator.h"
16
17
using namespace
std
;
18
19
class
IBesRndmGenSvc
;
20
class
Eepipi
:
public
Algorithm {
21
public
:
22
Eepipi
(
const
string
& name, ISvcLocator* pSvcLocator );
23
24
StatusCode
initialize
();
25
StatusCode
execute
();
26
StatusCode
finalize
();
27
StatusCode
getMaxEvent
();
28
29
private
:
30
// jobOption params
31
int
m_evtMax, m_mctruth;
32
double
m_Ecms, m_cosee, m_onlyDigam, m_excludeDigam;
33
34
IBesRndmGenSvc
* p_BesRndmGenSvc;
35
};
36
37
#endif
Eepipi::Eepipi
Eepipi(const string &name, ISvcLocator *pSvcLocator)
Definition
Eepipi/src/Eepipi.cxx:106
Eepipi::initialize
StatusCode initialize()
Definition
Eepipi/src/Eepipi.cxx:116
Eepipi::execute
StatusCode execute()
Definition
Eepipi/src/Eepipi.cxx:156
Eepipi::finalize
StatusCode finalize()
Definition
Eepipi/src/Eepipi.cxx:259
Eepipi::getMaxEvent
StatusCode getMaxEvent()
Definition
Eepipi/src/Eepipi.cxx:270
IBesRndmGenSvc
manage multiple CLHEP random engines as named streams
Definition
Control/BesRndmGenSvc/include/BesRndmGenSvc/IBesRndmGenSvc.h:23
std
Definition
x86_64-el9-gcc13-dbg/Event/RootEventData/RootEventDataDict.cxx:101
8.0.0
BOSS_Gen
Eepipi
src
Eepipi.h
Generated by
1.16.1