Changeset 6499 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 02/15/05 18:38:11 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMatrixLoop.cc
r5807 r6499 64 64 // 65 65 // Return name of MHMatrix, <n/a> if not available 66 // The name of the matrix must nor contain a '/' 66 67 // 67 TString MMatrixLoop::GetF ileName() const68 TString MMatrixLoop::GetFullFileName() const 68 69 { 69 70 return fMatrix ? fMatrix->GetName() : "<n/a>"; -
trunk/MagicSoft/Mars/manalysis/MMatrixLoop.h
r5803 r6499 20 20 // MRead 21 21 UInt_t GetEntries(); 22 TString GetF ileName() const;22 TString GetFullFileName() const; 23 23 Bool_t Rewind() { fNumRow=0; return kTRUE; } 24 24
Note:
See TracChangeset
for help on using the changeset viewer.