Changeset 14869 for trunk/Mars/mfileio
- Timestamp:
- 02/05/13 14:51:53 (12 years ago)
- Location:
- trunk/Mars/mfileio
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mfileio/MFitsArray.cc
r14792 r14869 159 159 fArraySize = fClonesArray->GetLast() + 1; 160 160 161 for ( int idx = 0; idx < fArraySize; idx++)161 for (UInt_t idx = 0; idx < fArraySize; idx++) 162 162 { 163 163 // copy the data of one class to fDataBuffer -
trunk/Mars/mfileio/MTopFitsGroup.cc
r14792 r14869 23 23 // fTopGroup.SetChild(table); 24 24 // return fTopGroup.Read(); 25 return false; 25 26 } 26 27 -
trunk/Mars/mfileio/MWriteFitsFile.cc
r14792 r14869 371 371 372 372 ofits* fitsTable = new ofits(); 373 fitsTable->AllowCommentsTrimming(true); 373 374 TString dol = fileNameNoExt; 374 375 //get rid of the ".root" extension in the file name (if any)
Note:
See TracChangeset
for help on using the changeset viewer.