BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/MdcPatRec/MdcGeom/MdcGeom-00-01-17/MdcGeom/BesAngle.h File Reference
#include "MdcGeom/Constants.h"
#include <math.h>

Go to the source code of this file.

Classes

class  BesAngle
 

Functions

BesAngle operator* (const double x, const BesAngle &a)
 
double sin (const BesAngle a)
 
double cos (const BesAngle a)
 
double tan (const BesAngle a)
 

Function Documentation

◆ cos()

double cos ( const BesAngle  a)
inline

◆ operator*()

BesAngle operator* ( const double  x,
const BesAngle a 
)
inline

◆ sin()

double sin ( const BesAngle  a)
inline

Definition at line 210 of file Reconstruction/MdcPatRec/MdcGeom/MdcGeom-00-01-17/MdcGeom/BesAngle.h.

211{ return sin(a._phi); }

Referenced by sin().

◆ tan()

double tan ( const BesAngle  a)
inline

Definition at line 216 of file Reconstruction/MdcPatRec/MdcGeom/MdcGeom-00-01-17/MdcGeom/BesAngle.h.

217{ return tan(a._phi); }

Referenced by tan().