Changeset 609 for trunk/MagicSoft/Mars/mdatacheck
- Timestamp:
- 02/22/01 14:30:10 (24 years ago)
- Location:
- trunk/MagicSoft/Mars/mdatacheck
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdatacheck/MDumpEvtHeader.cc
r531 r609 1 1 #include "MDumpEvtHeader.h" 2 3 #include <iostream.h> 2 4 3 5 #include "MParList.h" -
trunk/MagicSoft/Mars/mdatacheck/MShowSpect.cc
r531 r609 1 1 #include "MShowSpect.h" 2 3 #include <iostream.h> 2 4 3 5 #include "MParList.h" // MParList … … 35 37 { 36 38 cout << "ERROR: MShowSpect::PreProc(): " << fHistName << " not found!" << endl; 37 return kFALSE ;39 return kFALSE; 38 40 } 39 41 40 return (kTRUE) ;42 return kTRUE; 41 43 } 42 44 … … 48 50 new MGDisplayAdc(fHists, gClient->GetRoot(), gClient->GetRoot(), 600, 600); 49 51 50 return (kTRUE) ;52 return kTRUE; 51 53 } 52 54
Note:
See TracChangeset
for help on using the changeset viewer.