Skip to content

Commit 6291456

Browse files
raffaelladevitabaltzell
authored andcommitted
Adding the truth-matching service to mc yamls
1 parent 35dd23e commit 6291456

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

etc/services/mc-ai.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ services:
6262
name: VTX
6363
- class: org.jlab.calibration.service.CalibBanksEngine
6464
name: CALIB
65+
- class: org.jlab.service.mc.TruthMatch
66+
name: MC
6567
configuration:
6668
global:
6769
variation: mc2026

etc/services/mc-aicv.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ services:
7272
name: VTX
7373
- class: org.jlab.calibration.service.CalibBanksEngine
7474
name: CALIB
75+
- class: org.jlab.service.mc.TruthMatch
76+
name: MC
7577
configuration:
7678
global:
7779
variation: mc2026

etc/services/mc-cv.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ services:
6161
name: VTX
6262
- class: org.jlab.calibration.service.CalibBanksEngine
6363
name: CALIB
64+
- class: org.jlab.service.mc.TruthMatch
65+
name: MC
6466
configuration:
6567
global:
6668
variation: mc2026

0 commit comments

Comments
 (0)