r100: moved files
[ctsim.git] / include / scanner.h
index 8c5ab45a99dcea5614707eea9d5cfbee011e7675..aebf7d1b814484204f613501d8022f4dad692f16 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: scanner.h,v 1.1 2000/06/17 20:12:14 kevin Exp $
+**  $Id: scanner.h,v 1.2 2000/06/19 15:48:23 kevin Exp $
 **
 **
 **  This program is free software; you can redistribute it and/or modify
@@ -113,4 +113,18 @@ class Scanner
 
 };
 
+const static int RAYSUM_TRACE_ROW_TITLE=1;
+const static int RAYSUM_TRACE_ROW_TITLE2=2;
+const static int RAYSUM_TRACE_ROW_PHANT_ID=4;
+const static int RAYSUM_TRACE_ROW_CHROMATIC=7;
+const static int RAYSUM_TRACE_ROW_SCATTER=8;
+const static int RAYSUM_TRACE_ROW_PHOT_STAT=9;
+const static int RAYSUM_TRACE_ROW_NDET=12;
+const static int RAYSUM_TRACE_ROW_NVIEW=13;
+const static int RAYSUM_TRACE_ROW_SAMPLES=14;
+const static int RAYSUM_TRACE_ROW_CURR_VIEW=17;
+const static int RAYSUM_TRACE_ROW_ATTEN=18;
+
+
+
 #endif