Skip to content

Updated Material budget tool.

Whitney Armstrong requested to merge mat_tool into master
SYNOPSIS
        npdet_mat_budget help -c <file>
        npdet_mat_budget scan <variable> -c <file>
        npdet_mat_budget line <variable> <val> -c <file>
        npdet_mat_budget [-d <detector>...]... [-h] [-n <nbins>] [-o <mat_budget.root>] -c <file>

OPTIONS
        help        print help
        scan        Scan mode does multiple material lines, typically sweeping out a range in eta or
                    theta. This mode is used to produce plots or look at many different parts at
                    once.

        <variable>  variable to scan (either eta or theta)
        line        line mode does a single extraction along a ray defined by supplied variable
                    value. 

        <variable>  (either eta or theta)
        <val>       value of the variable defining the traced material line
        <detector>...
                    detector subsystem to include in the budget

        -h, --help  show help
        <nbins>     number of bins
        <mat_budget.root>
                    output root file

        <file>      compact detector description xml file
Edited by Whitney Armstrong

Merge request reports