Skip to content

Commit 51fe292

Browse files
Merge pull request #648 from yangtj207/feature/tjyang_cvnfix
Add cvn back to fcl files
2 parents 5a1bd61 + 6cbfb70 commit 51fe292

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

sbndcode/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ add_subdirectory(Decoders)
4444
add_subdirectory(ChannelMaps)
4545

4646
# for CVN
47-
# Disable for now
4847
add_subdirectory(SBNDCVN)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "crtskim_sbnd.fcl"
1717
#include "pmtskim_sbnd.fcl"
1818

19-
##include "SBNDCVNMapper.fcl"
19+
#include "SBNDCVNMapper.fcl"
2020

2121
BEGIN_PROLOG
2222

@@ -71,7 +71,7 @@ sbnd_reco2_producers:{
7171
caloskimCalorimetry: @local::caloskim_calorimetry
7272

7373
### CVN
74-
# cvn: @local::standard_sbndcvnevaluatorslc
74+
cvn: @local::standard_sbndcvnevaluatorslc
7575
}
7676

7777
sbnd_reco2_producer_sequence: [
@@ -106,7 +106,7 @@ sbnd_reco2_producer_sequence: [
106106
, fmatcharaSCE
107107
, fmatchoparaSCE
108108
, opt0finderSCE
109-
# , cvn
109+
, cvn
110110
]
111111

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

sbndcode/JobConfigurations/standard/reco/reco2_data.fcl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ physics.producers:
1919
}
2020

2121
physics.reco2: [ pandora, pandoraTrack, pandoraShower, pandoraShowerSBN, pandoraCaloData, pandoraPidData, caloskimCalorimetry,
22-
crtclustering, crtspacepoints, crttracks]
23-
# crtclustering, crtspacepoints, crttracks, cvn ]
22+
crtclustering, crtspacepoints, crttracks, cvn ]
2423

2524
physics.analyzers.caloskim.G4producer: ""
2625
physics.analyzers.caloskim.SimChannelproducer: ""
2726
physics.caloskimana_tpconly: [ caloskim ]
28-
physics.end_paths: [stream1, caloskimana_tpconly]
27+
physics.end_paths: [stream1, caloskimana_tpconly]

0 commit comments

Comments
 (0)