Skip to content

Commit c4fc215

Browse files
committed
Adding printout of the SCE map file name to keep record
1 parent 79a017a commit c4fc215

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sbndcode/SpaceCharge/SpaceChargeSBND.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ bool spacecharge::SpaceChargeSBND::Configure(fhicl::ParameterSet const& pset)
4646
}
4747

4848
if(fRepresentationType == "Voxelized_TH3"){
49+
std::cout << "Opening " << fname << std::endl;
4950
std::cout << "begin loading voxelized TH3s..." << std::endl;
5051

5152
//Load in histograms

0 commit comments

Comments
 (0)