]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New version of the QA train macro.
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Sep 2010 14:38:57 +0000 (14:38 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Sep 2010 14:38:57 +0000 (14:38 +0000)
PWG1/PilotTrain/PilotAnalysis.C

index a60515ec579e8f3c1eff1b0a16ced372f1309aff..dd66523d365eb461d2e122aef41806c3c958af69 100644 (file)
@@ -33,7 +33,7 @@ TString     train_tag          = "";        // Train special tag appended to
 TString     visible_name       = Form("QA$2_$3%s", train_tag.Data()); //# FIXED #
 TString     job_comment        = "PWG1 QA train"; // Can add observations here
                // Job tag (DON'T CHANGE)
-TString     job_tag            = Form("%s: %s", visible_name.Data(), job_comment.Data());;
+TString     job_tag            = Form("%s: %s", visible_name.Data(), job_comment.Data());
                // Package versions - Modify as needed
 TString     root_version       = "v5-27-05";
 TString     aliroot_version    = "v4-20-07-AN";