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