Changeset 8988 for trunk/MagicSoft/Mars/mranforest
- Timestamp:
- 06/30/08 10:37:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mranforest/MRanForest.cc
r8907 r8988 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MRanForest.cc,v 1.2 8 2008-06-02 08:46:43tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MRanForest.cc,v 1.29 2008-06-30 09:36:39 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 241 241 // If no match found, function gives nearest element smaller 242 242 // than value. 243 int k=TMath::BinarySearch(ngrid, fGrid.GetArray(), fHadTrue[j]);243 int k=TMath::BinarySearch(ngrid, fGrid.GetArray(), (Double_t)fHadTrue[j]); 244 244 245 245 fClass[j] = k;
Note:
See TracChangeset
for help on using the changeset viewer.