source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/config/RecoModuleList_ALL_last2.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: 1009 bytes
Line 
1#
2# this file gives the list of modules to be run
3# syntax: each line is of type   key:name
4# key can be : InputModule  Module  Sequence
5#
6
7InputModule = Root #Test,Root
8
9#Module = TriggerTrackDirection
10
11#Module = Test1 #test
12#
13# CLUSTERING MODULES: can be called HoughTransform or BaseClustering+ClusterAnalysis+GTUClustering chain
14#
15Module = HoughTransform     # localization of signal with Hough techniques
16#Module = BaseClustering     # clustering in theta-phi
17#Module = ClusterAnalysis    # analysis of clusters
18#Module = GTUClustering      # clustering in time
19#
20# TRACK DIRECTION MODULES: can be called TrackDirection2 or TrackDetectorPlane+TrackDirection chain
21#
22Module = TrackDirection2    #
23#Module = TrackDetectorPlane  #
24#Module = TrackDirection      #
25#
26# SHOWER MAXIMUM ALTITUDE MODULES: can be HmaxForProton
27#
28#Module = HmaxForProton       # 
29#
30# ENERGY MODULES: can be called Energy
31#
32Module = PmtToShowerReco
33#
34# PROFILE MODULES:
35#
36#Module = Profile            #
37
38Sequence = Test4 #test
Note: See TracBrowser for help on using the repository browser.