BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtLNuGamma.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) 2001 Caltech
10//
11// Module: EvtGen/EvtLNuGamma.hh
12//
13// Description: B+ -> l+ nu gamma. Form factor is tree level, from
14// Korchemsky, Pirjol, and Yan,Phy Rev D 61 (200) 114510
15//
16//
17// Modification history:
18//
19// Edward Chen April 24, 2001 Module created
20//
21//------------------------------------------------------------------------
22
23#ifndef EVTLNUGAMMA_HH
24#define EVTLNUGAMMA_HH
25
27
28class EvtParticle;
29
30class EvtLNuGamma : public EvtDecayAmp {
31
32public:
34 virtual ~EvtLNuGamma();
35
36 void getName( std::string& name );
38
39 void decay( EvtParticle* p );
40 void init();
41 void initProbMax();
42 double getFormFactor( double photonEnergy );
43
45};
46
47#endif
double getFormFactor(double photonEnergy)
virtual ~EvtLNuGamma()
EvtDecayBase * clone()
void getName(std::string &name)
void decay(EvtParticle *p)
void initProbMax()