X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FAliFMDCalibFaker.cxx;h=6e54ce61fc738e9403480d24e7706251819ce7d7;hb=46e3ca9cf10964f9ca30067b9a2c9a02e3d88d72;hp=604a10fcf712c0ebab2fc56fa7bdc838fb4cf2f8;hpb=a95792623e35dd1e866582f389b2197f0ef6746b;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/AliFMDCalibFaker.cxx b/FMD/AliFMDCalibFaker.cxx index 604a10fcf71..6e54ce61fc7 100644 --- a/FMD/AliFMDCalibFaker.cxx +++ b/FMD/AliFMDCalibFaker.cxx @@ -27,11 +27,11 @@ // the bit mask passed to the constructor, or added by `AddCalib'. // // The default is to write all calibration parameters to a local -// storage `local://$ALICE_ROOT' which is were the sources live (sigh! +// storage `local://$ALICE_ROOT/OCDB' which is were the sources live (sigh! // - why oh why do we need to shit where we eat - it's just not // healty). // -#include "AliLog.h" // ALILOG_H +#include "AliFMDDebug.h" // ALIFMDDEBUG_H ALILOG_H #include "AliFMDCalibFaker.h" // ALIFMDCALIBFAKER_H #include "AliFMDCalibGain.h" // ALIFMDCALIBGAIN_H #include "AliFMDCalibPedestal.h" // ALIFMDCALIBPEDESTAL_H @@ -63,7 +63,7 @@ AliFMDCalibFaker::AliFMDCalibFaker(Int_t mask, const char* loc) fPedestalMin(20), fPedestalMax(30), fDeadChance(0), - fRate(1), + fRate(4), fZeroThreshold(0), fRunMin(0), fRunMax(10),