Source file for Materials routine. More...
#include "Materials.h"
#include "G4Material.hh"
#include "G4NistManager.hh"
Go to the source code of this file.
Functions | |
void | Materials (G4bool output) |
Routine to define the materials used in the OLYMPUS simulation. |
Source file for Materials routine.
The Materials routine defines all the materials used in building the OLYMPUS detector.
Definition in file Materials.cc.
void Materials | ( | G4bool | output = false ) |
Routine to define the materials used in the OLYMPUS simulation.
Uses the GEANT4 G4Material or G4NistManager to create the various materials used by the routines which build the OLYMPUS detector components.
[in] | output | - G4bool (true or false) specifies if the table of materials is printed (true) or not (false). Default is false. |
Definition at line 27 of file Materials.cc.
Referenced by Detector::Construct().