ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/modeling/include/G4PhysicalVolumeModel.hh>
Public Member Functions | |
G4PhysicalVolumeNodeID (G4VPhysicalVolume *pPV=0, G4int iCopyNo=0, G4int depth=0, const G4Transform3D &transform=G4Transform3D(), G4bool drawn=true) | |
G4VPhysicalVolume * | GetPhysicalVolume () const |
G4int | GetCopyNo () const |
G4int | GetNonCulledDepth () const |
const G4Transform3D & | GetTransform () const |
G4bool | GetDrawn () const |
void | SetDrawn (G4bool drawn) |
G4bool | operator< (const G4PhysicalVolumeNodeID &right) const |
Private Attributes | |
G4VPhysicalVolume * | fpPV |
G4int | fCopyNo |
G4int | fNonCulledDepth |
G4Transform3D | fTransform |
G4bool | fDrawn |
Definition at line 91 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 91 of file G4PhysicalVolumeModel.hh
|
inline |
Definition at line 94 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 94 of file G4PhysicalVolumeModel.hh
|
inline |
Definition at line 105 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 105 of file G4PhysicalVolumeModel.hh
References fCopyNo.
Referenced by JA::Insert(), and JA::PrintTree().
|
inline |
Definition at line 108 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 108 of file G4PhysicalVolumeModel.hh
References fDrawn.
|
inline |
Definition at line 106 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 106 of file G4PhysicalVolumeModel.hh
References fNonCulledDepth.
|
inline |
Definition at line 104 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 104 of file G4PhysicalVolumeModel.hh
References fpPV.
Referenced by JA::Insert(), and JA::PrintTree().
|
inline |
Definition at line 107 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 107 of file G4PhysicalVolumeModel.hh
References fTransform.
G4bool G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::operator< | ( | const G4PhysicalVolumeNodeID & | right | ) | const |
Definition at line 965 of file G4PhysicalVolumeModel.cc.
View newest version in sPHENIX GitHub at line 965 of file G4PhysicalVolumeModel.cc
References right.
Definition at line 109 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 109 of file G4PhysicalVolumeModel.hh
References fDrawn.
|
private |
Definition at line 113 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 113 of file G4PhysicalVolumeModel.hh
Referenced by GetCopyNo().
|
private |
Definition at line 116 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 116 of file G4PhysicalVolumeModel.hh
Referenced by GetDrawn(), and SetDrawn().
|
private |
Definition at line 114 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 114 of file G4PhysicalVolumeModel.hh
Referenced by GetNonCulledDepth().
|
private |
Definition at line 112 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 112 of file G4PhysicalVolumeModel.hh
Referenced by GetPhysicalVolume().
|
private |
Definition at line 115 of file G4PhysicalVolumeModel.hh.
View newest version in sPHENIX GitHub at line 115 of file G4PhysicalVolumeModel.hh
Referenced by GetTransform().