BOSS 8.0.0
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 "TFormFactor.h"
5#include <complex>
6
7class TKnFormFactor : public TFormFactor {
8protected:
9 std::complex<double> ff( const double& );
10
11public:
14};
15
16#endif // #ifndef RAD_TKnFormFactor
std::complex< double > ff(const double &)