Changeset 8276 for trunk/MagicSoft/Mars
- Timestamp:
- 01/29/07 12:53:10 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8275 r8276 37 37 - removed badpixel calculation and treatment until a better 38 38 solution was found. 39 40 * mfbase/MFDataPhrase.cc: 41 - fixed a "comparison is always true" warning 39 42 40 43 -
trunk/MagicSoft/Mars/mfbase/MFDataPhrase.cc
r8147 r8276 273 273 Int_t MFDataPhrase::ReadEnv(const TEnv &env, TString prefix, Bool_t print) 274 274 { 275 Bool_t rc = MFilter::ReadEnv(env, prefix, print);275 Int_t rc = MFilter::ReadEnv(env, prefix, print); 276 276 if (rc==kERROR) 277 277 return kERROR; -
trunk/MagicSoft/Mars/mmain/MEventDisplay.cc
r8207 r8276 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MEventDisplay.cc,v 1.5 6 2006-11-02 17:44:09tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MEventDisplay.cc,v 1.57 2007-01-29 12:51:17 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 308 308 309 309 MPedestalSubtract *pedsub = new MPedestalSubtract; 310 pedsub->SetNamePedestalCam(); 310 311 //MCalibrationRelTimeCalc *tcalc = new MCalibrationRelTimeCalc; 311 312 … … 328 329 tlist->AddToList(calib); // MExtractedSignalCam --> MSignalCam 329 330 330 tlist->AddToList(bcalc); // Produce MBadPixelsCam331 tlist->AddToList(btreat); // Treat MBadPixelsCam331 //tlist->AddToList(bcalc); // Produce MBadPixelsCam 332 //tlist->AddToList(btreat); // Treat MBadPixelsCam 332 333 } 333 334
Note:
See TracChangeset
for help on using the changeset viewer.