Changeset 8171 for trunk/MagicSoft
- Timestamp:
- 10/27/06 14:49:42 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfbase/MF.cc
r8091 r8171 228 228 txt = txt.Strip(TString::kBoth); 229 229 230 // *fLog << all << setw(level) << " " << "Text: " << level << " '" << txt << "'" << endl;230 //fLog << all << setw(level) << " " << "Text: " << level << " '" << txt << "'" << endl; 231 231 232 232 switch (txt[0]) -
trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc
r7784 r8171 137 137 // last entry of your rules 138 138 MDataArray rules(usedrules); 139 rules.AddEntry(ver<3?"Classification ":dcol[ncols-1].GetRule().Data());139 rules.AddEntry(ver<3?"Classification.fVal":dcol[ncols-1].GetRule().Data()); 140 140 141 141 // prepare train-matrix finally used … … 160 160 { 161 161 weights[j] = matrixtrain.GetM()(j, ncols-nobs); 162 if (j% 100==0)162 if (j%250==0) 163 163 cout << weights[j] << " "; 164 164 } -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
r8165 r8171 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.5 6 2006-10-25 18:36:26tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.57 2006-10-27 13:49:42 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 278 278 // search must be placed and from there we can step 1.5 slices 279 279 // back to be on the safe side. 280 // 281 // The jitter in the hi-/lo-gain offset ssems to be around +/-0.5 280 282 first = TMath::FloorNint(timehi+numh+fOffsetLoGain+fLoGainStartShift); 281 283 if (first<0)
Note:
See TracChangeset
for help on using the changeset viewer.