]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Replace QuadSet with OldQuadSet; from Raffale: remove a couple of duplicate lines.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 31 Oct 2006 09:17:09 +0000 (09:17 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 31 Oct 2006 09:17:09 +0000 (09:17 +0000)
EVE/Alieve/ITSModule.cxx
EVE/Alieve/ITSModule.h

index bb973aaff8e3f04831210d21af93accdecbb7f21..7d52623aff829225cdf12fc0a4ef5edc9fa00ac0 100644 (file)
@@ -21,7 +21,7 @@ ClassImp(ITSModule)
 
 ITSModule::ITSModule(const Text_t* n, const Text_t* t, Color_t col) :
   Reve::RenderElement(fFrameColor),
-  QuadSet(n, t),
+  OldQuadSet(n, t),
   fInfo(0),
   fID(-1), fDetID(-1),
   fLayer(-1), fLadder(-1), fDet(-1),
@@ -31,7 +31,7 @@ ITSModule::ITSModule(const Text_t* n, const Text_t* t, Color_t col) :
 
 ITSModule::ITSModule(Int_t id, ITSDigitsInfo* info, Color_t col) :
   Reve::RenderElement(fFrameColor),
-  QuadSet(Form("ITS module %d", id)),
+  OldQuadSet(Form("ITS module %d", id)),
   fInfo  (0),
   fID(-1), fDetID(-1),
   fLayer(-1), fLadder(-1), fDet(-1),
@@ -118,10 +118,6 @@ void ITSModule::InitModule()
       fDx = fInfo->fSegSPD->Dx()*0.00005;
       fDz = 3.48; 
       fDy = fInfo->fSegSPD->Dy()*0.00005;
-      fDetID = 0;
-      fDx = fInfo->fSegSPD->Dx()*0.00005;
-      fDz = 3.48; 
-      fDy = fInfo->fSegSPD->Dy()*0.00005;
     }
   }
   else if (fID <= fInfo->fGeom->GetLastSDD()) {
index 49713461fcf36c9bb69f91c4ff1baf995f58b935..580b5eb0c37fa4ba6c3ea3339bb59ec08026ce8c 100644 (file)
@@ -9,7 +9,7 @@
 namespace Alieve {
 
 class ITSModule : public Reve::RenderElement,
-                  public Reve::QuadSet
+                  public Reve::OldQuadSet
 {
   ITSModule(const ITSModule&);            // Not implemented
   ITSModule& operator=(const ITSModule&); // Not implemented