Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ModelingParameters::PVNameCopyNo Class Reference

#include <G4ModelingParameters.hh>

Public Member Functions

 PVNameCopyNo (G4String name, G4int copyNo)
 
const G4StringGetName () const
 
G4int GetCopyNo () const
 

Detailed Description

Definition at line 77 of file G4ModelingParameters.hh.

Constructor & Destructor Documentation

◆ PVNameCopyNo()

G4ModelingParameters::PVNameCopyNo::PVNameCopyNo ( G4String  name,
G4int  copyNo 
)
inline

Definition at line 79 of file G4ModelingParameters.hh.

79 :
80 fName(name), fCopyNo(copyNo) {}

Member Function Documentation

◆ GetCopyNo()

G4int G4ModelingParameters::PVNameCopyNo::GetCopyNo ( ) const
inline

Definition at line 82 of file G4ModelingParameters.hh.

82{return fCopyNo;}

◆ GetName()

const G4String & G4ModelingParameters::PVNameCopyNo::GetName ( ) const
inline

Definition at line 81 of file G4ModelingParameters.hh.

81{return fName;}

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