hfsdoc

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@                                                                                                       @
@    @@     @@ @@@@@@@@ @@@@@@@@     @@@@@@@@    @@@     @@@@@@  @@@@@@@@     @@@@@@  @@@@ @@     @@    @
@    @@     @@ @@       @@     @@    @@         @@ @@   @@    @@    @@       @@    @@  @@  @@@   @@@    @
@    @@     @@ @@       @@     @@    @@        @@   @@  @@          @@       @@        @@  @@@@ @@@@    @
@    @@@@@@@@@ @@@@@@   @@@@@@@@     @@@@@@   @@     @@  @@@@@@     @@        @@@@@@   @@  @@ @@@ @@    @
@    @@     @@ @@       @@           @@       @@@@@@@@@       @@    @@             @@  @@  @@     @@    @
@    @@     @@ @@       @@           @@       @@     @@ @@    @@    @@       @@    @@  @@  @@     @@    @
@    @@     @@ @@@@@@@@ @@           @@       @@     @@  @@@@@@     @@        @@@@@@  @@@@ @@     @@    @
@                                                                                                       @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Table of Contents

General Concept

Back to TOC

The general concept of the simulation consists of the following steps:

  1. Event generation
    • Generate or read event input as 4-vectors and original vertices (with mother-daughter relations)
  2. Simulation/reconstruction
    • Perform acceptance cuts and smear particle properties (p, theta, phi, vertex) based on the provided detector information
      • Neutrals (gamma) can only hit one EMC detector and get energy and direction smearing
      • Charged particles can traverse multiple tracking detectors in acceptance, the overall resolution of momentum and direction is a combination of the individual numbers.
    • Add PID information to charged candidates from all PID detectors and compute a combined (total) PID information
  3. Analysis
    • Reconstruct composites by combining particle candidates or previously defined composites
    • Optionally apply selection criteria to the basic or composite lists
    • Dump the candidates from lists to TTrees and finally write to output file
  4. Live histogramming
    • Any branch inside these TTrees can be used for live histogramming

Concerning parameter settings and configuration, the main philosophy is the need to specify as few as possible, and most is anticipated as reasonable default settings.

Features

Back to TOC

Limitations

Back to TOC

Since we explicitly deal with a Fast Simulation there is certainly a loss of accuracy and precision when compared to a microscopy full simulation based on Geant. Therefore we should mention some of the limitations of the above discussed concept.

Proceed to the next section: Code