FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fllibs.C
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 // $Id$
9 
10 //------------------------------------------------
11 // The Virtual Monte Carlo examples
12 // Copyright (C) 2007, Ivana Hrivnacova
13 // All rights reserved.
14 //
15 // For the licensing terms see geant4_vmc/LICENSE.
16 // Contact: vmc@pcroot.cern.ch
17 //-------------------------------------------------
18 
21 
22 #include <iostream>
23 
24 void fllibs()
25 {
27 
28  cout << "Loading Fluka libraries ..." << endl;
29 
30  gSystem->Load("libfluka.so");
31 
32  cout << "Loading Fluka libraries ... finished" << endl;
33 }
void fllibs()
Definition: fllibs.C:24