]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/qa/DrawSteps.C
Fixed references from PWG2 -> PWGLF - very efficiently done using ETags.
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / qa / DrawSteps.C
index 7931961bbc663df8ca28990b65538419674304c7..d5ff1d64fdf216665233779c010557b07c44cc4e 100644 (file)
@@ -6,8 +6,8 @@
  * @brief  
  * 
  * 
- * @defgroup pwg2_forward_scripts_qa Quality Assurance scripts
- * @ingroup pwg2_forward_scripts
+ * @defgroup pwglf_forward_scripts_qa Quality Assurance scripts
+ * @ingroup pwglf_forward_scripts
  */
 /** 
  * Get a stack 
@@ -18,7 +18,7 @@
  * 
  * @return A stack or null
  * 
- * @ingroup pwg2_forward_scripts_qa
+ * @ingroup pwglf_forward_scripts_qa
  */
 THStack*
 GetStack(const TList& forward,  const char* sub, const char* name)
@@ -46,7 +46,7 @@ GetStack(const TList& forward,  const char* sub, const char* name)
  * 
  * @return Histogram
  * 
- * @ingroup pwg2_forward_scripts_qa
+ * @ingroup pwglf_forward_scripts_qa
  */
 TH1* 
 Rebin(TH1* h, Int_t rebin)
@@ -65,7 +65,7 @@ Rebin(TH1* h, Int_t rebin)
  * 
  * @return Ratio
  * 
- * @ingroup pwg2_forward_scripts_qa
+ * @ingroup pwglf_forward_scripts_qa
  */
 TH1*
 Ratio(const TH1* h1, const TH1* h2)
@@ -91,7 +91,7 @@ Ratio(const TH1* h1, const TH1* h2)
  * 
  * @return Number of histograms 
   * 
- * @ingroup pwg2_forward_scripts_qa
+ * @ingroup pwglf_forward_scripts_qa
 */
 Int_t 
 Ratio(THStack* r, const THStack* h1, const THStack* h2)
@@ -120,7 +120,7 @@ Ratio(THStack* r, const THStack* h1, const THStack* h2)
  * @param h           Histogram
  * @param singleStep  Showing individual steps?
  * 
- * @ingroup pwg2_forward_scripts_qa
+ * @ingroup pwglf_forward_scripts_qa
 */
 void
 AddToAll(THStack* all, const TH1* h, Bool_t singleStep)
@@ -141,7 +141,7 @@ AddToAll(THStack* all, const TH1* h, Bool_t singleStep)
  * @param step    Current step
  * @param e       Entry in legend 
  * 
- * @ingroup pwg2_forward_scripts_qa
+ * @ingroup pwglf_forward_scripts_qa
  */
 void
 DimEntry(Int_t thisId, Int_t step, TLegendEntry* e)
@@ -162,7 +162,7 @@ DimEntry(Int_t thisId, Int_t step, TLegendEntry* e)
  * @param dndeta   Result 
  * @param step     Step number 
  * 
- * @ingroup pwg2_forward_scripts_qa
+ * @ingroup pwglf_forward_scripts_qa
  */
 void
 DrawStep(THStack* deltas, THStack* nchs, THStack* prims, 
@@ -296,7 +296,7 @@ DrawStep(THStack* deltas, THStack* nchs, THStack* prims,
  * @param filename Input file 
  * @param single   Whether to show individial steps 
  * 
- * @ingroup pwg2_forward_scripts_qa
+ * @ingroup pwglf_forward_scripts_qa
  */
 void DrawSteps(const char* filename="forward.root", Bool_t single=true)
 {