Skip to content
Snippets Groups Projects
Commit 32273b5b authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

Fix method name in check_pulser macro

parent cb2d617a
No related branches found
No related tags found
1 merge request!10First part of mCBM changes to data to monitors, tasks and unpackers
......@@ -41,7 +41,7 @@ void check_pulser( UInt_t uRunId = 0, Int_t nrEvents = 0, TString sDir="data" )
CbmMcbm2019CheckPulser* pulserChecker = new CbmMcbm2019CheckPulser();
pulserChecker->SetT0PulserTotLimits( 184, 191 );
pulserChecker->SetStsPulserAdcLimits( 31, 0 );
pulserChecker->SetMuchPulseradcLimits( 5, 10 );
pulserChecker->SetMuchPulserAdcLimits( 5, 10 );
pulserChecker->SetTofPulserTotLimits( 184, 191 );
pulserChecker->SetRichPulserTotLimits( 1, 0 );
pulserChecker->SetPsdPulserAdcLimits( 0, 70000 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment