Geant4  10.02.p03
CLHEP::Tcomponent Class Reference

#include <LorentzVector.h>

Collaboration diagram for CLHEP::Tcomponent:

Public Member Functions

 Tcomponent (double t)
 
 operator double () const
 

Private Attributes

double t_
 

Detailed Description

Definition at line 563 of file LorentzVector.h.

Constructor & Destructor Documentation

◆ Tcomponent()

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

Definition at line 567 of file LorentzVector.h.

567 : t_(t) {}

Member Function Documentation

◆ operator double()

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

Definition at line 568 of file LorentzVector.h.

568 { return t_; }

Member Data Documentation

◆ t_

double CLHEP::Tcomponent::t_
private

Definition at line 565 of file LorentzVector.h.


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