Neutron-Calibration-in-DUNE / NeutronExtractor

LArSoft analyzer module for collecting truth information and statistics from neutron calibration simulations.
0 stars 0 forks source link

Make DetectorGeometry a singleton to avoid duplicate TTrees #1

Closed infophysics closed 2 years ago

infophysics commented 2 years ago

This is now done. Any classes using DetectorGeometry must initialize with:

DetectorGeometry *geometry = DetectorGeometry::getInstance("instance_name");