FairRoot/PandaRoot
Public Member Functions | List of all members
PndG4DummyDetectorConstruction Class Reference

#include <PndG4DummyDetectorConstruction.h>

Inheritance diagram for PndG4DummyDetectorConstruction:

Public Member Functions

 PndG4DummyDetectorConstruction ()
 
 ~PndG4DummyDetectorConstruction ()
 
virtual G4VPhysicalVolume * Construct ()
 
virtual void ConstructSDandField ()
 

Detailed Description

Definition at line 8 of file PndG4DummyDetectorConstruction.h.

Constructor & Destructor Documentation

PndG4DummyDetectorConstruction::PndG4DummyDetectorConstruction ( )

Definition at line 18 of file PndG4DummyDetectorConstruction.cxx.

19 {
20  return;
21 }
PndG4DummyDetectorConstruction::~PndG4DummyDetectorConstruction ( )

Definition at line 23 of file PndG4DummyDetectorConstruction.cxx.

24 {
25  return;
26 }

Member Function Documentation

G4VPhysicalVolume * PndG4DummyDetectorConstruction::Construct ( )
virtual

Definition at line 28 of file PndG4DummyDetectorConstruction.cxx.

References g.

29 {
30  G4Material* Vacuum = new G4Material("interGalactic", 1., 1.008*g/mole,1.e-25*g/cm3, kStateGas,2.73*kelvin, 3.e-18*pascal);
31  G4Box* gExpHall = new G4Box("gExpHall",500,500,500);
32  G4LogicalVolume* lExpHall = new G4LogicalVolume(gExpHall,Vacuum,"lExpHall",0,0,0);
33  G4VPhysicalVolume* wExpHall = new G4PVPlacement(0,G4ThreeVector(),lExpHall,"gExpHall",0,false,0);
34  return wExpHall;
35 }
TFile * g
void PndG4DummyDetectorConstruction::ConstructSDandField ( )
virtual

Definition at line 37 of file PndG4DummyDetectorConstruction.cxx.

38 {
39  return;
40 }

The documentation for this class was generated from the following files: