BOSS
7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtTrackGen.hh
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
//
3
// Environment:
4
// This software is part of the EvtGen package developed jointly
5
// for the BaBar and CLEO collaborations. If you use all or part
6
// of it, please give an appropriate acknowledgement.
7
//
8
// Copyright Information: See EvtGen/COPYRIGHT
9
// Copyright (C) 1998 Caltech, UCSB
10
//
11
// Module: EvtGen/EvtTracks.hh
12
//
13
// Description:
14
//Class to handle generic phase space decays not done
15
//in other decay models.
16
//
17
// Modification history:
18
//
19
// DJL/RYD August 11, 1998 Module created
20
//
21
//------------------------------------------------------------------------
22
23
#ifndef EVTTRACKGEN_HH
24
#define EVTTRACKGEN_HH
25
26
#include "
EvtGenBase/EvtDecayIncoherent.hh
"
27
#include <vector>
28
#include <iostream>
29
#include <fstream>
30
31
using namespace
std
;
32
33
class
EvtParticle
;
34
35
class
EvtTrackGen
:
public
EvtDecayIncoherent
{
36
37
public
:
38
39
EvtTrackGen
() {}
40
virtual
~EvtTrackGen
();
41
42
void
getName
(std::string& name);
43
44
EvtDecayBase
*
clone
();
45
46
void
initProbMax
();
47
48
void
init
();
49
50
void
decay
(
EvtParticle
*p);
51
52
private
:
53
std::string m_inputFileName;
54
ifstream m_inputFile;
55
int
nParticles;
56
int
idParticles[100];
57
double
pxParticle;
58
double
pyParticle;
59
double
pzParticle;
60
double
eParticle;
61
std::vector<std::vector<EvtVector4R> >Evt;
62
63
};
64
65
#endif
66
EvtDecayIncoherent.hh
EvtDecayBase
Definition
EvtDecayBase.hh:33
EvtDecayIncoherent
Definition
EvtDecayIncoherent.hh:28
EvtParticle
Definition
EvtParticle.hh:42
EvtTrackGen
Definition
EvtTrackGen.hh:35
EvtTrackGen::initProbMax
void initProbMax()
Definition
EvtTrackGen.cc:90
EvtTrackGen::~EvtTrackGen
virtual ~EvtTrackGen()
Definition
EvtTrackGen.cc:25
EvtTrackGen::init
void init()
Definition
EvtTrackGen.cc:40
EvtTrackGen::clone
EvtDecayBase * clone()
Definition
EvtTrackGen.cc:33
EvtTrackGen::decay
void decay(EvtParticle *p)
Definition
EvtTrackGen.cc:96
EvtTrackGen::getName
void getName(std::string &name)
Definition
EvtTrackGen.cc:27
EvtTrackGen::EvtTrackGen
EvtTrackGen()
Definition
EvtTrackGen.hh:39
std
Definition
RootEventData/RootEventData_rootcint.cxx:38
7.1.1
Generator
BesEvtGen
BesEvtGen-00-04-28
src
EvtGen
EvtGenModels
EvtTrackGen.hh
Generated by
1.12.0