File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,15 +18,14 @@ services:
1818 name : FTEB
1919 - class : org.jlab.service.raster.RasterEngine
2020 name : RASTER
21- # DC clustering: nominal algoritm, filled the cluster bank for ai and conventional tracking
21+ - class : org.jlab.service.ai.DCDenoiseEngine
22+ name : DCDN
2223 - class : org.jlab.service.dc.DCHBClustering
2324 name : DCCR
24- # This is where the AI plugin would go. THe AI code reads the HB clusters.
25- - class : org.jlab.service.mltn.MLTDEngine
26- name : MLTD
27- # DC using clustering on AI hits: NN assisted HB tracking
28- - class : org.jlab.service.dc.DCHBPostClusterAI
29- name : DCHAI
25+ - class : org.jlab.service.ai.DCClsComboEngine
26+ name : DCCC
27+ - class : org.jlab.service.dc.DCHBTrackingAI
28+ name : DCHTAI
3029 - class : org.jlab.service.ftof.FTOFHBEngine
3130 name : FTOFHB
3231 - class : org.jlab.service.ec.ECEngine
@@ -64,11 +63,10 @@ services:
6463 - class : org.jlab.calibration.service.CalibBanksEngine
6564 name : CALIB
6665configuration :
67- # global:
68- # variation: rga_fall2018_mc
69- # timestamp: 12/31/2020-00:00:00
70- # dcMinistagger: "NOTONREFWIRE"
71- # dcFeedthroughs: "OFF"
66+ global :
67+ variation : mc2026
68+ dcMinistagger : " NOTONREFWIRE"
69+ dcFeedthroughs : " OFF"
7270 io-services :
7371 writer :
7472 schema_dir : dst
@@ -77,9 +75,7 @@ configuration:
7775 MAGFIELDS :
7876 magfieldSolenoidMap : Symm_solenoid_r601_phi1_z1201_13June2018.dat
7977 magfieldTorusMap : Symm_torus_r2501_phi16_z251_24Apr2018.dat
80- MLTD :
81- run : " 6302"
82- DCHAI :
78+ DCHTAI :
8379 outputBankPrefix : " HB"
8480 RTPC :
8581 rtpcSimulation : " true"
Original file line number Diff line number Diff line change @@ -18,18 +18,16 @@ services:
1818 name : FTEB
1919 - class : org.jlab.service.raster.RasterEngine
2020 name : RASTER
21- # DC clustering: nominal algoritm, filled the cluster bank for ai and conventional tracking
21+ # - class: org.jlab.service.ai.DCDenoiseEngine
22+ # name: DCDN
2223 - class : org.jlab.service.dc.DCHBClustering
2324 name : DCCR
24- # This is where the AI plugin would go. THe AI code reads the HB clusters.
25- - class : org.jlab.service.mltn.MLTDEngine
26- name : MLTD
27- # DC using clustering: regular HB tracking
25+ - class : org.jlab.service.ai.DCClsComboEngine
26+ name : DCCC
2827 - class : org.jlab.service.dc.DCHBPostClusterConv
2928 name : DCHB
30- # DC using clustering on AI hits: NN assisted HB tracking
31- - class : org.jlab.service.dc.DCHBPostClusterAI
32- name : DCHAI
29+ - class : org.jlab.service.dc.DCHBTrackingAI
30+ name : DCHTAI
3331 - class : org.jlab.service.ftof.FTOFHBEngine
3432 name : FTOFHB
3533 - class : org.jlab.service.ec.ECEngine
@@ -75,10 +73,10 @@ services:
7573 - class : org.jlab.calibration.service.CalibBanksEngine
7674 name : CALIB
7775configuration :
78- # global:
79- # variation: rga_fall2018_mc
80- # dcMinistagger: "NOTONREFWIRE"
81- # dcFeedthroughs: "OFF"
76+ global :
77+ variation : mc2026
78+ dcMinistagger : " NOTONREFWIRE"
79+ dcFeedthroughs : " OFF"
8280 io-services :
8381 writer :
8482 schema_dir : mc-aicv
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ services:
6262 - class : org.jlab.calibration.service.CalibBanksEngine
6363 name : CALIB
6464configuration :
65- # global:
66- # variation: rga_fall2018_mc
67- # dcMinistagger: "NOTONREFWIRE"
68- # dcFeedthroughs: "OFF"
65+ global :
66+ variation : mc2026
67+ dcMinistagger : " NOTONREFWIRE"
68+ dcFeedthroughs : " OFF"
6969 io-services :
7070 writer :
7171 schema_dir : dst
You can’t perform that action at this time.
0 commit comments