BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtFDC.hh
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Environment:
4// This software is part of models developed at BES collaboration
5// based on the EvtGen framework. If you use all or part
6// of it, please give an appropriate acknowledgement.
7//
8// Copyright Information: See EvtGen/BesCopyright
9// Copyright (A) 2006 Ping Rong-Gang @IHEP
10//
11// Module: EvtFDC.cc
12//
13// Description: Model provided by user, see the mannual
14//
15// Modification history:
16//
17// Ping R.-G. December, 2006 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTFDC_HH
22#define EVTFDC_HH
23
26
27class EvtParticle;
28
30
31public:
32
33 EvtFDC() {}
34 virtual ~EvtFDC();
35
36 void getName(std::string& name);
37
39
40 void initProbMax();
41
42 void init();
43
44 void decay(EvtParticle *p);
45
47
48
49 int GetNdaug(){return _nd;}
51private:
52
53 double e[10],px[10],py[10],pz[10];
54 EvtVector4R _p4[10];
55 int _nd;
56
57};
58
59
60#endif
61
Definition: EvtFDC.hh:29
void getName(std::string &name)
Definition: EvtFDC.cc:63
void init()
Definition: EvtFDC.cc:76
virtual ~EvtFDC()
Definition: EvtFDC.cc:61
EvtFDC()
Definition: EvtFDC.hh:33
double AmplitudeSquare()
void initProbMax()
Definition: EvtFDC.cc:87
void setEvtMomentum(EvtVector4R *p4)
Definition: EvtFDC.cc:96
int GetNdaug()
Definition: EvtFDC.hh:49
EvtDecayBase * clone()
Definition: EvtFDC.cc:69
void decay(EvtParticle *p)
Definition: EvtFDC.cc:105
double double double * p4
Definition: qcdloop1.h:77