Skip to content

Commit 626a7f2

Browse files
Modify barycenterFM to read pandoraSCE
1 parent ae7e9ad commit 626a7f2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

sbndcode/JobConfigurations/standard/reco/reco2_data.fcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ physics.producers:
2727
}
2828

2929
physics.reco2: [ pandora, pandoraTrack, pandoraShower, pandoraShowerSBN, pandoraCaloData, pandoraPidData,
30-
cvn, opt0finder, crtveto, crtspacepointmatching, crttrackmatching, tpcpmtbarycentermatching,
30+
cvn, opt0finder, crtveto, crtspacepointmatching, crttrackmatching,
3131
pandoraSCE, pandoraSCETrack, pandoraSCEShower, pandoraSCEShowerSBN, pandoraSCECaloData, pandoraSCEPidData,
32-
cvnSCE, opt0finderSCE, crtspacepointmatchingSCE, crttrackmatchingSCE,
32+
cvnSCE, opt0finderSCE, tpcpmtbarycentermatching, crtspacepointmatchingSCE, crttrackmatchingSCE,
3333
caloskimCalorimetry]
3434

3535
physics.analyzers.caloskim.G4producer: ""

sbndcode/TPCPMTBarycenterMatching/job/sbnd_tpcpmt3dbarycentermatching_config.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BEGIN_PROLOG
33
TPCPMTBarycenterMatchProducer:
44
{
55
OpFlashesModuleLabel: ["opflashtpc0", "opflashtpc1"]
6-
PandoraLabel: "pandora"
6+
PandoraLabel: "pandoraSCE"
77
CollectionOnly: true
88
Verbose: false
99
FillMatchTree: false

0 commit comments

Comments
 (0)