Skip to content

ROOT Macro to find and fit peaks (designed for alpha calibration of silicon detectors)

Notifications You must be signed in to change notification settings

goatface/ffpeaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

**************************
 Welcome to ROOT v6.25/01 
**************************

root [0] .x ffpeaks.C
ffpeaks v. 1.0
        Author: daid kahl
Usage:
ffpeaks.C(const Int_t np=0, char run[100], const char *ch_name, const Int_t ch_start, const Int_t ch_stop=ch_start, const Int_t interactive=1, const Int_t minimum, const Int_t maximum)
        np: number of peaks.  Default: 0 (this message).
        run: Name of run file (DO NOT PUT '.root'). Default: nothing.  Must be in double quotes!
        ch_name: name of the histogram base ("strip_ch1" base is "strip_ch").  Must be in double quotes!
        ch_start: channel to start analyzing.
        [ch_stop]: channel to stop analyzing.  Default: ch_stop=ch_start.
        [interactive]: Toggle on interactivity; 1 is interactive, 0 is automated.  Default: 1
        [minimum]: Minimum value (increase to remove pedestal); Default: 0
        [maximum]: Maximum value; Default: 4096
                NOTE! [minimum] and [maximum] take *bin* value and not the *value*.  Please check your histogram binning!
root [1] 

About

ROOT Macro to find and fit peaks (designed for alpha calibration of silicon detectors)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published