Ignore:
Timestamp:
02/15/05 18:44:43 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mraw
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawFileRead.cc

    r6459 r6500  
    259259// Return file name of current file.
    260260//
    261 TString MRawFileRead::GetFileName() const
     261TString MRawFileRead::GetFullFileName() const
    262262{
    263263    const TObject *file = fFileNames->At(fNumFile-1);
  • trunk/MagicSoft/Mars/mraw/MRawFileRead.h

    r6456 r6500  
    3838    void SetInterleave(UInt_t i) { fInterleave = i; }
    3939
    40     TString GetFileName() const;
     40    TString GetFullFileName() const;
    4141
    4242    Int_t  AddFile(const char *fname, Int_t entries=-1);
  • trunk/MagicSoft/Mars/mraw/MRawSocketRead.h

    r4701 r6500  
    3131    void SetPort(int port) { fPort = port; }
    3232
    33     TString GetFileName() const { return "<socket>"; }
     33    TString GetFullFileName() const { return "<socket>"; }
    3434
    3535    ClassDef(MRawSocketRead, 0) //Task to read DAQ binary data from tcp/ip socket
Note: See TracChangeset for help on using the changeset viewer.