Difference between revisions of "User:Dalton"
From GlueXWiki
(→External) |
(→sim-recon Plugins) |
||
Line 36: | Line 36: | ||
===F250_mode8_pedestal=== | ===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 | ||
+ | ** https://logbooks.jlab.org/entry/3316347 | ||
+ | |||
+ | |||
+ | ==Analysis== | ||
+ | |||
+ | ===BCAL Attenuation Length and Gain Ratios=== |
Revision as of 15:37, 10 August 2015
Contents
Mark Dalton's User Page
Links
External
- GlueX Portal
- BCAL logbook
- doxygen generated on-line documentation
- JInventory database
- Hall D Rack Layouts
Internal
git
Instructions for Working with GlueX Git Repositories
sim-recon Plugins
DAQTree
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