Changeset 17962 for branches/Mars_McMismatchStudy/fact/processing
- Timestamp:
- 09/01/14 13:44:46 (11 years ago)
- Location:
- branches/Mars_McMismatchStudy/fact/processing
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Mars_McMismatchStudy/fact/processing/buildseqentries.C
r15237 r17962 584 584 585 585 TString query; 586 query = "SELECT fRunID FROM runinfo WHERE fExcludedFDAKEY=1 AND ";586 query = "SELECT fRunID FROM RunInfo WHERE fExcludedFDAKEY=1 AND "; 587 587 query += cond; 588 588 query += " AND fRunTypeKEY=4 AND fRunID BETWEEN "; … … 599 599 600 600 // Get DRS file with pedestal (roi<1024) 601 query = "SELECT MAX(fRunID) FROM runinfo WHERE ";601 query = "SELECT MAX(fRunID) FROM RunInfo WHERE "; 602 602 query += cond; 603 603 query += " AND fHasDrsFile=1 AND (fDrsStep IS NULL OR fDrsStep=2) AND fRunTypeKEY=2"; -
branches/Mars_McMismatchStudy/fact/processing/drstemp.C
r17145 r17962 163 163 164 164 float temp[160]; 165 if (file.SetPtrAddress("temp", temp, 82))166 {167 drstemp82(file, beg, end);168 return;169 }165 // if (file.SetPtrAddress("temp", temp, 82)) 166 // { 167 // drstemp82(file, beg, end); 168 // return; 169 // } 170 170 171 171 file.SetPtrAddress("temp", temp, 160);
Note:
See TracChangeset
for help on using the changeset viewer.