]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGlobalTrigger.cxx
remove GetGlobalPattern method (Christian)
[u/mrichter/AliRoot.git] / MUON / AliMUONGlobalTrigger.cxx
index bde68cfeccdd11fcc318a36f335a7eafa7f70482..4b3d8bd613867fa3cf49616bfbb87eb8ab4c3719 100644 (file)
@@ -114,14 +114,6 @@ void AliMUONGlobalTrigger::SetFromGlobalResponse(UShort_t globalResponse)
   fPairLikeHpt = (globalResponse >> 3)  & 0x1;
   
 }
-//-----------------------------------------------------------
-Int_t AliMUONGlobalTrigger::GetGlobalPattern() const
-{
-  /// Global trigger pattern calculation
-  /// from class member values
-
-    return (Int_t)GetGlobalResponse();
-}
 
 //-----------------------------------------------------------
 UChar_t AliMUONGlobalTrigger::GetGlobalResponse() const