Changeset 4601 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 08/12/04 16:41:37 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mhbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MHMatrix.cc
r2738 r4601 1055 1055 // MHMatrix.Column1: MHillasSrc.fAlpha 1056 1056 // 1057 Bool_t MHMatrix::ReadEnv(const TEnv &env, TString prefix, Bool_t print)1057 Int_t MHMatrix::ReadEnv(const TEnv &env, TString prefix, Bool_t print) 1058 1058 { 1059 1059 if (fM.IsValid()) -
trunk/MagicSoft/Mars/mhbase/MHMatrix.h
r2738 r4601 112 112 Bool_t DefRefMatrix(Int_t nmaxevts=0, TMatrix *mrest=NULL); 113 113 114 Bool_t ReadEnv(const TEnv &env, TString prefix, Bool_t print=kFALSE);114 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print=kFALSE); 115 115 116 116 void ShuffleRows(UInt_t seed);
Note:
See TracChangeset
for help on using the changeset viewer.