File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ SBNDPTBDecoder::SBNDPTBDecoder(fhicl::ParameterSet const & p)
7676 produces<std::vector<raw::ptb::sbndptb> >(fOutputInstance );
7777}
7878
79- int _run; int _subrun; int _event;
8079void SBNDPTBDecoder::produce (art::Event & evt)
8180{
8281 // look first for container fragments and then non-container fragments
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ void sbnd::ptb::PTBAnalysis::analyze(art::Event const& e)
186186
187187void sbnd::ptb::PTBAnalysis::AnalysePTBs (std::vector<art::Ptr<raw::ptb::sbndptb>> &PTBVec, int eventNum)
188188{
189-
189+ /*
190190
191191 //######################################################
192192
@@ -502,7 +502,7 @@ void sbnd::ptb::PTBAnalysis::AnalysePTBs(std::vector<art::Ptr<raw::ptb::sbndptb>
502502
503503
504504
505-
505+ */
506506
507507 // #################################################################
508508
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ process_name: PTBAnalyzer
33services:
44{
55 TFileService: { fileName: "ptbana_sbnd.root" }
6- //@table::sbnd_basic_services
7- //ParticleInventoryService: @local::sbnd_particleinventoryservice
8- //BackTrackerService: @local::sbnd_backtrackerservice
96 DetectorClocksService: @local::sbnd_detectorclocks
107}
118
@@ -21,7 +18,6 @@ physics:
2118 ptbana:
2219 {
2320 module_type: "PTBAnalysis"
24- //CRTBackTrackerAlg: @local::crtbacktrackeralg_sbnd
2521 }
2622 }
2723
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ process_name: PTBAnalyzer
33services:
44{
55 TFileService: { fileName: "ptbana_sbnd.root" }
6- //@table::sbnd_basic_services
7- //ParticleInventoryService: @local::sbnd_particleinventoryservice
8- //BackTrackerService: @local::sbnd_backtrackerservice
9- // DetectorClocksService: @local::sbnd_detectorclocks
106}
117
128source:
@@ -21,21 +17,13 @@ physics:
2117 ptbana:
2218 {
2319 module_type: "PTBAnalysis"
24- //CRTBackTrackerAlg: @local::crtbacktrackeralg_sbnd
2520 }
2621 }
2722
2823 ana: [ ptbana ]
2924 end_paths: [ ana ]
3025}
3126
32- //services.ParticleInventoryService: @erase
33- //services.BackTrackerService: @erase
34-
35- //services.CRTChannelMapService: @local::crt_channel_map_standard
36- //services.CRTCalibService: @local::crt_calib_service
37-
38- //physics.analyzers.crtana.FEBDataModuleLabel: "crtdecoder"
3927physics.analyzers.ptbana.DataMode: true
4028physics.analyzers.ptbana.NoTPC: false
4129physics.analyzers.ptbana.HasPTB: true
You can’t perform that action at this time.
0 commit comments