]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawWriter.cxx
Adding JetTaggingSample Task
[u/mrichter/AliRoot.git] / MUON / AliMUONRawWriter.cxx
index 7f378cdc570e5c72c3205b5cf1ce339a3827c01f..8b744b34aa91c93be45409170fe9d162126a6b5d 100644 (file)
@@ -480,7 +480,6 @@ Int_t AliMUONRawWriter::WriteTriggerDDL(const AliMUONVTriggerStore& triggerStore
   UInt_t word;
   Int_t* buffer = 0;
   Int_t index;
-  Int_t locCard;
   UChar_t locDec, trigY, posY, posX, regOut;
   UInt_t regInpLpt;
   UInt_t regInpHpt;
@@ -646,7 +645,6 @@ Int_t AliMUONRawWriter::WriteTriggerDDL(const AliMUONVTriggerStore& triggerStore
 
       if (locTrg)
       {
-        locCard = locTrg->LoCircuit();
         locDec  = locTrg->GetLoDecision();
         trigY   = locTrg->LoTrigY();
         posY    = locTrg->LoStripY();