Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Klijnsma committed Jul 22, 2021
1 parent 8882912 commit 7ccd430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SimG4CMS/Calo/src/CaloSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ CaloSD::CaloSD(const std::string& name,
<< eminHitD / CLHEP::MeV << " MeV (for nonzero depths);\n Time Slice Unit "
<< timeSlice << "\nIgnore TrackID Flag " << ignoreTrackID << " doFineCalo flag "
<< doFineCalo_ << "\nBeam Position " << beamZ / CLHEP::cm << " cm";
if(doFineCalo_) edm::LogVerbatim("DoFineCalo") << "Using finecalo v2";
if (doFineCalo_)
edm::LogVerbatim("DoFineCalo") << "Using finecalo v2";

// Treat fine calorimeters
edm::LogVerbatim("CaloSim") << "CaloSD: Have a possibility of " << fineNames.size() << " fine calorimeters of which "
Expand Down

0 comments on commit 7ccd430

Please sign in to comment.