Ignore:
Timestamp:
02/26/04 10:55:25 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCompProb.cc

    r2173 r3325  
    168168    {
    169169    case 0:  // First loop : fill the fixed-bin histograms with gammas.
    170         if (mcevt.GetPartId() == kGAMMA)
     170        if (mcevt.GetPartId() == MMcEvt::kGAMMA)
    171171            Fill(*fHists);
    172172        return kTRUE;
    173173
    174174    case 1:   //  Second Loop: fill the variable-bin histograms with protons.
    175         if (mcevt.GetPartId() != kGAMMA)
     175        if (mcevt.GetPartId() != MMcEvt::kGAMMA)
    176176            Fill(*fHistVar);
    177177        return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.