]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coding conventions
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Oct 2006 09:48:42 +0000 (09:48 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Oct 2006 09:48:42 +0000 (09:48 +0000)
MUON/mapping/AliMpMotifPainter.cxx

index c582744c4f722a516b6eb03a87db12f788fa66e9..7548307943c9a1e723b065f8f09234a7b2247b99 100755 (executable)
@@ -67,12 +67,12 @@ fMotifPos(0x0)
   
   AliDebug(1,"Ctor from motifType");
   
-  const Double_t dx = 5;
-  const Double_t dy = 5; // cm but arbitrary anyway
+  const Double_t kdx = 5;
+  const Double_t kdy = 5; // cm but arbitrary anyway
   
   AliMpVMotif* motif = new AliMpMotif(motifType->GetID(),
                                       motifType,
-                                      TVector2(dx,dy));
+                                      TVector2(kdx,kdy));
 
   fMotifPos = new AliMpMotifPosition(-1,motif,motif->Dimensions());
 }