Geant4  10.02.p03
G4TwistedTubs::LastValue Class Reference
Collaboration diagram for G4TwistedTubs::LastValue:

Public Member Functions

 LastValue ()
 
 ~LastValue ()
 
 LastValue (const LastValue &r)
 
LastValueoperator= (const LastValue &r)
 

Public Attributes

G4ThreeVector p
 
G4double value
 

Detailed Description

Definition at line 298 of file G4TwistedTubs.hh.

Constructor & Destructor Documentation

◆ LastValue() [1/2]

G4TwistedTubs::LastValue::LastValue ( )
inline

Definition at line 301 of file G4TwistedTubs.hh.

302  {
304  value = DBL_MAX;
305  }
void set(double x, double y, double z)
static const G4double kInfinity
Definition: geomdefs.hh:42
#define DBL_MAX
Definition: templates.hh:83
Here is the call graph for this function:

◆ ~LastValue()

G4TwistedTubs::LastValue::~LastValue ( )
inline

Definition at line 306 of file G4TwistedTubs.hh.

306 {}

◆ LastValue() [2/2]

G4TwistedTubs::LastValue::LastValue ( const LastValue r)
inline

Definition at line 307 of file G4TwistedTubs.hh.

307 : p(r.p), value(r.value){}

Member Function Documentation

◆ operator=()

LastValue& G4TwistedTubs::LastValue::operator= ( const LastValue r)
inline

Definition at line 308 of file G4TwistedTubs.hh.

309  {
310  if (this == &r) { return *this; }
311  p = r.p; value = r.value;
312  return *this;
313  }

Member Data Documentation

◆ p

G4ThreeVector G4TwistedTubs::LastValue::p

Definition at line 315 of file G4TwistedTubs.hh.

◆ value

G4double G4TwistedTubs::LastValue::value

Definition at line 316 of file G4TwistedTubs.hh.


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