Ignore:
Timestamp:
03/01/07 21:20:41 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc

    r8296 r8343  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MPedCalcFromLoGain.cc,v 1.35 2007-02-03 20:03:35 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MPedCalcFromLoGain.cc,v 1.36 2007-03-01 21:20:41 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    357357Int_t MPedCalcFromLoGain::ReadEnv(const TEnv &env, TString prefix, Bool_t print)
    358358{
    359     Bool_t rc=kFALSE;
     359    Int_t rc=MExtractPedestal::ReadEnv(env, prefix, print);
     360    if (rc==kERROR)
     361        return kERROR;
    360362
    361363    // find resource for pedestal update
Note: See TracChangeset for help on using the changeset viewer.