Skip to content

Commit 2d6a057

Browse files
Merge pull request #713 from SBNSoftware/feature/jzennamo_nosce_cosmic
Adding nonSCE cosmic MC cafmaker fcl
2 parents 3a9e4b3 + a878b6d commit 2d6a057

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "cafmakerjob_sbnd.fcl"
2+
3+
physics.producers.cafmaker.SaveGENIEEventRecord: false

sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce.fcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ physics.producers.cafmaker.SBNDCRTTrackMatchLabel: "crttrackmatchingSCE"
1313
physics.producers.cafmaker.CRTHitMatchLabel: "pandoraSCETrackCRTHit"
1414
physics.producers.cafmaker.CRTTrackMatchLabel: "pandoraSCETrackCRTTrack"
1515
physics.producers.cafmaker.OpT0Label: "opt0finderSCE"
16+
physics.producers.cafmaker.CVNLabel: "cvnSCE"
1617

1718
physics.producers.cnnid.ClusterModuleLabel: "pandoraSCE"
1819
physics.producers.cnnid.PFParticleModuleLabel: "pandoraSCE"

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ sbnd_reco2_producers:{
6666

6767
### CVN
6868
cvn: @local::standard_sbndcvnevaluatorslc
69+
cvnSCE: @local::standard_sbndcvnevaluatorslc
6970
}
7071

7172
sbnd_reco2_producer_sequence: [
@@ -98,6 +99,7 @@ sbnd_reco2_producer_sequence: [
9899
, fmatchoparaSCE
99100
, opt0finderSCE
100101
, cvn
102+
, cvnSCE
101103
]
102104

103105
#FIXME override the producer labels. This should really happen in the module's config fcl
@@ -122,6 +124,10 @@ sbnd_reco2_producers.pandoraCaloData.TrackIsFieldDistortionCorrected: false
122124
sbnd_reco2_producers.pandoraPidData.TrackModuleLabel: "pandoraTrack"
123125
sbnd_reco2_producers.pandoraPidData.CalorimetryModuleLabel: "pandoraCaloData"
124126

127+
sbnd_reco2_producers.cvn.SliceLabel: "pandora"
128+
sbnd_reco2_producers.cvn.PFParticleModuleLabel: "pandora"
129+
sbnd_reco2_producers.cvn.T0Label: "pandora"
130+
125131
physics.analyzers.caloskim.SimChannelproducer: "simtpc2d:simpleSC"
126132

127133
sbnd_reco2_producers.opt0finderSCE.SliceProducer: "pandoraSCE"

0 commit comments

Comments
 (0)