source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/config/Reco/RecoModuleList.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: 1.2 KB
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 = LTTPreClustering
10
11#Module = Test1 #test
12#
13# CLUSTERING MODULES: can be called HoughTransform or BaseClustering+ClusterAnalysis+GTUClustering chain
14#
15#Module = 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#
22#Module = 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#
32
33Module = RobustModule           
34#Module = JemEnergy 
35
36#Module = TrackDirection2
37#Module = TrackDetectorPlane  #
38#Module = TrackDirection      #
39
40           
41#Module = Energy             
42#Module = PmtToShowerReco
43
44#
45# PROFILE MODULES:
46#
47#Module = Profile            #
48
49Sequence = Test4 #test
Note: See TracBrowser for help on using the repository browser.