Skip to content

Commit 9f2db8c

Browse files
committed
Remove old debug statements
1 parent 5c8f9d4 commit 9f2db8c

1 file changed

Lines changed: 0 additions & 34 deletions

File tree

sbndcode/CRT/CRTAna/CRTAnalysis_module.cc

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -644,40 +644,6 @@ sbnd::crt::CRTAnalysis::CRTAnalysis(fhicl::ParameterSet const& p)
644644
fTree->Branch("tdc_offset", "std::vector<uint64_t>", &_tdc_offset);
645645
fTree->Branch("tdc_name", "std::vector<std::string>", &_tdc_name);
646646
}
647-
648-
if(fDebug)
649-
{
650-
// for(auto const &[name, tagger] : fCRTGeoService->GetTaggers())
651-
// {
652-
// std::cout << "Tagger: " << tagger.name << '\n'
653-
// << "X - Min: " << tagger.minX << " Max: " << tagger.maxX << '\n'
654-
// << "Y - Min: " << tagger.minY << " Max: " << tagger.maxY << '\n'
655-
// << "Z - Min: " << tagger.minZ << " Max: " << tagger.maxZ << '\n' << std::endl;
656-
// }
657-
658-
// std::cout << std::endl;
659-
660-
// for(auto const &[name, module] : fCRTGeoService->GetModules())
661-
// {
662-
// std::cout << "Module: " << module.name << " (" << module.taggerName << ")" << '\n';
663-
// if(module.minos)
664-
// std::cout << "MINOS module" << std::endl;
665-
// std::cout << "X - Min: " << module.minX << " Max: " << module.maxX << " Diff: " << module.maxX - module.minX << '\n'
666-
// << "Y - Min: " << module.minY << " Max: " << module.maxY << " Diff: " << module.maxY - module.minY << '\n'
667-
// << "Z - Min: " << module.minZ << " Max: " << module.maxZ << " Diff: " << module.maxZ - module.minZ << '\n'
668-
// << "Orientation: " << module.orientation << '\n' << std::endl;
669-
// }
670-
671-
// std::cout << std::endl;
672-
673-
// for(auto const &[name, sipm] : fCRTGeoService->GetSiPMs())
674-
// {
675-
// std::cout << "SiPM: " << sipm.channel << " ("
676-
// << fCRTChannelMapService->GetOfflineModuleIDFromOfflineChannelID(sipm.channel) << " - "
677-
// << fCRTChannelMapService->GetLocalOfflineChannelFromOfflineChannelID(sipm.channel) << ")" << '\n'
678-
// << "x: " << sipm.x << " y: " << sipm.y << " z: " << sipm.z << std::endl;
679-
// }
680-
}
681647
}
682648

683649
void sbnd::crt::CRTAnalysis::beginRun(art::Run const& r)

0 commit comments

Comments
 (0)