Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4PhysicsListOrderingParameter Class Reference

#include <G4PhysicsListOrderingParameter.hh>

Public Member Functions

 G4PhysicsListOrderingParameter ()=default
 
virtual ~G4PhysicsListOrderingParameter ()=default
 
const G4StringGetTypeName () const
 
G4int GetType () const
 
G4int GetSubType () const
 
G4int GetOrdering (G4int idx) const
 
G4bool GetDuplicable () const
 

Friends

class G4PhysicsListHelper
 

Detailed Description

Definition at line 41 of file G4PhysicsListOrderingParameter.hh.

Constructor & Destructor Documentation

◆ G4PhysicsListOrderingParameter()

G4PhysicsListOrderingParameter::G4PhysicsListOrderingParameter ( )
default

◆ ~G4PhysicsListOrderingParameter()

virtual G4PhysicsListOrderingParameter::~G4PhysicsListOrderingParameter ( )
virtualdefault

Member Function Documentation

◆ GetDuplicable()

G4bool G4PhysicsListOrderingParameter::GetDuplicable ( ) const
inline

Definition at line 56 of file G4PhysicsListOrderingParameter.hh.

56{ return isDuplicable; }

◆ GetOrdering()

G4int G4PhysicsListOrderingParameter::GetOrdering ( G4int idx) const
inline

Definition at line 52 of file G4PhysicsListOrderingParameter.hh.

53 {
54 return ((idx < -1) || (idx > 2)) ? -1 : ordering[idx];
55 }

◆ GetSubType()

G4int G4PhysicsListOrderingParameter::GetSubType ( ) const
inline

Definition at line 51 of file G4PhysicsListOrderingParameter.hh.

51{ return processSubType; }

◆ GetType()

G4int G4PhysicsListOrderingParameter::GetType ( ) const
inline

Definition at line 50 of file G4PhysicsListOrderingParameter.hh.

50{ return processType; }

◆ GetTypeName()

const G4String & G4PhysicsListOrderingParameter::GetTypeName ( ) const
inline

Definition at line 49 of file G4PhysicsListOrderingParameter.hh.

49{ return processTypeName; }

Friends And Related Symbol Documentation

◆ G4PhysicsListHelper

friend class G4PhysicsListHelper
friend

Definition at line 43 of file G4PhysicsListOrderingParameter.hh.


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