ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/management/include/G4VisManager.hh>
Public Types | |
typedef std::vector < G4UImessenger * > | Messengers |
typedef std::pair< T *, Messengers > | ModelAndMessengers |
Public Member Functions | |
G4VModelFactory (const G4String &name) | |
virtual | ~G4VModelFactory () |
G4String | Name () |
virtual ModelAndMessengers | Create (const G4String &placement, const G4String &modelName)=0 |
void | Print (std::ostream &ostr) const |
Private Attributes | |
G4String | fName |
Definition at line 114 of file G4VisManager.hh.
View newest version in sPHENIX GitHub at line 114 of file G4VisManager.hh
typedef std::vector<G4UImessenger*> G4VModelFactory< typename >::Messengers |
Definition at line 50 of file G4VModelFactory.hh.
View newest version in sPHENIX GitHub at line 50 of file G4VModelFactory.hh
typedef std::pair<T*, Messengers> G4VModelFactory< typename >::ModelAndMessengers |
Definition at line 51 of file G4VModelFactory.hh.
View newest version in sPHENIX GitHub at line 51 of file G4VModelFactory.hh
G4VModelFactory< T >::G4VModelFactory | ( | const G4String & | name | ) |
Definition at line 70 of file G4VModelFactory.hh.
View newest version in sPHENIX GitHub at line 70 of file G4VModelFactory.hh
|
virtual |
Definition at line 75 of file G4VModelFactory.hh.
View newest version in sPHENIX GitHub at line 75 of file G4VModelFactory.hh
|
pure virtual |
Implemented in G4TrajectoryEncounteredVolumeFilterFactory, G4TrajectoryDrawByEncounteredVolumeFactory, G4TrajectoryDrawByOriginVolumeFactory, G4TrajectoryOriginVolumeFilterFactory, G4TrajectoryDrawByParticleIDFactory, G4TrajectoryParticleFilterFactory, G4TrajectoryGenericDrawerFactory, G4TrajectoryChargeFilterFactory, G4TrajectoryDrawByChargeFactory, G4TrajectoryDrawByAttributeFactory, G4DigiAttributeFilterFactory, G4HitAttributeFilterFactory, and G4TrajectoryAttributeFilterFactory.
G4String G4VModelFactory< T >::Name | ( | ) |
Definition at line 79 of file G4VModelFactory.hh.
View newest version in sPHENIX GitHub at line 79 of file G4VModelFactory.hh
References fName.
void G4VModelFactory< T >::Print | ( | std::ostream & | ostr | ) | const |
Definition at line 86 of file G4VModelFactory.hh.
View newest version in sPHENIX GitHub at line 86 of file G4VModelFactory.hh
References fName.
|
private |
Definition at line 65 of file G4VModelFactory.hh.
View newest version in sPHENIX GitHub at line 65 of file G4VModelFactory.hh