COSMOS v7.655
COSMOSv7655
(AirShowerMC)
|
#include "Zmaxdef.h"
Go to the source code of this file.
Classes | |
struct | intinf |
struct | ztrackv |
Macros | |
#define | Pwork ztrackv_.pwork |
#define | IntInfArray ztrackv_.intinfarray |
#define | TrackBefMove ztrackv_.trackbefmove |
#define | MovedTrack ztrackv_.movedtrack |
#define | Zfirst ztrackv_.zfirst |
#define | Offset ztrackv_.offset |
#define | Mag_ ztrackv_.mag |
#define | MuonPolarization ztrackv_.muonpolarization |
#define | EminAS ztrackv_.eminas |
#define | EasWait ztrackv_.easwait |
#define | TargetMassN ztrackv_.targetmassn |
#define | TargetAtomicN ztrackv_.targetatomicn |
#define | TargetZ2 ztrackv_.targetz2 |
#define | EnergyLoss ztrackv_.energyloss |
#define | KEminCas2 ztrackv_.kemincas2 |
#define | KEminCas ztrackv_.kemincas |
#define | KEmin2 ztrackv_.kemin2 |
#define | KEmin ztrackv_.kemin |
#define | Beta ztrackv_.beta |
#define | Ethin ztrackv_.ethin |
#define | Upsilon ztrackv_.upsilon |
#define | Xai ztrackv_.xai |
#define | ObserveAS ztrackv_.observeas |
#define | Nproduced ztrackv_.nproduced |
#define | MoveStat ztrackv_.movestat |
#define | NumberOfInte ztrackv_.numberofinte |
#define | ProcessNo ztrackv_.processno |
#define | TargetNucleonNo ztrackv_.targetnucleonno |
#define | TargetProtonNo ztrackv_.targetprotonno |
#define | Upgoing ztrackv_.upgoing |
#define | UseTbl ztrackv_.usetbl |
#define | FromEpics ztrackv_.fromepics |
#define | Labelcounter ztrackv_.labelcounter |
Variables | |
const int | maxptcl = MAX_PTCL |
const int | maxinte = 6 |
const int | tointeract = 1 |
const int | tobeobserved = 2 |
const int | truncated = 3 |
const int | dead = 6 |
const int | borderl = 4 |
const int | borderh =5 |
const int | anglelimit = 7 |
struct ztrackv | ztrackv_ |
#define Upsilon ztrackv_.upsilon |
const int borderh =5 |
Definition at line 98 of file Ztrackv.h.
Referenced by cifxhorizon(), cifxobssite(), cifxperpen(), and ctracking().
const int borderl = 4 |
Definition at line 97 of file Ztrackv.h.
Referenced by cifxhorizon(), cifxobssite(), cifxperpen(), and ctracking().
const int dead = 6 |
Definition at line 96 of file Ztrackv.h.
Referenced by ccomppathend().
const int tobeobserved = 2 |
Definition at line 94 of file Ztrackv.h.
Referenced by cifxobssite(), and ctracking().
const int tointeract = 1 |
Definition at line 93 of file Ztrackv.h.
Referenced by cfixproc(), cinismpintl(), ctracking(), and ctruncpath().
const int truncated = 3 |
Definition at line 95 of file Ztrackv.h.
Referenced by cfixproc(), cputenergyloss(), ctracking(), and ctruncpath().
struct ztrackv ztrackv_ |