Warning, /geant4/examples/extended/hadronic/ParticleFluence/Calo/README is written in an unsupported language. File is not indexed.
0001 In this example, the particle fluence is evaluated for simplified,
0002 cylindrical hadronic calorimeters with axis along the z-direction,
0003 and a beam particle shot before the calorimeter along its axis.
0004
0005 The particle fluence is computed in three places: "upstream", "downstream"
0006 and "side", defined as the positions immediately after, before and aside,
0007 respectively, of the calorimeter with respect to the direction of the
0008 primary particle.
0009
0010 The particle fluence is estimated by summing the track length in a
0011 "scoring volume" - i.e. a thin cylinder (for "upstream" and "downstream"
0012 cases) or a thin hemisphere shell (for the "side" case) filled up with
0013 G4_Galactic (very low density gas) material, immediately outside the
0014 calorimeter - and then dividing for the cubic volume of such scoring volume.
0015
0016 Complementary information on average multiplicity, average kinetic energy,
0017 and average total energy flow (i.e. sum of kinetic energies) for the
0018 particles produced in the calorimeter are also computed.
0019
0020 The particle fluence is evaluated for the following 11 particle types:
0021 - all
0022 - electron + positron
0023 - gamma
0024 - muon- + muon+
0025 - neutrino (any flavour and including anti-neutrino)
0026 - charged pions
0027 - neutron + anti_neutron
0028 - proton + anti_proton
0029 - ion (and anti-ions)
0030 - otherMeson (e.g. kaons, etc.)
0031 - otherBaryon (e.g. hyperons, etc.)
0032
0033 The particle fluence is evaluated for the following 3 kinematical ranges:
0034 - any kinetic energy
0035 - kinetic energy < 20 MeV
0036 - kinetic energy > 20 MeV
0037
0038 Look for the string "***LOOKHERE***" for those parameters/options that
0039 are either hardwired in the code (i.e. not available via UI command),
0040 or default values of UI commands.
0041
0042 This example uses the physics list factory, therefore you can specify
0043 the reference physics list you want to use via the PHYSLIST
0044 environmental variable (by default, if you don't set it, the FTFP_BERT
0045 physics list is used).
0046
0047 To build this example:
0048
0049 mkdir Build; cd Build
0050 cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
0051 -DGeant4_DIR=/path-to-geant4-libraries ../.
0052 make
0053
0054 To run it:
0055
0056 ./Calo atlasHec.in
0057
0058 which shoots 50 GeV pion- on a simplified ATLAS HEC hadronic calorimeter,
0059 in one run of 100 events, and print out some information on the particle
0060 fluence at the end of the run.
0061 Other macros exist for other types of simplified hadronic calorimeters:
0062 atlasEcal.in, atlasFcal.in, atlasTileCal.in, cmsEcal.in, lhcbEcal.in .