FairRoot/PandaRoot
Functions
fllibs.C File Reference

Macro for loading FLUKA libraries. More...

#include <iostream>

Go to the source code of this file.

Functions

void fllibs ()
 

Detailed Description

Macro for loading FLUKA libraries.

Definition in file fllibs.C.

Function Documentation

void fllibs ( )

Macro function for loading FLUKA libraries

Definition at line 17 of file fllibs.C.

18 {
20 
21  cout << "Loading Fluka libraries ..." << endl;
22 
23  gSystem->Load("libfluka.so");
24 
25  cout << "Loading Fluka libraries ... finished" << endl;
26 }