Skip to content

Commit e1e23ad

Browse files
committed
Re-organize the calibration skimmer fcls
1 parent c4c238b commit e1e23ad

3 files changed

Lines changed: 23 additions & 20 deletions

File tree

sbndcode/CRT/CRTBackTracker/crtbacktrackeralg_sbnd.fcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ BEGIN_PROLOG
22

33
crtbacktrackeralg_sbnd:
44
{
5+
module_type: "CRTCalibAna"
56
SimModuleLabel: "largeant"
67
SimDepositModuleLabel: "genericcrt"
78
FEBDataModuleLabel: "crtsim"

sbndcode/JobConfigurations/base/reco_sbnd.fcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,11 @@ physics:
245245

246246
analyzers:{
247247
caloskim: @local::caloskim_nodigits_goldentracks
248+
, crtskim: @local::crtbacktrackeralg_sbnd
249+
, pmtskim: @local::pmtskim_sbnd
248250
}
249251

250-
caloskimana: [ caloskim ]
252+
caloskimana: [ caloskim, crtskim, pmtskim ]
251253

252254
#define the output stream, there could be more than one if using filters
253255
stream1: [ out1 ]

sbndcode/JobConfigurations/standard/reco/reco2_sce.fcl

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@ physics.reco2_sce: [@sequence::physics.reco2,
2424

2525
physics.trigger_paths: [ reco2_sce ]
2626

27-
physics.analyzers.crtskim: {
28-
module_type: "CRTCalibAna"
29-
CRTBackTrackerAlg: @local::crtbacktrackeralg_sbnd
30-
}
31-
physics.crtskimana: [ "crtskim" ]
32-
33-
physics.analyzers.pmtskim: {
34-
module_type: "SBNDFlashAssAna"
35-
TriggerLabel: "generator"
36-
DumpWaveformsInfo: false
37-
OpDetWaveformLabels: ["opdecopmt", "opdecoxarapuca"]
38-
OpHitLabels: ["ophitpmt", "ophitxarapuca"]
39-
FlashLabels: ["opflashtpc0", "opflashtpc1", "opflashtpc0xarapuca", "opflashtpc1xarapuca"]
40-
PEOpHitThreshold: 0
41-
Debug: false
42-
}
43-
physics.pmtskimana: [ "pmtskim" ]
44-
45-
physics.end_paths: [stream1, caloskimana, crtskimana, pmtskimana]
27+
#physics.analyzers.crtskim: {
28+
# module_type: "CRTCalibAna"
29+
# CRTBackTrackerAlg: @local::crtbacktrackeralg_sbnd
30+
#}
31+
#physics.crtskimana: [ "crtskim" ]
32+
#
33+
#physics.analyzers.pmtskim: {
34+
# module_type: "SBNDFlashAssAna"
35+
# TriggerLabel: "generator"
36+
# DumpWaveformsInfo: false
37+
# OpDetWaveformLabels: ["opdecopmt", "opdecoxarapuca"]
38+
# OpHitLabels: ["ophitpmt", "ophitxarapuca"]
39+
# FlashLabels: ["opflashtpc0", "opflashtpc1", "opflashtpc0xarapuca", "opflashtpc1xarapuca"]
40+
# PEOpHitThreshold: 0
41+
# Debug: false
42+
#}
43+
#physics.pmtskimana: [ "pmtskim" ]
44+
45+
physics.end_paths: [stream1, caloskimana]
4646

4747
# turn on space charge service
4848
#include "enable_spacecharge_services_sbnd.fcl"

0 commit comments

Comments
 (0)