Geant4  10.02.p03
G4PhysicsListOrderingParameter Class Reference

#include <G4PhysicsListOrderingParameter.hh>

Collaboration diagram for G4PhysicsListOrderingParameter:

Public Member Functions

 G4PhysicsListOrderingParameter ()
 
virtual ~G4PhysicsListOrderingParameter ()
 
G4String GetTypeName () const
 
G4int GetType () const
 
G4int GetSubType () const
 
G4int GetOrdering (int idx) const
 
G4bool GetDuplicable () const
 

Private Attributes

G4String processTypeName
 
G4int processType
 
G4int processSubType
 
G4int ordering [3]
 
G4bool isDuplicable
 

Friends

class G4PhysicsListHelper
 

Detailed Description

Definition at line 42 of file G4PhysicsListOrderingParameter.hh.

Constructor & Destructor Documentation

◆ G4PhysicsListOrderingParameter()

G4PhysicsListOrderingParameter::G4PhysicsListOrderingParameter ( )

◆ ~G4PhysicsListOrderingParameter()

G4PhysicsListOrderingParameter::~G4PhysicsListOrderingParameter ( )
virtual

Definition at line 47 of file G4PhysicsListOrderingParamater.cc.

48 {}

Member Function Documentation

◆ GetDuplicable()

G4bool G4PhysicsListOrderingParameter::GetDuplicable ( ) const
inline

◆ GetOrdering()

G4int G4PhysicsListOrderingParameter::GetOrdering ( int  idx) const
inline

Definition at line 66 of file G4PhysicsListOrderingParameter.hh.

67 {
68  if ((idx<-1)||(idx>2)) return -1;
69  else return ordering[idx];
70 }
Here is the caller graph for this function:

◆ GetSubType()

G4int G4PhysicsListOrderingParameter::GetSubType ( ) const
inline

Definition at line 53 of file G4PhysicsListOrderingParameter.hh.

Here is the call graph for this function:

◆ GetType()

G4int G4PhysicsListOrderingParameter::GetType ( ) const
inline

◆ GetTypeName()

G4String G4PhysicsListOrderingParameter::GetTypeName ( ) const
inline

Friends And Related Function Documentation

◆ G4PhysicsListHelper

friend class G4PhysicsListHelper
friend

Definition at line 44 of file G4PhysicsListOrderingParameter.hh.

Member Data Documentation

◆ isDuplicable

G4bool G4PhysicsListOrderingParameter::isDuplicable
private

Definition at line 62 of file G4PhysicsListOrderingParameter.hh.

◆ ordering

G4int G4PhysicsListOrderingParameter::ordering[3]
private

Definition at line 61 of file G4PhysicsListOrderingParameter.hh.

◆ processSubType

G4int G4PhysicsListOrderingParameter::processSubType
private

Definition at line 60 of file G4PhysicsListOrderingParameter.hh.

◆ processType

G4int G4PhysicsListOrderingParameter::processType
private

Definition at line 59 of file G4PhysicsListOrderingParameter.hh.

◆ processTypeName

G4String G4PhysicsListOrderingParameter::processTypeName
private

Definition at line 58 of file G4PhysicsListOrderingParameter.hh.


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