Functions

Materials.cc File Reference

Source file for Materials routine. More...

#include "Materials.h"
#include "G4Material.hh"
#include "G4NistManager.hh"
Include dependency graph for Materials.cc:

Go to the source code of this file.

Functions

void Materials (G4bool output)
 Routine to define the materials used in the OLYMPUS simulation.

Detailed Description

Source file for Materials routine.

The Materials routine defines all the materials used in building the OLYMPUS detector.

Author:
D.K. Hasell
Version:
1.0
Date:
2010-10-13

Definition in file Materials.cc.


Function Documentation

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.

Parameters:
[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().

Here is the caller graph for this function: