We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4e262 commit 2155a8bCopy full SHA for 2155a8b
RecoParticleFlow/PFRecHitProducer/plugins/alpaka/CalorimeterDefinitions.h
@@ -111,7 +111,7 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::particleFlowRecHitProducer {
111
if (subdet == HcalEndcap)
112
return detId2denseIdHE(detId);
113
114
- printf("invalid detId: %u\n", detId);
+ printf("invalid Hcal detId: %u\n", detId);
115
return kInvalidDenseId;
116
}
117
};
@@ -197,7 +197,7 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::particleFlowRecHitProducer {
197
if (subdet == EcalEndcap)
198
return Barrel::kSize + Endcap::denseIndex(detId);
199
200
+ printf("invalid Ecal detId: %u\n", detId);
201
202
203
0 commit comments