ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/modeling/include/G4ModelingParameters.hh>
Public Member Functions | |
PVPointerCopyNo (G4VPhysicalVolume *pPV, G4int copyNo) | |
const G4String & | GetName () const |
const G4VPhysicalVolume * | GetPVPointer () const |
G4int | GetCopyNo () const |
G4bool | operator!= (const PVPointerCopyNo &) const |
G4bool | operator== (const PVPointerCopyNo &rhs) const |
Private Attributes | |
G4VPhysicalVolume * | fpPV |
G4int | fCopyNo |
Definition at line 97 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 97 of file G4ModelingParameters.hh
|
inline |
Definition at line 100 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 100 of file G4ModelingParameters.hh
|
inline |
Definition at line 104 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 104 of file G4ModelingParameters.hh
References fCopyNo.
Definition at line 361 of file G4ModelingParameters.cc.
View newest version in sPHENIX GitHub at line 361 of file G4ModelingParameters.cc
References fpPV, and G4VPhysicalVolume::GetName().
|
inline |
Definition at line 103 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 103 of file G4ModelingParameters.hh
References fpPV.
G4bool G4ModelingParameters::PVPointerCopyNo::operator!= | ( | const PVPointerCopyNo & | rhs | ) | const |
Definition at line 367 of file G4ModelingParameters.cc.
View newest version in sPHENIX GitHub at line 367 of file G4ModelingParameters.cc
Referenced by operator==().
|
inline |
Definition at line 106 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 106 of file G4ModelingParameters.hh
References operator!=().
|
private |
Definition at line 109 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 109 of file G4ModelingParameters.hh
Referenced by GetCopyNo().
|
private |
Definition at line 108 of file G4ModelingParameters.hh.
View newest version in sPHENIX GitHub at line 108 of file G4ModelingParameters.hh
Referenced by GetName(), and GetPVPointer().