Fork me on GitHub

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

Last change on this file since 384 was 281, checked in by Xavier Rouby, 15 years ago

new Hector version

File size: 1.2 KB
RevLine 
[281]1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * *
2 * *
3* --<--<-- A fast simulator --<--<-- *
4* / --<--<-- of particle --<--<-- *
5* ----HECTOR----< *
6* \ -->-->-- transport through -->-->-- *
7* -->-->-- generic beamlines -->-->-- *
8* *
9* JINST 2:P09005 (2007) *
10* X Rouby, J de Favereau, K Piotrzkowski (CP3) *
11* http://www.fynu.ucl.ac.be/hector.html *
12* *
13* Center for Cosmology, Particle Physics and Phenomenology *
14* Universite catholique de Louvain *
15* Louvain-la-Neuve, Belgium *
16 * *
17 * * * * * * * * * * * * * * * * * * * * * * * * * * * */
[3]18
19///\file H_Parameters.cc
20///\brief Class aiming at gathering all parameters that must be defined
21
22#include "H_Parameters.h"
23 //Needed for the compilator of H_Parameters into an object (.o) file
Note: See TracBrowser for help on using the repository browser.