BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtFromParent_Lambda.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/EvtFromParent_Lambda.hh
12//
13// Description:
14// Class to
15//
16//
17// Modification history:
18//
19// DJL/RYD August 11, 1998 Module created
20//
21//------------------------------------------------------------------------
22
23#ifndef EVTFROMPARENT_LAMBDA_HH
24#define EVTFROMPARENT_LAMBDA_HH
25
27
28class EvtParticle;
29
31
32public:
34 virtual ~EvtFromParent_Lambda();
35
36 void getName( std::string& name );
37
39
40 void initProbMax();
41
42 void init();
43
44 void decay( EvtParticle* p );
45};
46
47#endif
void decay(EvtParticle *p)
void getName(std::string &name)