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...)



BbkSPModes

BbkSPModes -- Reporting tool to list a search for decay modes defined in the BaBar SP system. The output is a table list of the decay mode, the mode number, the decay file, the generator, the filter, the decay type, and decay category.


SYNOPSIS

        BbkSPModes <options>


OPTIONS

--categories <desc.>

List the decay modes based on the categories defined, or a sub-string in the category. such as generic decays.

--debug

Print debug messages.

--decfile <file>, or --f <file>

List decay modes with a certain decay file in the ProdDecayFiles package, or with a sub-string in the file name.

--filter <name>

List the decay modes using a certain filter, or sub string of that filter.

--help

Print out the help message.

--modenum <number>, or -n <number>

List the info about a certain decay mode given the unique decay mode number.

--runtype <desc.>

List the define decay modes given the desc. run type string in the defined mode, or a sub-string of this desc. of the decay.


DESCRIPTION

This is a small util, which will list and search for the defined decay modes in the SP production system. The main use of this is to determine the unique decay mode number, if you know something else about the decay mode, such as the decay file, or part of the desc. string.


EXAMPLES

To find the definition of a certain decay mode:

        BbkSPModes --modenum 1237

To find all modes using a certain decfile:

        BbkSPModes --decfile B0B0bar_generic.dec

To find all modes which contain a string in the run type:

        BbkSPModes --runtype generic

To find all modes which contain a string in the category:

        BbkSPModes --categories generic


AUTHOR

Douglas Smith <douglas@slac.stanford.edu>