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