Skip to content

Commit 48844fc

Browse files
Catching fcl comment syntax error made by AI
1 parent 2377098 commit 48844fc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

fcl/prolog.fcl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ EventNtupleMaker : {
263263
TriggerProcessName : "Digitize"
264264
TriggerPathSuffix : "DigitizePath"
265265
FitType : LoopHelix
266-
# ── Event-level MC (gates tracker MC, CRV MC, and evtinfomc branch) ──────
266+
# -- Event-level MC (gates tracker MC, CRV MC, and evtinfomc branch) ------
267267
mc : {
268268
fill : true
269269
PBTMCTag : "EWMProducer"
@@ -276,7 +276,7 @@ EventNtupleMaker : {
276276
MaxVDDt : 5 # ns
277277
}
278278
}
279-
# ── Tracker subsystem ─────────────────────────────────────────────────────
279+
# -- Tracker subsystem -----------------------------------------------------
280280
trk : {
281281
fillHits : true
282282
fillHitCalibs : false
@@ -292,7 +292,7 @@ EventNtupleMaker : {
292292
stepPointMCTags : [ ]
293293
}
294294
}
295-
# ── Calorimeter subsystem ─────────────────────────────────────────────────
295+
# -- Calorimeter subsystem -------------------------------------------------
296296
# calo.mc.fill is independent of mc.fill: calo-only jobs can fill calo MC
297297
# without loading tracker/event-level MC products.
298298
calo : {
@@ -318,7 +318,7 @@ EventNtupleMaker : {
318318
showerSimTag : "compressRecoMCs"
319319
}
320320
}
321-
# ── CRV subsystem ─────────────────────────────────────────────────────────
321+
# -- CRV subsystem ---------------------------------------------------------
322322
crv : {
323323
fill : true
324324
fillCoincs : true
@@ -352,7 +352,7 @@ EventNtupleMakerTTMC : {
352352
}
353353

354354
# TTMCBranch: per-branch config for trigger MC branches.
355-
# No options needed BranchOptConfig defaults are fillMC:true, fillHits:true,
355+
# No options needed -- BranchOptConfig defaults are fillMC:true, fillHits:true,
356356
# genealogyDepth:-1, matchDepth:-1.
357357
TTMCBranch : {
358358
branch : "trk"

0 commit comments

Comments
 (0)