BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
TKKEtaCrossPart.h
Go to the documentation of this file.
1#ifndef RAD_TKKEtaCrossPart
2#define RAD_TKKEtaCrossPart
3
4#include "TCrossPart.h"
5
7protected:
8 int fmode;
9 void SetJ();
10 bool Accepted();
11public:
12 TKKEtaCrossPart(double e, double de, double nth0, int mode);
14};
15
16#endif// RAD_TKKEtaCrossPart
TKKEtaCrossPart(double e, double de, double nth0, int mode)