BOSS 7.0.4
BESIII Offline Software System
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TKKPCrossPart.h
Go to the documentation of this file.
1#ifndef RAD_TKKPCrossPart
2#define RAD_TKKPCrossPart
3
4#include "TCrossPart.h"
5
6class TKKPCrossPart: public TCrossPart {
7protected:
8 int fmode;
9 void SetJ();
10 bool Accepted();
11public:
12 TKKPCrossPart(double e, double de, double nth0, int);
14};
15
16#endif// RAD_TKKPCrossPart
TKKPCrossPart(double e, double de, double nth0, int)