X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONGeometryEnvelopeStore.cxx;h=d03e601a76379ed071d66c4a4e0a8d164aa532df;hb=d97f1dbeec08289789d6b55b4c984c22d3f46b6b;hp=046f13febd4298511893c26446223aab6e2485d1;hpb=a9aad96e253c5dad5b74464038546a9bf4234ecc;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONGeometryEnvelopeStore.cxx b/MUON/AliMUONGeometryEnvelopeStore.cxx index 046f13febd4..d03e601a763 100644 --- a/MUON/AliMUONGeometryEnvelopeStore.cxx +++ b/MUON/AliMUONGeometryEnvelopeStore.cxx @@ -15,19 +15,21 @@ // $Id$ -// ---------------------------------- +//----------------------------------------------------------------------------- // Class AliMUONGeometryEnvelopeStore // ---------------------------------- // Class for definititon of the temporary volume envelopes // used in geometry construction // Author: Ivana Hrivnacova, IPN Orsay +//----------------------------------------------------------------------------- #include "AliMUONGeometryEnvelopeStore.h" #include "AliMUONGeometryEnvelope.h" #include "AliMUONGeometryDetElement.h" -#include "AliMUONGeometryStore.h" #include "AliMUONGeometryBuilder.h" +#include "AliMpExMap.h" + #include "AliLog.h" #include @@ -41,7 +43,7 @@ ClassImp(AliMUONGeometryEnvelopeStore) //______________________________________________________________________________ AliMUONGeometryEnvelopeStore::AliMUONGeometryEnvelopeStore( - AliMUONGeometryStore* detElements) + AliMpExMap* detElements) : TObject(), fEnvelopes(0), fDetElements(detElements), @@ -127,7 +129,7 @@ Bool_t AliMUONGeometryEnvelopeStore::AlignEnvelope( if (detElemId == 0) return false; AliMUONGeometryDetElement* detElement - = (AliMUONGeometryDetElement*) fDetElements->Get(detElemId); + = (AliMUONGeometryDetElement*) fDetElements->GetValue(detElemId); if (!detElement) { AliWarning("Transformation not found."); return false;