Ignore:
Timestamp:
11/22/05 17:40:37 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc

    r7424 r7425  
    311311    if (fEForests.GetEntriesFast()==1)
    312312    {
    313         MRanForest *rf = static_cast<MRanForest*>fEForests.UncheckedAt(0);
     313        MRanForest *rf = static_cast<MRanForest*>(fEForests.UncheckedAt(0));
    314314        fRFOut->SetVal(rf->CalcHadroness(event));
    315315        fRFOut->SetReadyToSave();
Note: See TracChangeset for help on using the changeset viewer.