SLAC PEP-II
BABAR
SLAC<->RAL
Babar logo
HEPIC E,S & H Databases PDG HEP preprints
Organization Detector Computing Physics Documentation
Personnel Glossary Sitemap Search Hypernews
Unwrap page!
Comp. Search
Who's who?
Meetings
FAQ Homepage
Archive
Environment
Administration
New User Info.
Web Info/Tools
Monitoring
Training
Tools & Utils
Programming
C++ Standard
SRT, AFS, CVS
QA and QC
Remedy
Histogramming
Operations
PromptReco
Simulation Production
Online SW
Dataflow
Detector Control
Evt Processing
Run Control
Calibration
Databases
Offline
Workbook
Coding Standards
Simulation
Reconstruction
Prompt Reco.
BaBar Grid
Data Distribution
Beta & BetaTools
Kanga & Root
Analysis Tools
RooFit Toolkit
Data Management
Data Quality
Event display
Event Browser
Code releases
Databases
Check this page for HTML 4.01 Transitional compliance with the
W3C Validator
(More checks...)

Help statement for BbkLumi


Version : Id: BbkLumi,v 1.22 2004/07/05 21:43:15 hcroft Exp 

 Welcome to the Luminosity Script!

The aim of this script is to provide luminosity and other
information for single or multiple runs from either keyboard
or file input.

 usage lumi [options]
option -h or --help  : This option

Use ONE of the following options:
option -r or --range : input given as a run range,
                       then two run numbers
option -R or --run   : input given as a single run or a
                       comma-separated list of runs
option -f or --file  : input given as a one or more files
option -t or --tcl   : input a list of objectivity, kanga or CM2 tcl files
option --ds or --dataset : input a list of datasets or patterns matching datasets
option --total       : use with --dataset option to get the total luminsoity
                       of the datasets matching the pattern(s)

Options that change the output:
option -l or --list  : verbose output 1 line per run
option -P or --PhysRel  : chose B-counting processing release version
option -B or --Bcount:
- give B-Counting info see BAD #30 etc for details of method.
  - this info includes number of BB's passing BCounting cuts &
    total number of BBs produced
  - also gives numbers of MuMu pairs (useful in On Off data subtractions)
option -L or --L3    : gives a 'corrected' lumi from L3
             ---> WARNING! Use this option ONLY to get estimates
option -O or --OPR   : Use muon counting from OPR pass
option --BestAvail   : Use best available lumi for runs
option -d or --debug : Print debugging information

Examples:

lumi --range 38358-38363     : Get lumi between runs 38358 and 38363
lumi --run 38358,38363,38451 : Get lumi for the listed runs
lumi --file rlist.txt        : Get lumi for a set of runs in rlist.txt
lumi --tcl job.tcl           : Get lumi for a set of runs in job.tcl
lumi --PhysRel 10 -rB 12419-13091   :
Get luminosity & Number of B's for run range in release 10
lumi --dataset AllEventsSkim-Run2-OffPeak-R12
print the BCounting lumi for the dataset AllEventsSkim-Run2-OffPeak-R12

Problems and suggestions to David Hutchcroft (hcroft@slac.stanford.edu)