Since the change yeaterday the scripts used for gtr-stuff does not work any more. The module BrMultRdoModule does not any longer have the methods SetThresholdEnergy(value) other methods have likely changed too. The scripts have the particular sequence (which was instituted recently). What is correct methogs? Flemmming // mult and cent stuff (cf. Steve's message 06/06/2004) // TMA Module BrTileRdoModule* tileModule = glbPackage->GetTileRdoModule(); tileModule->SetOutlierMethod(BrTileRdoModule::kNoCorrection); tileModule->SetThresholdFactor(4.5); // SMA Module BrSiRdoModule* siModule = glbPackage->GetSiRdoModule(); siModule->SetOutlierMethod(BrSiRdoModule::kNoCorrection); siModule->SetThresholdFactor(3.75); siModule->SetThresholdEnergy(0.08); // FlSi SMA Module BrFlSiRdoModule* flsiModule = new BrFlSiRdoModule("FlSi","FlSi Reducer"); flsiModule->SetOutlierMethod(BrFlSiRdoModule::kNoCorrection); flsiModule->SetThresholdFactor(3.75); flsiModule->SetThresholdEnergy(0.08); app->AddModule(flsiModule); ---------------------------------------------------------------- Flemming Videbaek Physics Department Brookhaven National Laboratory e-mail: videbaek@bnl.gov phone: 631-344-4106 _______________________________________________ Brahms-dev-l mailing list Brahms-dev-l@lists.bnl.gov http://lists.bnl.gov/mailman/listinfo/brahms-dev-lReceived on Fri Jul 9 12:26:09 2004
This archive was generated by hypermail 2.1.8 : Fri Jul 09 2004 - 12:26:30 EDT