Skip to content

Commit

Permalink
minor textual corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Salavat committed Sep 4, 2021
1 parent cfe70c0 commit 5ba9b2c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ with EDProducer parameters as listed below (here - for electrons of 100 GeV):
MinE = cms.double(100),
MaxE = cms.double(100)
to perform a full simulation of showers in HF.
Do it for all necessary energy points separately for pions and electrons.
Do it for all necessary energy points, separately for pions and electrons.

(2)
Incident angle fixed to eta=4 and with random phi.
Expand All @@ -19,8 +19,8 @@ The grid of energies is specified in the file
Energies from the list should be used in the producer parameter list above (1).

(3)
Simulation is performed in special geometry with a staring point at 1000 mm from HF surface filled with air.
To produce a sample with 10k showers for each energy, the number of simulated events should be somewhat bigger,
Simulation is performed using special geometry with a starting point at 1000 mm from HF surface, the path filled with air.
To produce a sample of 10k showers for each energy, the number of simulated events should be somewhat bigger,
since some part of incident particles interacts in the air.
The latter showers are excluded from final sample and exactly 10k showers are selected and recorded.
So in production configuration file, number of event should be set this way:
Expand Down

0 comments on commit 5ba9b2c

Please sign in to comment.