Changeset 8343 for trunk/MagicSoft/Mars/mpedestal
- Timestamp:
- 03/01/07 21:20:41 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
r8296 r8343 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MPedCalcFromLoGain.cc,v 1.3 5 2007-02-03 20:03:35tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MPedCalcFromLoGain.cc,v 1.36 2007-03-01 21:20:41 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 357 357 Int_t MPedCalcFromLoGain::ReadEnv(const TEnv &env, TString prefix, Bool_t print) 358 358 { 359 Bool_t rc=kFALSE; 359 Int_t rc=MExtractPedestal::ReadEnv(env, prefix, print); 360 if (rc==kERROR) 361 return kERROR; 360 362 361 363 // find resource for pedestal update
Note:
See TracChangeset
for help on using the changeset viewer.