BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
TKnFormFactor.h
Go to the documentation of this file.
1#ifndef RAD_TKnFormFactor
2#define RAD_TKnFormFactor
3
4#include <complex>
5#include "TFormFactor.h"
6
8protected:
9 std::complex<double> ff(const double &);
10public:
13};
14
15#endif // #ifndef RAD_TKnFormFactor
std::complex< double > ff(const double &)