We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe762d9 commit aa8971aCopy full SHA for aa8971a
1 file changed
ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx
@@ -307,12 +307,12 @@ struct OnTheFlyTofPid {
307
public:
308
~TOFLayerEfficiency()
309
{
310
- if(0){
311
- hHitMap->SaveAs(Form("/tmp/%s.png", hHitMap->GetName()));
312
- hHitMapInPixel->SaveAs(Form("/tmp/%s.png", hHitMapInPixel->GetName()));
313
- hHitMapInPixelBefore->SaveAs(Form("/tmp/%s.png", hHitMapInPixelBefore->GetName()));
+ if (0) {
+ hHitMap->SaveAs(Form("/tmp/%s.png", hHitMap->GetName()));
+ hHitMapInPixel->SaveAs(Form("/tmp/%s.png", hHitMapInPixel->GetName()));
+ hHitMapInPixelBefore->SaveAs(Form("/tmp/%s.png", hHitMapInPixelBefore->GetName()));
314
}
315
-
+
316
delete axisZ;
317
delete axisRPhi;
318
delete axisInPixelZ;
0 commit comments