Skip to content

Commit aa8971a

Browse files
committed
Please consider the following formatting changes
1 parent fe762d9 commit aa8971a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,12 @@ struct OnTheFlyTofPid {
307307
public:
308308
~TOFLayerEfficiency()
309309
{
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()));
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()));
314314
}
315-
315+
316316
delete axisZ;
317317
delete axisRPhi;
318318
delete axisInPixelZ;

0 commit comments

Comments
 (0)