source: JEM-EUSO/esaf_lal/branches/camille/config/Reco/RecoModuleList.cfg @ 136

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

modification of files to make the balloon reconstruction possible

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#
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#
32
33#Module = 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
49#Sequence = Test4 #test
Note: See TracBrowser for help on using the repository browser.