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