Hi,
I'm trying to use the BrTofRdoModule to look at hits in the
MRS TOFW.  In my bratmain script I've copied what I found
in the scripts/calib/tof directory:
  //__________________________________________________________________
  //
  // TOFW Module
  //
  BrTofRdoModule * tofModule = new BrTofRdoModule("TOFW","TOFW");
  tofModule->SetUseSlewing(kFALSE);
  tofModule->SetMaxEnergy(1000.);   // in MIP unit
  tofModule->SetEnergyThreshold(0.7);
  tofModule->SetUseNewBb(kTRUE);
  mainModule->AddModule(tofModule);
When I try to run this, however, I get the warning messages
TOFW slat number 22 is out of bound
TOFW slat number 23 is out of bound
TOFW slat number 24 is out of bound
TOFW slat number 25 is out of bound
--- many lines removed---TOFW slat number 122 is out of bound
TOFW slat number 123 is out of bound
TOFW slat number 124 is out of bound
TOFW slat number 125 is out of bound
Do I need an additional step to get the correct parameters/calibration?
Thanks for any help,
...steve
This archive was generated by hypermail 2b30 : Fri Mar 29 2002 - 12:09:48 EST