| 1 | # ==========================================================================
|
|---|
| 2 | #############################################################################
|
|---|
| 3 | # ==========================================================================
|
|---|
| 4 | # General
|
|---|
| 5 | # ==========================================================================
|
|---|
| 6 | #############################################################################
|
|---|
| 7 | # ==========================================================================
|
|---|
| 8 |
|
|---|
| 9 | # -------------------------------------------------------------------------
|
|---|
| 10 | # Use this if you want to setup the logging stream for the jobs
|
|---|
| 11 | # (overwrites command line options)
|
|---|
| 12 | # -------------------------------------------------------------------------
|
|---|
| 13 | #MLog.VerbosityLevel: 2
|
|---|
| 14 | #MLog.DebugLevel: 1
|
|---|
| 15 | #MLog.NoColors: yes
|
|---|
| 16 |
|
|---|
| 17 | # ==========================================================================
|
|---|
| 18 | #############################################################################
|
|---|
| 19 | # ==========================================================================
|
|---|
| 20 | # Ceres
|
|---|
| 21 | # ==========================================================================
|
|---|
| 22 | #############################################################################
|
|---|
| 23 | # ==========================================================================
|
|---|
| 24 |
|
|---|
| 25 | # -------------------------------------------------------------------------
|
|---|
| 26 | # Use this if you want to write the MJStar output somewhere
|
|---|
| 27 | # If you don't want it, it is written to the calibration output anyhow.
|
|---|
| 28 | # -------------------------------------------------------------------------
|
|---|
| 29 | #PathOut: .
|
|---|
| 30 | #PathIn: .
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 | # -------------------------------------------------------------------------
|
|---|
| 34 | # Configure Eventloop
|
|---|
| 35 | # -------------------------------------------------------------------------
|
|---|
| 36 | #MaxEvents: 10000
|
|---|
| 37 | #Overwrite: yes,no
|
|---|
| 38 |
|
|---|
| 39 |
|
|---|
| 40 | # -------------------------------------------------------------------------
|
|---|
| 41 | # Use this to setup binnings. For more details see: MBinning::ReadEnv
|
|---|
| 42 | # -------------------------------------------------------------------------
|
|---|
| 43 | # BinningEnergy.Raw: 100 1 100000 log
|
|---|
| 44 | # BinningSize.Raw: 100 1 10000000 log
|
|---|
| 45 | # BinningImpact.Raw: 50 -250 250
|
|---|
| 46 | # BinningHeight.Raw: 50 0 12
|
|---|
| 47 | # BinningAz.Raw: 360 -360 360
|
|---|
| 48 | # BinningZd.Raw: 70 0 70
|
|---|
| 49 | # BinningViewCone.Raw: 155 0 31
|
|---|
| 50 | # BinningTrigger.Raw: 150 -25 125
|
|---|
| 51 | # BinningEvtWidth.Raw: 150 0 25
|
|---|
| 52 |
|
|---|
| 53 |
|
|---|
| 54 | # -------------------------------------------------------------------------
|
|---|
| 55 | # Initialize random number generator (see MJob::InitRandomNumberGenerator)
|
|---|
| 56 | # -------------------------------------------------------------------------
|
|---|
| 57 | RandomNumberGenerator: TRandom3
|
|---|
| 58 | #RandomNumberSeedValue: 0
|
|---|
| 59 |
|
|---|
| 60 |
|
|---|
| 61 | # -------------------------------------------------------------------------
|
|---|
| 62 | # Ceres specific setup
|
|---|
| 63 | # -------------------------------------------------------------------------
|
|---|
| 64 |
|
|---|
| 65 | # Switch off the camera "electronics"
|
|---|
| 66 | #Camera: Off
|
|---|
| 67 |
|
|---|
| 68 | # Force the use of the "hardware" trigger for calibration data
|
|---|
| 69 | #ForceTrigger: Yes
|
|---|
| 70 |
|
|---|
| 71 |
|
|---|
| 72 | # -------------------------------------------------------------------------
|
|---|
| 73 | # Setup the reflector and camera geometry
|
|---|
| 74 | # -------------------------------------------------------------------------
|
|---|
| 75 | Reflector.Constructor: MReflector
|
|---|
| 76 | #Reflector.FileName: mreflector/reflector-magic.def
|
|---|
| 77 | Reflector.FileName: mreflector/reflector-dwarf.def
|
|---|
| 78 |
|
|---|
| 79 | # --- DWARF ---
|
|---|
| 80 | #GeomCones.Constructor: MGeomCamDwarf(419., 15, 17);
|
|---|
| 81 | #MGeomCam.Constructor: MGeomCamDwarf(419., 30, 17);
|
|---|
| 82 |
|
|---|
| 83 | # distance from mirror to camera [cm]
|
|---|
| 84 | #focal_distance 489.73
|
|---|
| 85 | # TRUE focal of the paraboloid (must correspond to that of the mirror positions defined below!)
|
|---|
| 86 | #paraboloid_focal 488.87
|
|---|
| 87 |
|
|---|
| 88 | GeomCones.Constructor: MGeomCamDwarf(209.5, 7.5, 4.8887);
|
|---|
| 89 | MGeomCam.Constructor: MGeomCamDwarf(209.5, 15, 4.8887);
|
|---|
| 90 |
|
|---|
| 91 | MSimBundlePhotons.FileName: mreflector/dwarf-apdmap.txt
|
|---|
| 92 |
|
|---|
| 93 | # MGeomCam.Something: Anything
|
|---|
| 94 |
|
|---|
| 95 | # --- MAGIC ---
|
|---|
| 96 | #GeomCones.Class: MGeomCamMagic
|
|---|
| 97 | #MGeomCam.Class: MGeomCamMagic
|
|---|
| 98 | #MSimAPD.NameGeomCam:
|
|---|
| 99 |
|
|---|
| 100 | # -------------------------------------------------------------------------
|
|---|
| 101 | # Setup the absorption, conversion efficiency and angular acceptance
|
|---|
| 102 | # -------------------------------------------------------------------------
|
|---|
| 103 | MirrorReflectivity.FileName: mreflector/pde-mirror.txt
|
|---|
| 104 | PhotonDetectionEfficiency.FileName: mreflector/pde-apd.txt
|
|---|
| 105 | ConesAngularAcceptance.FileName: mreflector/dwarf-cones.txt
|
|---|
| 106 |
|
|---|
| 107 |
|
|---|
| 108 | # -------------------------------------------------------------------------
|
|---|
| 109 | # Setup what in MMCS would be called "additional spot size"
|
|---|
| 110 | # -------------------------------------------------------------------------
|
|---|
| 111 | #MSimPSF.Sigma: -1
|
|---|
| 112 | #MSimReflector.DetectorMargin: 0
|
|---|
| 113 |
|
|---|
| 114 |
|
|---|
| 115 | # -------------------------------------------------------------------------
|
|---|
| 116 | # Setup the trigger
|
|---|
| 117 | # -------------------------------------------------------------------------
|
|---|
| 118 |
|
|---|
| 119 | # This line could be omitted but then the discriminator would be
|
|---|
| 120 | # evaluated for all pixels not just for the pixels which are
|
|---|
| 121 | # later "connected" in the trigger (used in the coincidence map)
|
|---|
| 122 | # MSimTrigger.FileNameRouteAC: inner.txt
|
|---|
| 123 |
|
|---|
| 124 | # HEGRA like single pixel above threshold trigger
|
|---|
| 125 | #MSimTrigger.DiscriminatorThreshold: 10.00
|
|---|
| 126 | # Is this an option for a single pixel trigger?
|
|---|
| 127 | #MSimTrigger.DigitalSignalLength: -1
|
|---|
| 128 | #MSimTrigger.CoincidenceTime: 3
|
|---|
| 129 |
|
|---|
| 130 | # Magic like 2NN trigger (inner 396 pixel)
|
|---|
| 131 | #MSimTrigger.FileNameCoincidenceMap: 2NN-lut-uniq.txt
|
|---|
| 132 | #MSimTrigger.DiscriminatorThreshold: 7.00
|
|---|
| 133 | #MSimTrigger.DigitalSignalLength: 8
|
|---|
| 134 | #MSimTrigger.CoincidenceTime: 0.5
|
|---|
| 135 |
|
|---|
| 136 | # Magic like 3NN trigger (inner 396 pixel)
|
|---|
| 137 | MSimTrigger.FileNameCoincidenceMap: 3NN-lut-uniq.txt
|
|---|
| 138 | MSimTrigger.DiscriminatorThreshold: 6.0
|
|---|
| 139 | MSimTrigger.DigitalSignalLength: 8
|
|---|
| 140 | MSimTrigger.CoincidenceTime: 0.5
|
|---|
| 141 |
|
|---|
| 142 | # Magic like 4NN trigger (inner 396 pixel)
|
|---|
| 143 | #MSimTrigger.FileNameCoincidenceMap: 4NN-lut-uniq.txt
|
|---|
| 144 | #MSimTrigger.DiscriminatorThreshold: 5.0
|
|---|
| 145 | #MSimTrigger.DigitalSignalLength: 8
|
|---|
| 146 | #MSimTrigger.CoincidenceTime: 0.5
|
|---|
| 147 |
|
|---|
| 148 | IntendedPulsePos.Val: 40
|
|---|
| 149 |
|
|---|
| 150 |
|
|---|
| 151 | # -------------------------------------------------------------------------
|
|---|
| 152 | # Description how a pedestal/calibration signal is produced
|
|---|
| 153 | # -------------------------------------------------------------------------
|
|---|
| 154 |
|
|---|
| 155 | #MSimCalibrationSignal.NumEvents: 1000
|
|---|
| 156 | #MSimCalibrationSignal.NumPhotons; 5
|
|---|
| 157 | #MSimCalibrationSignal.TimeJitter; 1.0
|
|---|
| 158 |
|
|---|
| 159 |
|
|---|
| 160 | # -------------------------------------------------------------------------
|
|---|
| 161 | # Setup the FADC
|
|---|
| 162 | # -------------------------------------------------------------------------
|
|---|
| 163 |
|
|---|
| 164 | # Currently only 1GHz is supported
|
|---|
| 165 | MRawRunHeader.SamplingFrequency: 1000
|
|---|
| 166 | MRawRunHeader.NumSamples: 150
|
|---|
| 167 | MRawRunHeader.NumBytesPerSample: 2
|
|---|
| 168 | MRawRunHeader.FadcResolution: 12
|
|---|
| 169 |
|
|---|
| 170 | #MSimReadout.fConversionFactor: 1
|
|---|