Changeset 18282 for branches/MarsGapdTimeJitter/mfileio
- Timestamp:
- 08/18/15 10:28:44 (9 years ago)
- Location:
- branches/MarsGapdTimeJitter
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MarsGapdTimeJitter
- Property svn:mergeinfo changed
-
branches/MarsGapdTimeJitter/mfileio/FileIOLinkDef.h
r18009 r18282 19 19 #pragma link C++ class MWriteRootFile+; 20 20 #pragma link C++ class MWriteFitsFile+; 21 21 22 #pragma link C++ class MMatrix+; 22 23 -
branches/MarsGapdTimeJitter/mfileio/MFitsArray.h
r14935 r18282 30 30 31 31 public: 32 virtual ~MArrayHelperBase() { }; 33 32 34 ofits* GetFitsTable() {return fFitsTable;} 33 35 UInt_t * GetArraySizePtr() {return &fArraySize;} -
branches/MarsGapdTimeJitter/mfileio/MWriteFitsFile.cc
r17868 r18282 519 519 520 520 // initialize all columns of the sub-table, defined by the current container 521 TString containerName = i_subTable->second.GetContainer()->GetName(); 521 522 TClass * cl = i_subTable->second.GetContainer()->IsA(); 522 if (!InitColumns(i_table->first, TString(cl->GetName()) + ".", fitsTable,523 i_subTable->second.GetContainer(), cl) ) 523 if (!InitColumns(i_table->first, containerName + ".", fitsTable, 524 i_subTable->second.GetContainer(), cl) ) 524 525 return kFALSE; 525 526
Note:
See TracChangeset
for help on using the changeset viewer.