We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a017a commit c4fc215Copy full SHA for c4fc215
1 file changed
sbndcode/SpaceCharge/SpaceChargeSBND.cxx
@@ -46,6 +46,7 @@ bool spacecharge::SpaceChargeSBND::Configure(fhicl::ParameterSet const& pset)
46
}
47
48
if(fRepresentationType == "Voxelized_TH3"){
49
+ std::cout << "Opening " << fname << std::endl;
50
std::cout << "begin loading voxelized TH3s..." << std::endl;
51
52
//Load in histograms
0 commit comments