]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FORWARD/analysis2/qa/DrawNeighbors.C
Documentation fixes for doxygen
[u/mrichter/AliRoot.git] / PWG2 / FORWARD / analysis2 / qa / DrawNeighbors.C
index 1c2b9207a446c1013116f1b975603ba2f5afd329..e6dcbe9bca7ff850c35e9fbe05dd231efe1a7995 100644 (file)
@@ -1,3 +1,12 @@
+/** 
+ * Draw the correlation of neighboring strips before/after merging 
+ * 
+ * @param p  List
+ * @param d  Detector
+ * @param r  Ring
+ *
+ * @ingroup pwg2_forward_analysis_scripts_qa
+ */
 void
 DrawRingNeighbors(TList* p, UShort_t d, Char_t r)
 {
@@ -48,7 +57,13 @@ DrawRingNeighbors(TList* p, UShort_t d, Char_t r)
   gPad->cd();
 }
 
-
+/** 
+ * Draw the correlation of neighboring strips before/after merging 
+ * 
+ * @param filename 
+ *
+ * @ingroup pwg2_forward_analysis_scripts_qa
+ */
 void
 DrawNeighbors(const char* filename="forward.root")
 {
@@ -100,3 +115,6 @@ DrawNeighbors(const char* filename="forward.root")
   
   
  
+//
+// EOF
+//