]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Define the static variable geo.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Sep 2002 15:47:16 +0000 (15:47 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Sep 2002 15:47:16 +0000 (15:47 +0000)
macros/Config.C

index aadd27c126af1596bc249c874a38f41efe3b1090..9bf04a1655cc10ae83241c8ffb3151e5c688248f 100644 (file)
@@ -1,4 +1,10 @@
 static Int_t    eventsPerRun = 100;
+enum PprGeo_t 
+{
+    kHoles, kNoHoles
+};
+static PprGeo_t geo = kHoles;
+
 void Config()
 {
     // 7-DEC-2000 09:00