Changeset 6500 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 02/15/05 18:44:43 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mraw
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawFileRead.cc
r6459 r6500 259 259 // Return file name of current file. 260 260 // 261 TString MRawFileRead::GetF ileName() const261 TString MRawFileRead::GetFullFileName() const 262 262 { 263 263 const TObject *file = fFileNames->At(fNumFile-1); -
trunk/MagicSoft/Mars/mraw/MRawFileRead.h
r6456 r6500 38 38 void SetInterleave(UInt_t i) { fInterleave = i; } 39 39 40 TString GetF ileName() const;40 TString GetFullFileName() const; 41 41 42 42 Int_t AddFile(const char *fname, Int_t entries=-1); -
trunk/MagicSoft/Mars/mraw/MRawSocketRead.h
r4701 r6500 31 31 void SetPort(int port) { fPort = port; } 32 32 33 TString GetF ileName() const { return "<socket>"; }33 TString GetFullFileName() const { return "<socket>"; } 34 34 35 35 ClassDef(MRawSocketRead, 0) //Task to read DAQ binary data from tcp/ip socket
Note:
See TracChangeset
for help on using the changeset viewer.