Geant4  10.00.p02
G4ModelingParameters::PVNameCopyNo Class Reference

#include <G4ModelingParameters.hh>

+ Collaboration diagram for G4ModelingParameters::PVNameCopyNo:

Public Member Functions

 PVNameCopyNo (G4String name, G4int copyNo)
 
const G4StringGetName () const
 
G4int GetCopyNo () const
 
G4bool operator!= (const PVNameCopyNo &) const
 
G4bool operator== (const PVNameCopyNo &rhs) const
 

Private Attributes

G4String fName
 
G4int fCopyNo
 

Detailed Description

Definition at line 77 of file G4ModelingParameters.hh.

Constructor & Destructor Documentation

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

Definition at line 79 of file G4ModelingParameters.hh.

Member Function Documentation

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

Definition at line 82 of file G4ModelingParameters.hh.

References fCopyNo.

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

Definition at line 81 of file G4ModelingParameters.hh.

References fName.

G4bool G4ModelingParameters::PVNameCopyNo::operator!= ( const PVNameCopyNo rhs) const

Definition at line 253 of file G4ModelingParameters.cc.

References fName.

Referenced by operator==().

+ Here is the caller graph for this function:

G4bool G4ModelingParameters::PVNameCopyNo::operator== ( const PVNameCopyNo rhs) const
inline

Definition at line 84 of file G4ModelingParameters.hh.

References operator!=().

+ Here is the call graph for this function:

Member Data Documentation

G4int G4ModelingParameters::PVNameCopyNo::fCopyNo
private

Definition at line 87 of file G4ModelingParameters.hh.

Referenced by GetCopyNo().

G4String G4ModelingParameters::PVNameCopyNo::fName
private

Definition at line 86 of file G4ModelingParameters.hh.

Referenced by GetName().


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