// $Id: flukaConfig.C,v 1.5 2009-06-12 18:39:12 pam-rm2 Exp $ //------------------------------------------------ // The Virtual Monte Carlo examples // Copyright (C) 2007, 2008 Ivana Hrivnacova // All rights reserved. // // For the licensing terms see geant4_vmc/LICENSE. // Contact: vmc@pcroot.cern.ch //------------------------------------------------- /// \ingroup E01 /// \file E01/flConfig.C /// \brief Configuration macro for Fluka VMC for Example01 void Config() { /// The configuration function for Fluka VMC for Example01 /// called during MC application initialization. new TFluka("C++ Interface to Fluka", 4/*verbositylevel*/); cout << "Fluka has been created." << endl; }