BOSS 7.1.3
BESIII Offline Software System
|
#include "calibUtil/Metadata.h"
#include "Coverage.h"
#include <iostream>
#include <cstdio>
#include "string.h"
Go to the source code of this file.
Namespaces | |
namespace | rdbModel |
Functions | |
void | printHelp () |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 52 of file calibCoverage.cxx.
Referenced by BesAboutHelp::BesAboutHelp(), BesMdcPalette::BesMdcPalette(), ClassImp(), and ClassImp().
void printHelp | ( | ) |
@file calibCoverage
Determine whether, for a given calibration type (or set of calibration types), instrument, flavor, proc_level there is precisely one matching calibration in db. In all cases, supplying * for an argument will give you the default value for it
Call with arguments
calibtype Specific type, e.g. "TKR_splits", or class. Allowable classes are "CAL", "TKR", and "*" (all). instrument Defaults to LAT flavor Defaults to "vanilla" level (i.e., proc_level) defaults to "PROD" start Timestamp for beginning of time period to be covered. Defaults to vstart for first calibration found db Defaults to "calib" (production db) For most of the work, see Coverage class
Definition at line 34 of file calibCoverage.cxx.
Referenced by main().