Skip to content

Commit

Permalink
Code Check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Aug 2, 2023
1 parent 40049b3 commit cc6678d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SimG4CMS/Calo/src/HGCalSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ void HGCalSD::update(const BeginOfJob* job) {
edm::LogVerbatim("HGCSim") << "HGCalSD::Initialized with mode " << geom_mode_ << " Slope cut " << slopeMin_
<< " top Level " << levelT1_ << ":" << levelT2_ << " useSimWt " << useSimWt_ << " wafer "
<< waferSize << ":" << mouseBite << ":" << guardRingOffset << ":" << sensorSizeOffset
<< ":" << mouseBiteNew << ":" << mouseBiteCut_ << " useOffset " << useOffset << " dd4hep " << dd4hep_;
<< ":" << mouseBiteNew << ":" << mouseBiteCut_ << " useOffset " << useOffset
<< " dd4hep " << dd4hep_;
#endif

numberingScheme_ = std::make_unique<HGCalNumberingScheme>(*hgcons_, mydet_, nameX_, missingFile_);
Expand Down

0 comments on commit cc6678d

Please sign in to comment.