]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentManuIndex.cxx
Doxygen configuration files (Initial version)
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentManuIndex.cxx
index 038922d91d1a1d50f0243688d8a3ac6d5647469f..48dcd527186de50f583614c04f228456dc6a26be 100644 (file)
@@ -28,6 +28,7 @@
 #include <TString.h>
 
 #include "AliMUONSegmentManuIndex.h"
+#include "AliLog.h"
 
 //___________________________________________
 ClassImp(AliMUONSegmentManuIndex)
@@ -43,7 +44,7 @@ AliMUONSegmentManuIndex::AliMUONSegmentManuIndex()
   fManuChannelId= 0;; 
 }
 //___________________________________________
-AliMUONSegmentManuIndex::AliMUONSegmentManuIndex(const Int_t channelId, const Int_t manuId, const Int_t busPatchId,  Int_t manuChannelId) : TNamed()
+AliMUONSegmentManuIndex::AliMUONSegmentManuIndex(Int_t channelId, Int_t manuId, Int_t busPatchId,  Int_t manuChannelId) : TNamed()
 {  
   // Constructor to be used
   fName = Name(manuId, manuChannelId).Data();
@@ -75,8 +76,8 @@ TString AliMUONSegmentManuIndex::Name(Int_t manuid, Int_t manuchannel)
   return TString(name);
 }
 //___________________________________________
-void AliMUONSegmentManuIndex::Print() const
+void AliMUONSegmentManuIndex::Print(const char* /*opt*/) const
 {
   // Printing AliMUONSegmentManuIndex information
-  Info("Print","Name=%s Id=%d BusPatch=%d ManuId=%d ManuChannelId=%d\n",fName.Data(),fChannelId,fBusPatchId,fManuId,fManuChannelId);   
+  AliInfo(Form("Name=%s Id=%d BusPatch=%d ManuId=%d ManuChannelId=%d\n",fName.Data(),fChannelId,fBusPatchId,fManuId,fManuChannelId));   
 }