]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Named macros
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Jan 2004 13:37:25 +0000 (13:37 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Jan 2004 13:37:25 +0000 (13:37 +0000)
macros/PresentationStyle.C
macros/TDR_style.C

index a21a48ddd28e1613da96437d1ec0414c7da62c9a..dee3a029faa6929513f604e93ad68b1adae89253 100644 (file)
@@ -1,4 +1,4 @@
-{
+void PresentationStyle() {
   gStyle->SetOptStat(1110);
   gStyle->SetOptFit(101);
   gStyle->SetCanvasColor(10);
index 5d3090df66defe6b73fe3bed94782898f83ca295..6ff002431913e4ade5df67923692d9a72fea841a 100644 (file)
@@ -1,5 +1,4 @@
-{
-{
+void TDR_style(){
 
   //////////////////////////////////////////////////////////////////////
   //
@@ -37,4 +36,4 @@
   gStyle->SetTitleOffset(1.2,"Y");
 
 }
-}
+