Difference between revisions of "User:Dalton"

From GlueXWiki
Jump to: navigation, search
(External)
Line 10: Line 10:
 
* [https://halldweb.jlab.org/JInventory/htdocs/list.php JInventory database]
 
* [https://halldweb.jlab.org/JInventory/htdocs/list.php JInventory database]
 
* [https://halldweb.jlab.org/SP/HallD_Racks Hall D Rack Layouts]
 
* [https://halldweb.jlab.org/SP/HallD_Racks Hall D Rack Layouts]
 +
 +
* [http://www.nist.gov/pml/data/star/ Stopping Ranges of ions]
  
 
===Internal===
 
===Internal===

Revision as of 09:54, 3 September 2015

Mark Dalton's User Page

Links

External

Internal

git

Instructions for Working with GlueX Git Repositories

Guide to Using Git

sim-recon Plugins

DAQTree

DAQTree plugin

IntegralWidthvsNumSamps

  • Intended to work with mode 8 LED data (waveforms).
  • For each channel, will integrate the signal varying the start and stop sample relative to the threshold crossing.
    • Find the relative width for each configuration of integral and find the minimum width.
    • Do this for case with and without pedestal subtraction.
    • log 3345807
  • Also used for comparing signals end-to-end to investigate LED width


F250_mode8_pedestal

BCAL_attenlength_gainratio

Plugin to determine the attenuation length and gain ratio for the BCAL channels

  • For each channel will
    • Fill a histogram of log integral ration versus position
    • Fit a line to the histogram
    • Extract the attenuation length and gain ratio from fit
  • Log entries

bcal_calib_cosmic_cdc

Plugin to do BCAL energy calibration using cosmic rays.

Analysis

BCAL Attenuation Length and Gain Ratios

Root

Plotting Style

	gStyle->SetPadRightMargin(0.05);
	gStyle->SetPadLeftMargin(0.15);
	gStyle->SetPadBottomMargin(0.12);
	gStyle->SetPadTopMargin(0.12);

	gStyle->SetTitleSize(0.06,"xyz");
	gStyle->SetTitleSize(0.07,"h");
	gStyle->SetLabelSize(0.06,"xyz");
	gStyle->SetTitleX(0);
	gStyle->SetTitleAlign(13);
	gStyle->SetNdivisions(505,"xy");

	gStyle->SetTitleOffset(0.9, "X");
	gStyle->SetTitleOffset(1.1, "Y");

	gStyle->SetStatH(0.20);
	gStyle->SetStatW(0.30);
	gStyle->SetStatX(0.99);
	gStyle->SetStatY(0.99);