Re: [Brahms-dev-l] dAu centrality

From: Bjorn H Samset <bjornhs@rcf2.rhic.bnl.gov>
Date: Tue Feb 10 2004 - 08:11:17 EST
On Mon, 9 Feb 2004, Stephen J. Sanders wrote:

> Hi,
> Over the weekend and this morning I committed a number of changes to
> the centrality
> calibrations for the dAu runs.   I checked the changes for
> runs in brahms/data12/reduced03.    A summary plot is at
>
> http://kunuc6.phsx.ukans.edu/~sanders/CentCheck.gif
>
> with the corresponding root macro
>
> http://kunuc6.phsx.ukans.edu/~sanders/CentCheck.C
>
> if you want to check specific run numbers in more detail.
>
> The first panel, labeled Ratio, gives the 60-80%/0-20% yield
> ratio.
>
> The panel labeled Scaled SiMult-TileMult is pretty much as advertised,
> although the difference is divided by (average mult+10).   The two
> panels
> labeled Tile and Si single mip peak are from Gaussian+exponential
> background fits.  The Gaussian centroids and width are shown.  The other
> two panels just show the pedestal location and widths.
>
> I believe the calibrations are now reasonable.

This looks great, and means that it's about time to redo some analysis.
Should I change any of the code to reflect your new calibrations?

I'm currently running the following (compilation...):

  // Get the Si/Tile calibrations
  BrTileTmpCalibration* tileCalib = BrTileTmpCalibration::Instance();
  BrSiTmpCalibration* siCalib = BrSiTmpCalibration::Instance();
  BrMultCentTmpCalibration * centCalib =
      BrMultCentTmpCalibration::Instance();

  //---- Module: Si readout module ----
  //-------- Calibrations currently not in database --------
  BrSiRdoModule *siRdoModule = new BrSiRdoModule("MultSi", "SiRdo");
  siRdoModule->SetOutlierMethod(BrSiRdoModule::kNoCorrection);
  siRdoModule->SetThresholdFactor(3.0);
  siRdoModule->SetMinVtx(-80.);
  siRdoModule->SetMaxVtx(80.);
  swModule->AddModule(siRdoModule);

  // ---- Module: Tile readout module ----
  // -------- Calibrations currently not in database --------
  BrTileRdoModule *tileRdoModule = new BrTileRdoModule("MultTile",
	"TileRdo");
  tileRdoModule->SetOutlierMethod(BrTileRdoModule::kNoCorrection);
  tileRdoModule->SetThresholdFactor(3.0);
  tileRdoModule->SetMinVtx(-80.);
  tileRdoModule->SetMaxVtx(80.);
  swModule->AddModule(tileRdoModule);

  BrMultCentModule * centModule = new
	BrMultCentModule("multcent","multcent");
  centModule->SetSiWeight(1.38);
  centModule->SetMaxMult(300);
  swModule->AddModule(centModule);


--
Bjorn H. Samset                           Phone: 22856465/92051998
PhD student, heavy ion physics            Adr:   Schouterrassen 6
Inst. of Physics, University of Oslo             0573 Oslo
                              \|/
----------------------------> -*- <-----------------------------
                              /|\

_______________________________________________
Brahms-dev-l mailing list
Brahms-dev-l@lists.bnl.gov
http://lists.bnl.gov/mailman/listinfo/brahms-dev-l
Received on Tue Feb 10 08:11:41 2004

This archive was generated by hypermail 2.1.8 : Tue Feb 10 2004 - 08:12:01 EST