#include "dunecalib/Calib/XYZCalibProtoDUNE.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 | gDataType = "mc" |
std::string | gXCorrFile = "" |
std::string | gYZCorrFile = "" |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 82 of file getXYZCalibProtoDUNE.cc.
bool ParseCLArgs | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 21 of file getXYZCalibProtoDUNE.cc.
void PrintUsage | ( | ) |
Definition at line 14 of file getXYZCalibProtoDUNE.cc.
std::string gDataType = "mc" |
Definition at line 8 of file getXYZCalibProtoDUNE.cc.
int gRun = -1 |
Definition at line 7 of file getXYZCalibProtoDUNE.cc.
std::string gXCorrFile = "" |
Definition at line 9 of file getXYZCalibProtoDUNE.cc.
std::string gYZCorrFile = "" |
Definition at line 10 of file getXYZCalibProtoDUNE.cc.