]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWGLF/FORWARD/analysis2/sim/Simulate.C
Various small fixes:
authorcholm <Christian.Holm.Christensen@cern.ch>
Mon, 1 Dec 2014 10:10:09 +0000 (11:10 +0100)
committercholm <Christian.Holm.Christensen@cern.ch>
Mon, 1 Dec 2014 10:10:09 +0000 (11:10 +0100)
commit15cb4a2bcb6d93a5725978e0a64e6631b598ae78
treed4a01750ac474b69bd4f57873df6a81b01320323
parent3fc519b8a3d91810f5039c7d46e101f8ad991cd3
Various small fixes:

- Correct polarity for pA/Ap collision w/DPMJet
- Add possiblity to do Fast simulation (generator only) using
  the configurations here.   The simulation is implemented as a
  TSelector which allows us to execute the fast simulation in
  Proof(Lite) for better performance.  The script RunFast.C takes
  care or running the simulation given simple arguments:
  - Proof or not proof
  - Run number to 'anchor' in - really this is only used to look
    up the relevant beam parameters from OCDB/GRP
  - Optional impact parameter range
  - Optional Event generator to use
  - How often to get back monitor histograms (or not at all)
  - Initial go at a VirtualTrain class for QA and AOD (not used)
  - Clean up library loading in BaseConfig.C
12 files changed:
PWGLF/FORWARD/analysis2/sim/BaseConfig.C
PWGLF/FORWARD/analysis2/sim/Check.C
PWGLF/FORWARD/analysis2/sim/Config.C
PWGLF/FORWARD/analysis2/sim/EGConfig.C
PWGLF/FORWARD/analysis2/sim/FastSim.C [new file with mode: 0644]
PWGLF/FORWARD/analysis2/sim/GRP.C
PWGLF/FORWARD/analysis2/sim/Reconstruct.C
PWGLF/FORWARD/analysis2/sim/RunFast.C [new file with mode: 0644]
PWGLF/FORWARD/analysis2/sim/Simulate.C
PWGLF/FORWARD/analysis2/sim/doit.sh
PWGLF/FORWARD/analysis2/sim/simrun.sh
PWGLF/FORWARD/analysis2/sim/test.sh [deleted file]