ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Envelope Struct Reference

#include <IDetectorGeometryTool.h>

Collaboration diagram for Envelope:

Public Member Functions

 Envelope ()
 
bool IsBuilt ()
 

Public Attributes

G4LogicalVolume * theEnvelope
 
G4VPhysicalVolume * thePositionedVolume
 
G4RotationMatrix * theRotation
 
G4ThreeVector thePosition
 

Detailed Description

Definition at line 16 of file IDetectorGeometryTool.h.

Constructor & Destructor Documentation

◆ Envelope()

Envelope::Envelope ( )
inline

Definition at line 18 of file IDetectorGeometryTool.h.

Member Function Documentation

◆ IsBuilt()

bool Envelope::IsBuilt ( )
inline

Definition at line 19 of file IDetectorGeometryTool.h.

19 {return theEnvelope!=0;}

Member Data Documentation

◆ theEnvelope

G4LogicalVolume* Envelope::theEnvelope

Definition at line 20 of file IDetectorGeometryTool.h.

◆ thePosition

G4ThreeVector Envelope::thePosition

Definition at line 23 of file IDetectorGeometryTool.h.

◆ thePositionedVolume

G4VPhysicalVolume* Envelope::thePositionedVolume

Definition at line 21 of file IDetectorGeometryTool.h.

◆ theRotation

G4RotationMatrix* Envelope::theRotation

Definition at line 22 of file IDetectorGeometryTool.h.


The documentation for this struct was generated from the following file:
Envelope::thePositionedVolume
G4VPhysicalVolume * thePositionedVolume
Definition: IDetectorGeometryTool.h:21
Envelope::theEnvelope
G4LogicalVolume * theEnvelope
Definition: IDetectorGeometryTool.h:20
Envelope::theRotation
G4RotationMatrix * theRotation
Definition: IDetectorGeometryTool.h:22