CMS 3D CMS Logo

Public Member Functions | Public Attributes

Thrust::ThetaPhi Struct Reference

List of all members.

Public Member Functions

 ThetaPhi (double t, double p)

Public Attributes

double phi
double theta

Detailed Description

Definition at line 68 of file Thrust.h.


Constructor & Destructor Documentation

Thrust::ThetaPhi::ThetaPhi ( double  t,
double  p 
) [inline]

Definition at line 69 of file Thrust.h.

: theta( t ), phi( p ) { }

Member Data Documentation

Definition at line 70 of file Thrust.h.

Referenced by Thrust::axis(), and Thrust::finalAxis().

Definition at line 70 of file Thrust.h.

Referenced by Thrust::axis(), and Thrust::finalAxis().