|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4gdml/PHG4GDMLWriteParamvol.hh>
Inheritance diagram for PHG4GDMLWriteParamvol:
Collaboration diagram for PHG4GDMLWriteParamvol:Public Member Functions | |
| virtual void | ParamvolWrite (xercesc::DOMElement *, const G4VPhysicalVolume *const) |
| virtual void | ParamvolAlgorithmWrite (xercesc::DOMElement *paramvolElement, const G4VPhysicalVolume *const paramvol) |
Public Member Functions inherited from PHG4GDMLWriteSetup | |
| virtual void | SetupWrite (xercesc::DOMElement *, const G4LogicalVolume *const) |
Public Member Functions inherited from PHG4GDMLWriteSolids | |
| virtual void | AddSolid (const G4VSolid *const) |
| virtual void | SolidsWrite (xercesc::DOMElement *) |
Public Member Functions inherited from PHG4GDMLWriteMaterials | |
| void | AddIsotope (const G4Isotope *const) |
| void | AddElement (const G4Element *const) |
| void | AddMaterial (const G4Material *const) |
| virtual void | MaterialsWrite (xercesc::DOMElement *) |
Public Member Functions inherited from PHG4GDMLWriteDefine | |
| G4ThreeVector | GetAngles (const G4RotationMatrix &) |
| void | ScaleWrite (xercesc::DOMElement *element, const G4String &name, const G4ThreeVector &scl) |
| void | RotationWrite (xercesc::DOMElement *element, const G4String &name, const G4ThreeVector &rot) |
| void | PositionWrite (xercesc::DOMElement *element, const G4String &name, const G4ThreeVector &pos) |
| void | FirstrotationWrite (xercesc::DOMElement *element, const G4String &name, const G4ThreeVector &rot) |
| void | FirstpositionWrite (xercesc::DOMElement *element, const G4String &name, const G4ThreeVector &pos) |
| void | AddPosition (const G4String &name, const G4ThreeVector &pos) |
| virtual void | DefineWrite (xercesc::DOMElement *) |
Public Member Functions inherited from PHG4GDMLWrite | |
| G4Transform3D | Write (const G4String &filename, const G4LogicalVolume *const topLog, const G4String &schemaPath, const G4int depth, G4bool storeReferences=true) |
| void | AddModule (const G4VPhysicalVolume *const topVol) |
| void | AddModule (const G4int depth) |
| void | AddAuxiliary (PHG4GDMLAuxStructType myaux) |
| virtual void | StructureWrite (xercesc::DOMElement *)=0 |
| virtual G4Transform3D | TraverseVolumeTree (const G4LogicalVolume *const, const G4int)=0 |
| virtual void | SurfacesWrite ()=0 |
| virtual void | ExtensionWrite (xercesc::DOMElement *) |
| virtual void | UserinfoWrite (xercesc::DOMElement *) |
| virtual void | AddExtension (xercesc::DOMElement *, const G4LogicalVolume *const) |
| G4String | GenerateName (const G4String &, const void *const) |
Protected Member Functions | |
| PHG4GDMLWriteParamvol () | |
| virtual | ~PHG4GDMLWriteParamvol () |
| void | Box_dimensionsWrite (xercesc::DOMElement *, const G4Box *const) |
| void | Trd_dimensionsWrite (xercesc::DOMElement *, const G4Trd *const) |
| void | Trap_dimensionsWrite (xercesc::DOMElement *, const G4Trap *const) |
| void | Tube_dimensionsWrite (xercesc::DOMElement *, const G4Tubs *const) |
| void | Cone_dimensionsWrite (xercesc::DOMElement *, const G4Cons *const) |
| void | Sphere_dimensionsWrite (xercesc::DOMElement *, const G4Sphere *const) |
| void | Orb_dimensionsWrite (xercesc::DOMElement *, const G4Orb *const) |
| void | Torus_dimensionsWrite (xercesc::DOMElement *, const G4Torus *const) |
| void | Ellipsoid_dimensionsWrite (xercesc::DOMElement *, const G4Ellipsoid *const) |
| void | Para_dimensionsWrite (xercesc::DOMElement *, const G4Para *const) |
| void | Hype_dimensionsWrite (xercesc::DOMElement *, const G4Hype *const) |
| void | Polycone_dimensionsWrite (xercesc::DOMElement *, const G4Polycone *const) |
| void | Polyhedra_dimensionsWrite (xercesc::DOMElement *, const G4Polyhedra *const) |
| void | ParametersWrite (xercesc::DOMElement *, const G4VPhysicalVolume *const, const G4int &) |
Protected Member Functions inherited from PHG4GDMLWriteSetup | |
| PHG4GDMLWriteSetup () | |
| virtual | ~PHG4GDMLWriteSetup () |
Protected Member Functions inherited from PHG4GDMLWriteSolids | |
| PHG4GDMLWriteSolids () | |
| virtual | ~PHG4GDMLWriteSolids () |
| void | MultiUnionWrite (xercesc::DOMElement *solElement, const G4MultiUnion *const) |
| void | BooleanWrite (xercesc::DOMElement *, const G4BooleanSolid *const) |
| void | BoxWrite (xercesc::DOMElement *, const G4Box *const) |
| void | ConeWrite (xercesc::DOMElement *, const G4Cons *const) |
| void | ElconeWrite (xercesc::DOMElement *, const G4EllipticalCone *const) |
| void | EllipsoidWrite (xercesc::DOMElement *, const G4Ellipsoid *const) |
| void | EltubeWrite (xercesc::DOMElement *, const G4EllipticalTube *const) |
| void | XtruWrite (xercesc::DOMElement *, const G4ExtrudedSolid *const) |
| void | HypeWrite (xercesc::DOMElement *, const G4Hype *const) |
| void | OrbWrite (xercesc::DOMElement *, const G4Orb *const) |
| void | ParaWrite (xercesc::DOMElement *, const G4Para *const) |
| void | ParaboloidWrite (xercesc::DOMElement *, const G4Paraboloid *const) |
| void | PolyconeWrite (xercesc::DOMElement *, const G4Polycone *const) |
| void | GenericPolyconeWrite (xercesc::DOMElement *, const G4GenericPolycone *const) |
| void | PolyhedraWrite (xercesc::DOMElement *, const G4Polyhedra *const) |
| void | SphereWrite (xercesc::DOMElement *, const G4Sphere *const) |
| void | TessellatedWrite (xercesc::DOMElement *, const G4TessellatedSolid *const) |
| void | TetWrite (xercesc::DOMElement *, const G4Tet *const) |
| void | TorusWrite (xercesc::DOMElement *, const G4Torus *const) |
| void | GenTrapWrite (xercesc::DOMElement *, const G4GenericTrap *const) |
| void | TrapWrite (xercesc::DOMElement *, const G4Trap *const) |
| void | TrdWrite (xercesc::DOMElement *, const G4Trd *const) |
| void | TubeWrite (xercesc::DOMElement *, const G4Tubs *const) |
| void | CutTubeWrite (xercesc::DOMElement *, const G4CutTubs *const) |
| void | TwistedboxWrite (xercesc::DOMElement *, const G4TwistedBox *const) |
| void | TwistedtrapWrite (xercesc::DOMElement *, const G4TwistedTrap *const) |
| void | TwistedtrdWrite (xercesc::DOMElement *, const G4TwistedTrd *const) |
| void | TwistedtubsWrite (xercesc::DOMElement *, const G4TwistedTubs *const) |
| void | ZplaneWrite (xercesc::DOMElement *, const G4double &, const G4double &, const G4double &) |
| void | RZPointWrite (xercesc::DOMElement *, const G4double &, const G4double &) |
| void | OpticalSurfaceWrite (xercesc::DOMElement *, const G4OpticalSurface *const) |
Protected Member Functions inherited from PHG4GDMLWriteMaterials | |
| PHG4GDMLWriteMaterials () | |
| virtual | ~PHG4GDMLWriteMaterials () |
| void | AtomWrite (xercesc::DOMElement *, const G4double &) |
| void | DWrite (xercesc::DOMElement *, const G4double &) |
| void | PWrite (xercesc::DOMElement *, const G4double &) |
| void | TWrite (xercesc::DOMElement *, const G4double &) |
| void | MEEWrite (xercesc::DOMElement *, const G4double &) |
| void | IsotopeWrite (const G4Isotope *const) |
| void | ElementWrite (const G4Element *const) |
| void | MaterialWrite (const G4Material *const) |
| void | PropertyWrite (xercesc::DOMElement *, const G4Material *const) |
| void | PropertyVectorWrite (const G4String &, const G4PhysicsOrderedFreeVector *const) |
Protected Member Functions inherited from PHG4GDMLWriteDefine | |
| PHG4GDMLWriteDefine () | |
| virtual | ~PHG4GDMLWriteDefine () |
| void | Scale_vectorWrite (xercesc::DOMElement *, const G4String &, const G4String &, const G4ThreeVector &) |
| void | Rotation_vectorWrite (xercesc::DOMElement *, const G4String &, const G4String &, const G4ThreeVector &) |
| void | Position_vectorWrite (xercesc::DOMElement *, const G4String &, const G4String &, const G4ThreeVector &) |
Protected Member Functions inherited from PHG4GDMLWrite | |
| PHG4GDMLWrite () | |
| virtual | ~PHG4GDMLWrite () |
| VolumeMapType & | VolumeMap () |
| xercesc::DOMAttr * | NewAttribute (const G4String &, const G4String &) |
| xercesc::DOMAttr * | NewAttribute (const G4String &, const G4double &) |
| xercesc::DOMElement * | NewElement (const G4String &) |
| G4String | Modularize (const G4VPhysicalVolume *const topvol, const G4int depth) |
| void | AddAuxInfo (PHG4GDMLAuxListType *auxInfoList, xercesc::DOMElement *element) |
| G4bool | FileExists (const G4String &) const |
| PhysVolumeMapType & | PvolumeMap () |
| DepthMapType & | DepthMap () |
Additional Inherited Members | |
Static Public Member Functions inherited from PHG4GDMLWrite | |
| static void | SetAddPointerToName (G4bool) |
Protected Attributes inherited from PHG4GDMLWriteSolids | |
| std::vector< const G4VSolid * > | solidList |
| xercesc::DOMElement * | solidsElement |
Protected Attributes inherited from PHG4GDMLWriteMaterials | |
| std::vector< const G4Isotope * > | isotopeList |
| std::vector< const G4Element * > | elementList |
| std::vector< const G4Material * > | materialList |
| xercesc::DOMElement * | materialsElement |
Protected Attributes inherited from PHG4GDMLWriteDefine | |
| xercesc::DOMElement * | defineElement |
Protected Attributes inherited from PHG4GDMLWrite | |
| G4String | SchemaLocation |
| xercesc::DOMDocument * | doc |
| xercesc::DOMElement * | extElement |
| xercesc::DOMElement * | userinfoElement |
| XMLCh | tempStr [10000] |
| PHG4GDMLAuxListType | auxList |
Static Protected Attributes inherited from PHG4GDMLWriteSolids | |
| static const G4int | maxTransforms = 8 |
Static Protected Attributes inherited from PHG4GDMLWriteDefine | |
| static const G4double | kRelativePrecision = DBL_EPSILON |
| static const G4double | kAngularPrecision = DBL_EPSILON |
| static const G4double | kLinearPrecision = DBL_EPSILON |
Static Protected Attributes inherited from PHG4GDMLWrite | |
| static G4bool | addPointerToName = true |
Definition at line 60 of file PHG4GDMLWriteParamvol.hh.
|
protected |
Definition at line 57 of file PHG4GDMLWriteParamvol.cc.
|
protectedvirtual |
Definition at line 62 of file PHG4GDMLWriteParamvol.cc.
|
protected |
Definition at line 67 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), and PHG4GDMLWrite::NewElement().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 167 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), and PHG4GDMLWrite::NewElement().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 250 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), and PHG4GDMLWrite::NewElement().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 302 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), and PHG4GDMLWrite::NewElement().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 216 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), and PHG4GDMLWrite::NewElement().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 271 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), and PHG4GDMLWrite::NewElement().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 384 of file PHG4GDMLWriteParamvol.cc.
References Box_dimensionsWrite(), Cone_dimensionsWrite(), Ellipsoid_dimensionsWrite(), PHG4GDMLWrite::GenerateName(), PHG4GDMLWriteDefine::GetAngles(), Hype_dimensionsWrite(), PHG4GDMLWrite::NewAttribute(), PHG4GDMLWrite::NewElement(), Orb_dimensionsWrite(), Para_dimensionsWrite(), Polycone_dimensionsWrite(), Polyhedra_dimensionsWrite(), PHG4GDMLWriteDefine::PositionWrite(), PHG4GDMLWriteDefine::RotationWrite(), Sphere_dimensionsWrite(), Torus_dimensionsWrite(), Trap_dimensionsWrite(), Trd_dimensionsWrite(), and Tube_dimensionsWrite().
Referenced by ParamvolAlgorithmWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Definition at line 520 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::GenerateName(), and ParametersWrite().
Referenced by ParamvolWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Definition at line 499 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::GenerateName(), PHG4GDMLWrite::NewAttribute(), PHG4GDMLWrite::NewElement(), and ParamvolAlgorithmWrite().
Referenced by PHG4GDMLWriteStructure::TraverseVolumeTree().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 324 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), PHG4GDMLWrite::NewElement(), and PHG4GDMLWriteSolids::ZplaneWrite().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 353 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), PHG4GDMLWrite::NewElement(), and PHG4GDMLWriteSolids::ZplaneWrite().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 193 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), and PHG4GDMLWrite::NewElement().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 227 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), and PHG4GDMLWrite::NewElement().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 103 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), and PHG4GDMLWrite::NewElement().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 83 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), and PHG4GDMLWrite::NewElement().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 144 of file PHG4GDMLWriteParamvol.cc.
References PHG4GDMLWrite::NewAttribute(), and PHG4GDMLWrite::NewElement().
Referenced by ParametersWrite().
Here is the call graph for this function:
Here is the caller graph for this function: