Skip to content

Commit

Permalink
code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Aug 13, 2021
1 parent 9a9b99a commit 3de4e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimG4CMS/Forward/src/ZdcSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ double ZdcSD::getEnergyDeposit(const G4Step* aStep) {
d_qz = std::abs(d_qz);
#ifdef EDM_ML_DEBUG
edm::LogVerbatim("ForwardSim") << " d_qz: " << r << "," << a << "," << d << " " << tan_arcos << " "
<< arg_arcos;
<< arg_arcos;
edm::LogVerbatim("ForwardSim") << "," << arg_arcos;
edm::LogVerbatim("ForwardSim") << " " << d_qz;
edm::LogVerbatim("ForwardSim") << " " << th_arcos;
Expand Down

0 comments on commit 3de4e2b

Please sign in to comment.