BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
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 185 of file Reconstruction/MdcPatRec/MdcGeom/include/MdcGeom/BesAngle.h.

185{ return sin( a._phi ); }

Referenced by sin().

◆ tan()

double tan ( const BesAngle a)
inline

Definition at line 189 of file Reconstruction/MdcPatRec/MdcGeom/include/MdcGeom/BesAngle.h.

189{ return tan( a._phi ); }

Referenced by tan().