Skip to content

Commit 1c6655c

Browse files
Merge pull request #627 from yangtj207/feature/tjyang_cvnfix
Exclude CVN in the code and fcl files for now
2 parents d22406f + 4b98180 commit 1c6655c

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

sbndcode/CMakeLists.txt

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

4646
# for CVN
47-
add_subdirectory(SBNDCVN)
47+
# Disable for now
48+
#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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ physics.producers:
1919
}
2020

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

2425
physics.analyzers.caloskim.G4producer: ""
2526
physics.analyzers.caloskim.SimChannelproducer: ""
2627
physics.caloskimana_tpconly: [ caloskim ]
27-
physics.end_paths: [stream1, caloskimana_tpconly]
28+
physics.end_paths: [stream1, caloskimana_tpconly]

0 commit comments

Comments
 (0)