Re: [Brahms-dev-l] changed methods in BrMultRdoModule

From: Stephen J. Sanders <ssanders@ku.edu>
Date: Fri Jul 09 2004 - 12:44:21 EDT
Sorry about that.  In reworking the dAu analysis I realized how 
dangerous it
was to place what amounts to essential calibration information where it
doesn't belong.  I therefore had moved these methods to the
BrMultCalibration class.  In its new location, the threshold 
information can
be handled consistently with the other run dependent calibration
information.

Although this threshold information does not change for a given class
of runs (e.g., year 2004 Au+Au 200 GeV), it does change as we change
beam species and energy.

The threshold setters should be removed for the MA.  What should be
appropriate values are now part of the MA calibrations.
If you want to play around
with these thresholds, the setters are available for the 
BrMultCalibration
derived classes.

....steve

On Friday, July 9, 2004, at 11:25 AM, flemming videbaek wrote:

>  
> 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-l




_______________________________________________
Brahms-dev-l mailing list
Brahms-dev-l@lists.bnl.gov
http://lists.bnl.gov/mailman/listinfo/brahms-dev-l
Received on Fri Jul 9 12:45:15 2004

This archive was generated by hypermail 2.1.8 : Fri Jul 09 2004 - 12:45:35 EDT