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