Skip to content

Commit 1144a9a

Browse files
committed
Use crtana in place of old crtskim
1 parent 8ef4356 commit 1144a9a

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

sbndcode/JobConfigurations/standard/reco/config/workflow_reco2.fcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "opt0finder_sbnd.fcl"
1414

1515
#include "sbnd_trackcalo_skimmer.fcl"
16-
#include "crtskim_sbnd.fcl"
16+
#include "crtana_sbnd.fcl"
1717
#include "pmtskim_sbnd.fcl"
1818

1919
##include "SBNDCVNMapper.fcl"
@@ -158,14 +158,14 @@ sbnd_reco2_producers.crttrackmatchingSCE.MatchingAlg.TPCTrackLabel: "pandor
158158

159159
sbnd_reco2_analyzers: {
160160
caloskim: @local::caloskim_nodigits_goldentracks
161-
crtskim: @local::crtskim_sbnd
162-
pmtskim: @local::pmtskim_sbnd
161+
crtana: @local::crtana_sbnd
162+
pmtskim: @local::pmtskim_sbnd
163163
}
164164

165165
sbnd_reco2_analyzer_sequence: [
166166
caloskim
167167
, pmtskim
168-
, crtskim
168+
, crtana
169169
]
170170

171171
#FIXME override the analyzer labels. This should really happen in the module's config fcl

sbndcode/JobConfigurations/standard/reco/reco2_data.fcl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ physics.reco2: [ pandora, pandoraTrack, pandoraShower, pandoraShowerSBN, pandora
2424

2525
physics.analyzers.caloskim.G4producer: ""
2626
physics.analyzers.caloskim.SimChannelproducer: ""
27-
physics.caloskimana_tpconly: [ caloskim ]
28-
physics.end_paths: [stream1, caloskimana_tpconly]
27+
physics.analyzers.crtana: @local::crtana_data_sbnd
28+
29+
physics.caloskimana: [ caloskim, crtana ]
30+
physics.end_paths: [stream1, caloskimana ]

0 commit comments

Comments
 (0)