Geant4-11
Public Member Functions | Data Fields
G4TwistedTubs::LastState Class Reference

Public Member Functions

 LastState ()
 
 LastState (const LastState &r)
 
LastStateoperator= (const LastState &r)
 
 ~LastState ()
 

Data Fields

EInside inside
 
G4ThreeVector p
 

Detailed Description

Definition at line 230 of file G4TwistedTubs.hh.

Constructor & Destructor Documentation

◆ LastState() [1/2]

G4TwistedTubs::LastState::LastState ( )
inline

Definition at line 233 of file G4TwistedTubs.hh.

234 {
237 }
void set(double x, double y, double z)
@ kOutside
Definition: geomdefs.hh:68
static const G4double kInfinity
Definition: geomdefs.hh:41

References inside, kInfinity, kOutside, p, and CLHEP::Hep3Vector::set().

◆ ~LastState()

G4TwistedTubs::LastState::~LastState ( )
inline

Definition at line 238 of file G4TwistedTubs.hh.

238{}

◆ LastState() [2/2]

G4TwistedTubs::LastState::LastState ( const LastState r)
inline

Definition at line 239 of file G4TwistedTubs.hh.

239: p(r.p), inside(r.inside){}

Member Function Documentation

◆ operator=()

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

Definition at line 240 of file G4TwistedTubs.hh.

241 {
242 if (this == &r) { return *this; }
243 p = r.p; inside = r.inside;
244 return *this;
245 }

References inside, and p.

Field Documentation

◆ inside

EInside G4TwistedTubs::LastState::inside

Definition at line 248 of file G4TwistedTubs.hh.

Referenced by G4TwistedTubs::Inside(), LastState(), and operator=().

◆ p

G4ThreeVector G4TwistedTubs::LastState::p

Definition at line 247 of file G4TwistedTubs.hh.

Referenced by G4TwistedTubs::Inside(), LastState(), and operator=().


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