Changeset 10281 for trunk/Mars/mmain


Ignore:
Timestamp:
04/04/11 10:08:59 (14 years ago)
Author:
tbretz
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mmain/MEventDisplay.cc

    r9347 r10281  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MEventDisplay.cc,v 1.70 2009-02-18 12:06:39 tbretz Exp $
    3 ! --------------------------------------------------------------------------
    42!
    53! *
     
    361359        MMcPedestalNSBAdd *pdnsb = new MMcPedestalNSBAdd;
    362360
    363         MCalibrationPatternDecode *decode = new MCalibrationPatternDecode;
     361        MCalibrationPatternDecode *patdecode = new MCalibrationPatternDecode;
    364362
    365363        MPedestalSubtract *pedsub1  = new MPedestalSubtract("PedSubstract1");
     
    385383        tlist->AddToList(pdnsb);
    386384
    387         tlist->AddToList(decode);
     385        tlist->AddToList(patdecode);
    388386
    389387        tlist->AddToList(pedsub1);   // Produce arrays
Note: See TracChangeset for help on using the changeset viewer.