Creates a test calibration file for ShowerCalibrationGaloreFromPID. More...
#include "test/Services/ShowerCalibrationGalore/Providers/CreateTestShowerCalibrationFromPID.h"
#include <string>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Creates a test calibration file for ShowerCalibrationGaloreFromPID.
Command line arguments:
CreateTestCalibrationFromPID [OutputPath]
OutputPath is a full ROOT directory path made of a UNIX path and a ROOT directory path. For example, "data/calibrations.root:Showers/ByType" will create a directory "data" and a "calibrations.root" ROOT file in it (or update it if exists), create a structure of two nested ROOT directories, "Showers/ByType", and write all the calibration graphs in there.
Definition in file CreateTestShowerCalibrationFromPID_test.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 28 of file CreateTestShowerCalibrationFromPID_test.cc.