Removed some comment crap.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Jun 2006 18:15:57 +0000 (18:15 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Jun 2006 18:15:57 +0000 (18:15 +0000)
EVE/Alieve/TPCSector2DEditor.cxx
EVE/Alieve/TPCSectorViz.cxx

index fa7d1d902d0eacda6cf63d536b66659eeffa2631..a188bae94504718711800b31647bccd61b18ee7d 100644 (file)
@@ -22,22 +22,13 @@ using namespace Alieve;
 
 ClassImp(TPCSector2DEditor)
 
 
 ClassImp(TPCSector2DEditor)
 
-  TPCSector2DEditor::TPCSector2DEditor(const TGWindow *p, Int_t id, Int_t width, Int_t height,
-                                      UInt_t options, Pixel_t back) :
-    TGedFrame(p, id, width, height, options | kVerticalFrame, back)
+TPCSector2DEditor::TPCSector2DEditor(const TGWindow *p, Int_t id, Int_t width, Int_t height,
+                                    UInt_t options, Pixel_t back) :
+  TGedFrame(p, id, width, height, options | kVerticalFrame, back)
 {
   fM = 0;
   MakeTitle("TPCSector2D");
 
 {
   fM = 0;
   MakeTitle("TPCSector2D");
 
-  //!!! create the widgets here ...
-
-  // Register the editor.
-  // TClass *cl = TPCSector2D::Class();
-  //  TGedElement *ge = new TGedElement;
-  // ge->fGedFrame = this;
-  //  ge->fCanvas = 0;
-  //  cl->GetEditorList()->Add(ge);
-
   fUseTexture = new TGCheckButton(this, "UseTexture");
   AddFrame(fUseTexture, new TGLayoutHints(kLHintsTop, 3, 1, 1, 0));
   fUseTexture->Connect
   fUseTexture = new TGCheckButton(this, "UseTexture");
   AddFrame(fUseTexture, new TGLayoutHints(kLHintsTop, 3, 1, 1, 0));
   fUseTexture->Connect
index 69d7604f9eb61e890f30f85bd448d2d266be08e8..090580ff63ffb13a293d62621d9258ca38d955a2 100644 (file)
@@ -51,12 +51,6 @@ TPCSectorViz::~TPCSectorViz()
 
 /**************************************************************************/
 
 
 /**************************************************************************/
 
-//UInt_t TPCSectorViz::IncRTS()
-//{
-//  return ++fRTS;
-//}
-
-
 void TPCSectorViz::SetDataSource(TPCData* data)
 {
   if(data == fTPCData) return;
 void TPCSectorViz::SetDataSource(TPCData* data)
 {
   if(data == fTPCData) return;