#include "dune/RunHistory/RunHistoryDUNE.h"
#include "nuevdb/IFDatabase/Table.h"
#include <getopt.h>
#include <iostream>
Go to the source code of this file.
Functions | |
void | PrintUsage () |
bool | ParseCLArgs (int argc, char *argv[]) |
int | main (int argc, char **argv) |
Variables | |
int | gRun = -1 |
std::string | gDetStr = "" |
int | gDetId = dune::RunHistoryDUNE::kUnknownDet |
bool | gDumpSCData = false |
bool | gDumpASICSettings = false |
bool | gPrintComponents = false |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 98 of file RunInfoDUNE.cc.
bool ParseCLArgs | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 27 of file RunInfoDUNE.cc.
void PrintUsage | ( | ) |
Definition at line 16 of file RunInfoDUNE.cc.
int gDetId = dune::RunHistoryDUNE::kUnknownDet |
Definition at line 9 of file RunInfoDUNE.cc.
std::string gDetStr = "" |
Definition at line 8 of file RunInfoDUNE.cc.
bool gDumpASICSettings = false |
Definition at line 11 of file RunInfoDUNE.cc.
bool gDumpSCData = false |
Definition at line 10 of file RunInfoDUNE.cc.
bool gPrintComponents = false |
Definition at line 12 of file RunInfoDUNE.cc.
int gRun = -1 |
Definition at line 7 of file RunInfoDUNE.cc.