Fork me on GitHub

source: svn/trunk/Utilities/Hector/src/H_Parameters.cc@ 240

Last change on this file since 240 was 3, checked in by Xavier Rouby, 16 years ago

first commit

File size: 513 bytes
Line 
1/*
2---- Hector the simulator ----
3 A fast simulator of particles through generic beamlines.
4 J. de Favereau, X. Rouby ~~~ hector_devel@cp3.phys.ucl.ac.be
5
6 http://www.fynu.ucl.ac.be/hector.html
7
8 Centre de Physique des Particules et de Phénoménologie (CP3)
9 Université Catholique de Louvain (UCL)
10*/
11
12///\file H_Parameters.cc
13///\brief Class aiming at gathering all parameters that must be defined
14
15#include "H_Parameters.h"
16 //Needed for the compilator of H_Parameters into an object (.o) file
Note: See TracBrowser for help on using the repository browser.