BOSS
7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
BesTwogam.h
Go to the documentation of this file.
1
//*****************************************************************************
2
//
3
// Algorithm runs gamma-gamma event generator Twogam
4
// (A. Olchevski, S.Nova, T.Todorov, DELPHI note 90-35)
5
// and stores output to transient store
6
//
7
// Nov 2007 Original BES3 code by Dima Dedovich
8
//
9
//*****************************************************************************
10
11
#ifndef GENERATORMODULESEVTDECAY_H
12
#define GENERATORMODULESEVTDECAY_H
13
14
#include "HepMC/GenEvent.h"
15
#include "HepMC/GenParticle.h"
16
17
#include "GaudiKernel/Algorithm.h"
18
#include "GaudiKernel/ISvcLocator.h"
19
20
#include <vector>
21
22
using namespace
std
;
23
24
class
BesTwogam
:
public
Algorithm
25
{
26
public
:
27
BesTwogam
(
const
string
& name, ISvcLocator* pSvcLocator);
28
29
StatusCode
initialize
();
30
StatusCode
execute
();
31
StatusCode
finalize
();
32
private
:
33
int
m_numberEvent;
34
int
m_seed;
35
int
m_unw;
36
float
m_cmEnergy;
37
float
m_m2min;
38
std::string m_fcard;
39
std::vector<std::string> m_pypars;
40
// double xpar[100];
41
// int npar[100];
42
// jobOption params
43
// Initial Seed
44
// std::vector<int> m_initSeed;
45
};
46
47
#endif
BesTwogam
Definition
BesTwogam.h:25
BesTwogam::BesTwogam
BesTwogam(const string &name, ISvcLocator *pSvcLocator)
Definition
BesTwogam.cxx:152
BesTwogam::execute
StatusCode execute()
Definition
BesTwogam.cxx:196
BesTwogam::finalize
StatusCode finalize()
Definition
BesTwogam.cxx:242
BesTwogam::initialize
StatusCode initialize()
Definition
BesTwogam.cxx:164
std
Definition
RootEventData/RootEventData_rootcint.cxx:38
7.1.2
Generator
BesTwogam
BesTwogam-00-01-00
BesTwogam
BesTwogam.h
Generated by
1.12.0