Ignore:
Timestamp:
11/11/08 11:49:49 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mreflector
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreflector/MHReflector.cc

    r8907 r9153  
    128128//
    129129#include "MRflSinglePhoton.h"
    130 Bool_t MHReflector::Fill(const MParContainer *par, const Stat_t weight)
     130Int_t MHReflector::Fill(const MParContainer *par, const Stat_t weight)
    131131{
    132132    const Double_t energy = fHeader->GetEnergy();
  • trunk/MagicSoft/Mars/mreflector/MHReflector.h

    r8315 r9153  
    3030
    3131    Bool_t SetupFill(const MParList *pList);
    32     Bool_t Fill(const MParContainer *par, const Stat_t weight=1);
     32    Int_t Fill(const MParContainer *par, const Stat_t weight=1);
    3333    Bool_t Finalize();
    3434
Note: See TracChangeset for help on using the changeset viewer.