]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveDet/AliEveTRDModuleImp.h
doxy: install THtml converter
[u/mrichter/AliRoot.git] / EVE / EveDet / AliEveTRDModuleImp.h
index 1d3f2a8e80ce32476e8ce2d03c00047a9f354092..5df28caacc4b9830cedf5ae24f08c52e3ddd64a0 100644 (file)
@@ -58,9 +58,6 @@ public:
   void  LoadDigits(AliTRDdigitsManager *digits);
   void  LoadTracklets(TTree *trklTree);
 
-  void  Paint(Option_t* option="");
-  void  Reset();
-
   void  SetGeometry(AliTRDgeometry *geo);
   void  SetNtime(Int_t nt) {fNtime = nt;}
 
@@ -94,8 +91,8 @@ public:
 
   void Collapse();            // *MENU*
   void Expand();              // *MENU*
-  void EnableListElements();  // *MENU*
-  void DisableListElements(); // *MENU*
+  void EnableListElements(Bool_t rnr_self = kTRUE, Bool_t rnr_children = kTRUE);  // *MENU*
+  void DisableListElements(Bool_t rnr_self = kTRUE, Bool_t rnr_children = kTRUE); // *MENU*
   void UpdateLeaves();
   void UpdateNode();