Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Aug 13, 2023
1 parent 2c348b2 commit 402bb97
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions SimG4CMS/Calo/src/HCalSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,11 @@ bool HCalSD::getFromLibrary(const G4Step* aStep) {
bool kill(false);
isHF = isItHF(aStep);
#ifdef EDM_ML_DEBUG
edm::LogVerbatim("HcalSim") << "GetFromLibrary: " << (aStep->GetPreStepPoint()->GetTouchable()->GetVolume(0)->GetName())

<< " isHF " << isHF << " darken " << (m_HFDarkening != nullptr)
<< " useParam " << useParam << " useShowerLibrary " << useShowerLibrary << " Muon? "
edm::LogVerbatim("HcalSim") << "GetFromLibrary: "
<< (aStep->GetPreStepPoint()->GetTouchable()->GetVolume(0)->GetName())

<< " isHF " << isHF << " darken " << (m_HFDarkening != nullptr) << " useParam "
<< useParam << " useShowerLibrary " << useShowerLibrary << " Muon? "
<< G4TrackToParticleID::isMuon(track) << " electron? "
<< G4TrackToParticleID::isGammaElectronPositron(track) << " Stable Hadron? "
<< G4TrackToParticleID::isStableHadronIon(track);
Expand Down

0 comments on commit 402bb97

Please sign in to comment.