]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentManuIndex.cxx
mapping/data/station2/non-bending_plane/zones_special_outer.dat
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentManuIndex.cxx
index 8e068f9a5dad59361202531b83bb734d2121046b..48dcd527186de50f583614c04f228456dc6a26be 100644 (file)
@@ -44,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();
@@ -76,7 +76,7 @@ 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
   AliInfo(Form("Name=%s Id=%d BusPatch=%d ManuId=%d ManuChannelId=%d\n",fName.Data(),fChannelId,fBusPatchId,fManuId,fManuChannelId));