We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ac982 commit fe762d9Copy full SHA for fe762d9
1 file changed
ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx
@@ -307,10 +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()));
-
314
+ }
315
+
316
delete axisZ;
317
delete axisRPhi;
318
delete axisInPixelZ;
0 commit comments