Skip to content

Commit 90118e9

Browse files
committed
Henry's Formatting issues and runnable PTBAna
1 parent 3e60d25 commit 90118e9

4 files changed

Lines changed: 2 additions & 19 deletions

File tree

sbndcode/Decoders/PTB/SBNDPTBDecoder_module.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;
8079
void SBNDPTBDecoder::produce(art::Event & evt)
8180
{
8281
// look first for container fragments and then non-container fragments

sbndcode/PTBAna/PTBAnalysis_module.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void sbnd::ptb::PTBAnalysis::analyze(art::Event const& e)
186186

187187
void 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

sbndcode/PTBAna/run_ptbana.fcl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ process_name: PTBAnalyzer
33
services:
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

sbndcode/PTBAna/run_ptbana_data.fcl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ process_name: PTBAnalyzer
33
services:
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

128
source:
@@ -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"
3927
physics.analyzers.ptbana.DataMode: true
4028
physics.analyzers.ptbana.NoTPC: false
4129
physics.analyzers.ptbana.HasPTB: true

0 commit comments

Comments
 (0)