Skip to content

Commit

Permalink
Merge pull request #39144 from civanch/fixed_diamond_SD_12_4
Browse files Browse the repository at this point in the history
[12_4_X] Fixed initialisation of diamond sensitive detector
  • Loading branch information
cmsbuild authored Aug 24, 2022
2 parents 3c43cf1 + cfb6fbf commit 3b8b573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimG4CMS/PPS/src/PPSDiamondSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PPSDiamondSD::PPSDiamondSD(const std::string& pname,

slave_ = std::make_unique<TrackingSlaveSD>(pname);

if (pname == "CTPPSDiamandHits") {
if (pname == "CTPPSTimingHits") {
numberingScheme_ = std::make_unique<PPSDiamondOrganization>();
edm::LogVerbatim("PPSSimDiamond") << "Find CTPPSDiamondHits as name";
} else {
Expand Down

0 comments on commit 3b8b573

Please sign in to comment.