11io-services :
22 reader :
3- class : org.jlab.clas.std.services.convertors .HipoToHipoReader
3+ class : org.jlab.io.clara .HipoToHipoReader
44 name : HipoToHipoReader
55 writer :
6- class : org.jlab.clas.std.services.convertors .HipoToHipoWriter
6+ class : org.jlab.io.clara .HipoToHipoWriter
77 name : HipoToHipoWriter
88services :
99 - class : org.jlab.clas.swimtools.MagFieldsEngine
@@ -14,8 +14,21 @@ services:
1414 name : FTHODO
1515 - class : org.jlab.rec.ft.FTEBEngine
1616 name : FTEB
17- - class : org.jlab.service.dc.DCHBEngine
18- name : DCHB
17+ # DC initializer: passes geometry and constants to all DC services
18+ - class : org.jlab.service.dc.DCInit
19+ name : DCI
20+ # DC clustering: nominal algoritm, filled the cluster bank for ai and conventional tracking
21+ - class : org.jlab.service.dc.DCHBClustering
22+ name : DCRC
23+ # This is where the AI plugin would go. THe AI code reads the HB clusters.
24+ - class : org.jlab.service.mltn.MLTDEngine
25+ name : MLTD
26+ # DC using clustering: regular HB tracking
27+ - class : org.jlab.service.dc.DCHBPostClusterConv
28+ name : DCRPC
29+ # DC using clustering on AI hits: NN assisted HB tracking
30+ - class : org.jlab.service.dc.DCHBPostClusterAI
31+ name : DCAC
1932 - class : org.jlab.service.ftof.FTOFHBEngine
2033 name : FTOFHB
2134 - class : org.jlab.service.ec.ECEngine
@@ -34,12 +47,20 @@ services:
3447 name : LTCC
3548 - class : org.jlab.service.eb.EBHBEngine
3649 name : EBHB
37- - class : org.jlab.service.dc.DCTBEngine
38- name : DCTB
50+ - class : org.jlab.service.eb.EBHBAIEngine
51+ name : EBHAI
52+ # DC regular TB tracking
53+ - class : org.jlab.service.dc.DCTBEngineConv
54+ name : DCRTB
55+ # DC AI assisted TB tracking
56+ - class : org.jlab.service.dc.DCTBEngineAI
57+ name : DCATB
3958 - class : org.jlab.service.ftof.FTOFTBEngine
4059 name : FTOFTB
4160 - class : org.jlab.service.eb.EBTBEngine
4261 name : EBTB
62+ - class : org.jlab.service.eb.EBTBAIEngine
63+ name : EBTAI
4364 - class : org.jlab.rec.rich.RICHEBEngine
4465 name : RICH
4566configuration :
0 commit comments