Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CLHEP::Tcomponent Class Reference

#include <LorentzVector.h>

Public Member Functions

 Tcomponent (double t)
 
 operator double () const
 

Detailed Description

Definition at line 563 of file LorentzVector.h.

Constructor & Destructor Documentation

CLHEP::Tcomponent::Tcomponent ( double  t)
inlineexplicit

Definition at line 567 of file LorentzVector.h.

567 : t_(t) {}

Member Function Documentation

CLHEP::Tcomponent::operator double ( ) const
inline

Definition at line 568 of file LorentzVector.h.

568 { return t_; }

The documentation for this class was generated from the following file: