elegent is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/elegent does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 35 and Version 36 of WikiStart


Ignore:
Timestamp:
Oct 4, 2013, 11:27:25 AM (11 years ago)
Author:
jkaspar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v35 v36  
    2020* Program `ElegentTDistributionSampler` to build a number of '''t-distributions''' of interest (t being four-momentum transfer squared), e.g. differential and cumulative cross-sections. The distributions are generated at a given collision energy and are saved as a ROOT file. For details please refer to the [[TDistributionFileDescription|t-distribution file description]]).
    2121* Program `ElegentBDistributionSampler` to build a number of '''b-distributions''' of interest (b stands for impact parameter). At the moment, only profile functions are generated and saved as a ROOT file.
     22* Program `ElegentSDistributionSampler` to build a number of '''s-distributions''' of interest (s stands for the square of interaction energy).
    2223* Class `Generator` that loads a specified cumulative distribution function from a t-distribution ROOT file and generates random events in the [[http://lcgapp.cern.ch/project/simu/HepMC|HepMC format]]. This class can easily be embedded in any program. As an example, you can have a look at the [[source:/trunk/src/ElegentTest.cc|ElegentTest program]].
    23 
    24 == Plots ==
    25 
    26 TODO
    2724
    2825== Users' guide ==
     
    4037   }}}
    4138
     39Depending on your system, you might want to add
     40* `lib` sub-directory to the `LD_LIBRARY_PATH` environment variable and
     41* `bin` sub-directory to `PATH`
     42before your run any of the programs below.
    4243
     44=== Sampling t-, b- and s-distributions ===
    4345
    44 === Sampling t- and b-distributions ===
    45 
    46 NB: you might want to skip this step as there are ready-made distribution files available for [[http://www.hepforge.org/downloads/elegent|download]].
     46NB: you might want to skip this step as there are ready-made distribution files available for [[http://elegent.hepforge.org/distributions|download]]. You can look at [[http://elegent.hepforge.org/plots|plots in PDF format]] as well.
    4747
    4848Run
     
    5050bin/ElegentTDistributionSampler -h
    5151bin/ElegentBDistributionSampler -h
     52bin/ElegentSDistributionSampler -h
    5253}}}
    53 to get help on running these programs. Alternatively, look in [[source:/trunk/distributions/generate_t_distributions]] or [[source:/trunk/distributions/generate_b_distributions]] for a usage example.
     54to get help on running these programs. Alternatively, look in [[source:/trunk/distributions/generate_t_distributions]], [[source:/trunk/distributions/generate_b_distributions]] or [[source:/trunk/distributions/generate_s_distributions]] for a usage example.
     55
     56In particular, all these programs accept `-model-list` option to print the list of available models.
    5457
    5558
     
    6669
    6770TODO
     71
     72== Plots ==
     73
     74TODO
     75