# ========================================================================== ############################################################################# # ========================================================================== # General # ========================================================================== ############################################################################# # ========================================================================== # ------------------------------------------------------------------------- # Use this if you want to setup the logging stream for the jobs # (overwrites command line options) # ------------------------------------------------------------------------- #MLog.VerbosityLevel: 2 #MLog.DebugLevel: 1 #MLog.NoColors: yes # ========================================================================== ############################################################################# # ========================================================================== # Ceres # ========================================================================== ############################################################################# # ========================================================================== # ------------------------------------------------------------------------- # Use this if you want to write the MJStar output somewhere # If you don't want it, it is written to the calibration output anyhow. # ------------------------------------------------------------------------- #PathOut: . #PathIn: . # ------------------------------------------------------------------------- # Configure Eventloop # ------------------------------------------------------------------------- #MaxEvents: 10000 #Overwrite: yes,no # ------------------------------------------------------------------------- # Use this to setup binnings. For more details see: MBinning::ReadEnv # ------------------------------------------------------------------------- # BinningEnergy.Raw: 100 1 100000 log # BinningSize.Raw: 100 1 10000000 log # BinningImpact.Raw: 50 -250 250 # BinningHeight.Raw: 50 0 12 # BinningAz.Raw: 360 -360 360 # BinningZd.Raw: 70 0 70 # BinningViewCone.Raw: 155 0 31 # BinningTrigPod.Raw: 150 -25 125 # BinningEvtWidth.Raw: 150 0 25 # BinningDist.Raw: 100 0 2.5 # BinningDistC.Raw: 100 0 2.5 # BinningThreshold.Raw: 35 0.9 90000 log # BinningEnergyEst.Raw: 100 0.9 90000 log # ------------------------------------------------------------------------- # Initialize random number generator (see MJob::InitRandomNumberGenerator) # ------------------------------------------------------------------------- RandomNumberGenerator: TRandom3 #RandomNumberSeedValue: 0 # ------------------------------------------------------------------------- # Ceres general setup # ------------------------------------------------------------------------- # Switch off the camera "electronics" #Camera: Off # Force the use of the "hardware" trigger for calibration data #ForceTrigger: Yes # ------------------------------------------------------------------------- # Some setup for the atmosphere. The default should be well suited. # ------------------------------------------------------------------------- #MSimAtmosphere.FileAerosols: resmc/atmopshere-aerosols.txt #MSimAtmosphere.FileOzone: resmc/atmopshere-ozone.txt # ------------------------------------------------------------------------- # Here you can control the poiting of the telescope. To switch on # off-target observations set a value for the distance !=0 [deg]. # For details see MSimPointingPos # ------------------------------------------------------------------------- #MSimPointingPos.OffTargetDistance: 0.4 #MSimPointingPos.OffTargetPhi: -1 # ------------------------------------------------------------------------- # Setup the reflector and camera geometry # ------------------------------------------------------------------------- Reflector.Constructor: MReflector # For the file definition see MReflector::ReadFile #Reflector.FileName: resmc/magic-reflector.txt #Reflector.FileName: resmc/magic-reflector-chessboard.txt # Units mm: ~0.020° #Reflector.SetSigmaPSF: 6.0 # Units mm: ~0.025° #Reflector.SetSigmaPSF: 7.5 Reflector.FileName: resmc/dwarf-reflector.txt # Units mm: ~0.02° #Reflector.SetSigmaPSF: 1.8 # Units mm: ~0.03° Reflector.SetSigmaPSF: 2.6 # --- DWARF --- # distance from mirror to camera [cm] #focal_distance 489.73 # TRUE focal of the paraboloid (must correspond to that of the mirror positions defined below!) #paraboloid_focal 488.87 # Hex cones maximum D=8mm GeomCones.Constructor: MGeomCamDwarf(209.5, 7.5, 4.8887); MGeomCam.Constructor: MGeomCamDwarf(209.5, 15, 4.8887); MSimBundlePhotons.FileName: resmc/dwarf-apdmap.txt # Set the APD type (1: 30x30 , 2: 60x60) #MSimAPD.Type: 1 # --- MAGIC --- #MGeomCam.Constructor: MGeomCamMagic(17.0) #MSimAPD.NameGeomCam: # ------------------------------------------------------------------------- # Setup the absorption, conversion efficiency and angular acceptance # ------------------------------------------------------------------------- MirrorReflectivity.FileName: resmc/dwarf-reflectivity.txt PhotonDetectionEfficiency.FileName: resmc/dwarf-pde-gapd.txt ConesAngularAcceptance.FileName: resmc/dwarf-cones.txt # ------------------------------------------------------------------------- # Setup what in MMCS would be called "additional spot size" # ------------------------------------------------------------------------- #MSimPSF.Sigma: -1 #MSimReflector.DetectorMargin: 0 # ------------------------------------------------------------------------- # Setup the trigger # ------------------------------------------------------------------------- # This line could be omitted but then the discriminator would be # evaluated for all pixels not just for the pixels which are # later "connected" in the trigger (used in the coincidence map) # MSimTrigger.FileNameRouteAC: resmc/magic-trigger-1NN.txt # HEGRA like single pixel above threshold trigger #MSimTrigger.DiscriminatorThreshold: 10.00 # Is this an option for a single pixel trigger? #MSimTrigger.DigitalSignalLength: -1 #MSimTrigger.CoincidenceTime: 3 # Magic like 2NN trigger (inner 396 pixel) #MSimTrigger.FileNameCoincidenceMap: resmc/magic-trigger-2NN.txt #MSimTrigger.DiscriminatorThreshold: 7.00 #MSimTrigger.DigitalSignalLength: 8 #MSimTrigger.CoincidenceTime: 0.5 # Magic like 3NN trigger (inner 396 pixel) #MSimTrigger.FileNameCoincidenceMap: resmc/magic-trigger-3NN.txt #MSimTrigger.DiscriminatorThreshold: 6.0 #MSimTrigger.DigitalSignalLength: 8 #MSimTrigger.CoincidenceTime: 0.5 # Magic like 4NN trigger (inner 396 pixel) #MSimTrigger.FileNameCoincidenceMap: resmc/magic-trigger-4NN.txt #MSimTrigger.DiscriminatorThreshold: 5.0 #MSimTrigger.DigitalSignalLength: 8 #MSimTrigger.CoincidenceTime: 0.5 MSimTrigger.FileNameRouteAC: resmc/magic-trigger-3NN.txt MSimTrigger.DiscriminatorThreshold: 11000 MSimTrigger.DigitalSignalLength: 8 MSimTrigger.CoincidenceTime: 0.5 IntendedPulsePos.Val: 40 # ------------------------------------------------------------------------- # Description how a pedestal/calibration signal is produced # ------------------------------------------------------------------------- #MSimCalibrationSignal.NumEvents: 1000 #MSimCalibrationSignal.NumPhotons; 5 #MSimCalibrationSignal.TimeJitter; 1.0 # ------------------------------------------------------------------------- # Setup the FADC # ------------------------------------------------------------------------- # Currently only 1GHz is supported MRawRunHeader.SamplingFrequency: 1000 MRawRunHeader.NumSamples: 150 MRawRunHeader.NumBytesPerSample: 2 MRawRunHeader.FadcResolution: 12 #MSimReadout.fConversionFactor: 1 # The number of sampling points is almost irrelevant because they # are equidistant, i.e. calculated and no search is necessary. # Nevertheless, you must make sure that there are enough points # to sample the function accuratly enough. #MPulseShape.Function.Name: 3.51308*exp(-1.4105*(exp(-0.5*x)+0.310942*x)) + 4.33521e-3*exp(-1.4105*(exp(-0.5*x)+6.09265e-3*x)) #MPulseShape.Function.Npx: 250 #MPulseShape.Function.Xmin: -5 #MPulseShape.Function.Xmax: 45 # ------------------------------------------------------------------------- # Setup an image cleaning on the pure gamma signal (without noise) # ------------------------------------------------------------------------- #MImgCleanStd.CleanLevel1: 6.0 #MImgCleanStd.CleanLevel2: 6.0