ClassImp(AliMUONClusterFinderAZ)
+
+ AliMUONClusterFinderAZ* AliMUONClusterFinderAZ::fgClusterFinder = 0x0;
+ TMinuit* AliMUONClusterFinderAZ::fgMinuit = 0x0;
//_____________________________________________________________________________
for (Int_t i=0; i<4; i++) {fHist[i] = 0;}
fMuonDigits = 0;
fSegmentation[1] = fSegmentation[0] = 0;
+ fgClusterFinder = 0x0;
+ fgMinuit = 0x0;
if (!fgClusterFinder) fgClusterFinder = this;
if (!fgMinuit) fgMinuit = new TMinuit(8);
fDraw = draw;
fNextCathode = kFALSE;
fColPad = 0;
*/
- fgClusterFinder = NULL;
- fgMinuit = NULL;
}
//_____________________________________________________________________________