source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/config/ICRC_2011_Reco_template.cfg @ 117

Last change on this file since 117 was 117, checked in by moretto, 11 years ago

ESAF version compilable on mac OS

File size: 5.0 KB
Line 
1## config file dump generated by ESAF
2
3## Dump for class name BaseClusteringModule
4BaseClusteringModule.fFOVThreshold = 2
5BaseClusteringModule.fGTUDiffThreshold = 1
6BaseClusteringModule.fHistogramBinning = 100
7BaseClusteringModule.fNSigmaToSelect = 1.5
8#BaseClusteringModule.fNumHitsMinimum = -3                              # DN not present anymore?
9BaseClusteringModule.fNumPointsMinimum = 10
10BaseClusteringModule.fSignalToNoise = 0.01
11BaseClusteringModule.fSignificanceLevel = 30
12BaseClusteringModule.fThreshold = 0.007
13BaseClusteringModule.fDensityMethod = event
14BaseClusteringModule.fDoHistogram = no
15BaseClusteringModule.fFitMethod = spacetime
16BaseClusteringModule.fThresholdType = fov
17## End of dump for class name BaseClusteringModule
18
19## Dump for class name ClusterAnalysisModule
20ClusterAnalysisModule.DoHistogram = 0
21ClusterAnalysisModule.DoMedianFit = 0
22ClusterAnalysisModule.HistogramBinning = 100
23ClusterAnalysisModule.NumThreshold = 0.95
24ClusterAnalysisModule.RelNumHits = 0.5
25ClusterAnalysisModule.RelNumPointsMin = 1
26ClusterAnalysisModule.ReClustering = no
27## End of dump for class name ClusterAnalysisModule
28
29## Dump for class name EsafMsgDispatcher
30EsafMsgDispatcher.fLogFileName = output/Esaf.log
31EsafMsgDispatcher.fLogFileSeverity = Debug
32EsafMsgDispatcher.fScreenSeverity = Debug
33EsafMsgDispatcher.fUseColors = yes
34## End of dump for class name EsafMsgDispatcher
35
36## Dump for class name Euso
37Euso.fAltitude = 430
38Euso.fRadius = 1325
39Euso.fLightToEuso = standard
40## End of dump for class name Euso
41
42## Dump for class name GTUClusteringModule
43GTUClusteringModule.DistanceThreshold = 3
44GTUClusteringModule.DoHistogram = 0
45GTUClusteringModule.HistogramBinning = 100
46GTUClusteringModule.NaturalValues = 0
47GTUClusteringModule.NumHitsMinimum = 3
48GTUClusteringModule.NumPointsMinimum = 10
49GTUClusteringModule.SignificanceLevel = 3
50## End of dump for class name GTUClusteringModule
51
52## Dump for class name MacroCell
53MacroCell.fGtuTimeLength = 2500
54MacroCell.fSize = 200
55MacroCell.fTriggerThreshold = 5
56MacroCell.fTriggerType = 14336
57MacroCell.fLogicEnabled = no
58MacroCell.fSaveAllChipGtuData = yes
59## End of dump for class name MacroCell
60
61## Dump for class name RecoFramework
62RecoFramework.DumpRootEvent = no
63RecoFramework.HardMemCleaning = no
64RecoFramework.ModuleFile = @cfg/Reco/RecoModuleList.cfg
65## End of dump for class name RecoFramework
66
67## Dump for class name RootInputModule
68RootInputModule.FirstEvent = 0
69RootInputModule.GTUlength = 2500
70RootInputModule.LastEvent = -1
71RootInputModule.MaxEvents = 1000
72#RootInputModule.FileName = output/simu.2011-03-24-18h17m28s.root                       # DN should be set by user from cmd line
73RootInputModule.FilterScatteredCherenkov = no
74RootInputModule.LoadAnalogFee = yes
75RootInputModule.ProcessOnlySignal = no
76RootInputModule.TruncateNumberOfEvents = yes
77## End of dump for class name RootInputModule
78
79## Dump for class name TrackDirectionModule
80TrackDirectionModule.fMinuitOutputLevel = -1
81TrackDirectionModule.fMethod = exact
82## End of dump for class name TrackDirectionModule
83
84#+++++++++++++++++++++++++++++++++++++++++++++++++++++#
85# Config file for EnergyModule                        #
86#+++++++++++++++++++++++++++++++++++++++++++++++++++++#
87
88EnergyModule.fFluoCalculator = kakimoto               #
89EnergyModule.fORname   = output/NopticsresponseDB.root # File name with OpticsResponseDB. If this file is not present
90                                                      # it should be generated with macros/selftest/opticsresponse.C
91                                                      # buildDB button (check conditions in orbuild() function.)
92EnergyModule.fDebugPs =  1                            # 0 - no ps debug file, 1 - some debug info, 2 - more and so on
93EnergyModule.fEnergyDistributionName = giller         # distribution of energy in shower
94EnergyModule.fMinuitOutputLevel = 0        #3           # set the MINUIT output display level:
95                                                      # -1 = no output except for SHOW command
96                                                      #  0 = minimum output (no starting values or intermediate results)
97                                                      #  1 = defalt value, normal output
98                                                      #  2 = additional output giving intermediate results
99                                                      #  3 = maximum output, showing progress of minimizations
100EnergyModule.fUseTrueAngles = 1; #1                     # 1 - use true Theta and Phi angles, 0 - use reconstructed angles.
101                                                      # This option has a sense only for MC events
102EnergyModule.fUseTrueNoise = 0                        #  1 - use true noise, 0 - use reconstructed noise
103EnergyModule.fMaxIterations = 1;                      # number of iterations in the energy fit
104EnergyModule.fFilterOutOfTime = 0.5;                 # exclude pixels belonging to Gtu when the signal was more than fFilterOutOfTime fraction of
105                                                      # in a hole. If fFilterOutOfTime < 0  no filtering
106EnergyModule.fFrontEndDeadTime = 0;                   # dead time of front-end chip in ns. Used by saturation unfolding procedure
Note: See TracBrowser for help on using the repository browser.