Geant4-11
Public Member Functions | Private Attributes
CLHEP::Tcomponent Class Reference

#include <LorentzVector.h>

Public Member Functions

 operator double () const
 
 Tcomponent (double t)
 

Private Attributes

double t_
 

Detailed Description

Definition at line 560 of file LorentzVector.h.

Constructor & Destructor Documentation

◆ Tcomponent()

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

Definition at line 564 of file LorentzVector.h.

564: t_(t) {}

Member Function Documentation

◆ operator double()

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

Definition at line 565 of file LorentzVector.h.

565{ return t_; }

References t_.

Field Documentation

◆ t_

double CLHEP::Tcomponent::t_
private

Definition at line 562 of file LorentzVector.h.

Referenced by operator double().


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