source: trunk/MagicSoft/Mars/sponde_onoff.rc@ 7814

Last change on this file since 7814 was 7627, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 961 bytes
Line 
1# Defaine your energy estimator
2EstimateEnergy.Rule: 1.40871*pow(MHillas.fSize,0.810253)
3
4#EstimateEnergy: MRanForestCalc
5#EstimateEnergy.NameOutput: MEnergyEst
6#EstimateEnergy.FileName: ranforest.root
7#EstimateEnergy.Debug: No
8
9# Define your binnings
10BinningSize.Raw: 12 49 6360 log
11BinningEnergyEst.Raw: 12 53 3580 log
12
13# Setup the weighting for your spectrum
14MMcSpectrumWeight.NewSlope: -2.6
15
16# Give a formula for the spectrum. Capital X is a place-holder for the energy
17#MMcSpectrumWeight.Formula: pow(X, -2.6)
18
19# In the loop filling the ThetaSq histogram the theta cut is switched off
20# Reading the Monte Carlo for determining the collection area you the
21# Theta cut switched on
22MJSpectrum.Cut1.ThetaCut: On
23
24# You may use this to change the scale and/or fit region
25#MAlphaFitter.BackgroundFitMin: 0.12
26#MAlphaFitter.BackgroundFitMax: 0.50
27
28# Use this if you like to use the global scale factor for all bins
29#MAlphaFitter.ScaleMode: Fixed
Note: See TracBrowser for help on using the repository browser.