Changeset 18995
- Timestamp:
- Aug 8, 2008, 5:16:35 PM (18 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_20080806/dbconfig/det.md (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080806/dbconfig/det.md
r15315 r18995 56 56 user_5 F64 0.0 57 57 path_base STR 255 58 data_state STR 64 # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration) 58 59 fault S16 0 # Key NOT NULL 59 60 END … … 75 76 user_5 F64 0.0 76 77 path_base STR 255 78 data_state STR 64 # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration) 77 79 fault S16 0 # Key NOT NULL 78 80 END … … 96 98 user_4 F64 0.0 97 99 user_5 F64 0.0 100 # XXX does it make sense to 'clean' the stacked imfiled? 101 data_state STR 64 # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration) 98 102 fault S16 0 # Key NOT NULL 99 103 END … … 121 125 user_5 F64 0.0 122 126 path_base STR 255 127 data_state STR 64 # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration) 123 128 fault S16 0 # Key NOT NULL 124 129 END … … 137 142 user_5 F64 0.0 138 143 path_base STR 255 144 data_state STR 64 # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration) 139 145 fault S16 0 # Key NOT NULL 140 146 END … … 179 185 user_5 F64 0.0 180 186 path_base STR 255 187 data_state STR 64 # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration) 181 188 fault S16 0 # Key NOT NULL 182 189 END … … 205 212 user_5 F64 0.0 206 213 path_base STR 255 214 data_state STR 64 # full, cleaned, purged (only track end states; request states are in detRunSummary by iteration) 207 215 accept BOOL f 208 216 fault S16 0 # Key NOT NULL 209 217 END 210 218 219 # XXX this probably should have been defined at the start of a new iteration, not at the end. 211 220 detRunSummary METADATA 212 221 det_id S64 0 # Primary Key fkey(det_id, iteration) ref detInputExp(det_id, iteration) 213 222 iteration S32 0 # Primary Key fkey(det_id, iteration) ref detResidExp(det_id, iteration) 223 data_state STR 64 # full, goto_cleaned, cleaned, goto_full, goto_purged, purged 214 224 bg F64 0.0 215 225 bg_stdev F64 0.0
Note:
See TracChangeset
for help on using the changeset viewer.
