ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/gMocren/include/G4GMocrenFile.hh>
Public Member Functions | |
G4GMocrenFile () | |
virtual | ~G4GMocrenFile () |
G4VSceneHandler * | CreateSceneHandler (const G4String &name="") |
G4VViewer * | CreateViewer (G4VSceneHandler &, const G4String &name="") |
Public Member Functions inherited from G4VGraphicsSystem | |
G4VGraphicsSystem (const G4String &name, Functionality f) | |
G4VGraphicsSystem (const G4String &name, const G4String &nickname, Functionality f) | |
G4VGraphicsSystem (const G4String &name, const G4String &nickname, const G4String &description, Functionality f) | |
virtual | ~G4VGraphicsSystem () |
const G4String & | GetName () const |
const G4String & | GetNickname () const |
const std::vector< G4String > & | GetNicknames () const |
const G4String & | GetDescription () const |
Functionality | GetFunctionality () const |
virtual G4bool | IsUISessionCompatible () const |
void | AddNickname (const G4String &nickname) |
Private Attributes | |
G4VViewer * | kViewer |
G4VSceneHandler * | kSceneHandler |
G4GMocrenMessenger * | kMessenger |
Additional Inherited Members | |
Public Types inherited from G4VGraphicsSystem | |
enum | Functionality { noFunctionality, nonEuclidian, twoD, twoDStore, threeD, threeDInteractive, virtualReality, fileWriter } |
Protected Attributes inherited from G4VGraphicsSystem | |
G4String | fName |
std::vector< G4String > | fNicknames |
G4String | fDescription |
Functionality | fFunctionality |
Definition at line 45 of file G4GMocrenFile.hh.
View newest version in sPHENIX GitHub at line 45 of file G4GMocrenFile.hh
G4GMocrenFile::G4GMocrenFile | ( | ) |
Definition at line 44 of file G4GMocrenFile.cc.
View newest version in sPHENIX GitHub at line 44 of file G4GMocrenFile.cc
|
virtual |
Definition at line 54 of file G4GMocrenFile.cc.
View newest version in sPHENIX GitHub at line 54 of file G4GMocrenFile.cc
References kMessenger.
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 60 of file G4GMocrenFile.cc.
View newest version in sPHENIX GitHub at line 60 of file G4GMocrenFile.cc
References kMessenger, and kSceneHandler.
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 67 of file G4GMocrenFile.cc.
View newest version in sPHENIX GitHub at line 67 of file G4GMocrenFile.cc
References kMessenger, and kViewer.
|
private |
Definition at line 57 of file G4GMocrenFile.hh.
View newest version in sPHENIX GitHub at line 57 of file G4GMocrenFile.hh
Referenced by CreateSceneHandler(), CreateViewer(), and ~G4GMocrenFile().
|
private |
Definition at line 56 of file G4GMocrenFile.hh.
View newest version in sPHENIX GitHub at line 56 of file G4GMocrenFile.hh
Referenced by CreateSceneHandler().
|
private |
Definition at line 55 of file G4GMocrenFile.hh.
View newest version in sPHENIX GitHub at line 55 of file G4GMocrenFile.hh
Referenced by CreateViewer().