![]() |
Project
|
#include <fstream>
#include <cstdio>
#include "CCDB/BasicCCDBManager.h"
#include "CommonDataFormat/InteractionRecord.h"
#include "CCDB/CcdbApi.h"
#include "DataFormatsCTP/Scalers.h"
#include "DataFormatsCTP/Configuration.h"
#include "DataFormatsParameters/GRPMagField.h"
#include "DataFormatsParameters/GRPECSObject.h"
#include "CommonTypes/Units.h"
#include <boost/program_options.hpp>
Go to the source code of this file.
Functions | |
void | writeIRtoFile (float ir) |
void | writeDurationToFile (long duration) |
void | writeBFieldToFile (float b) |
void | writeDetListToFile (std::string detList) |
bool | initOptionsAndParse (bpo::options_description &options, int argc, char *argv[], bpo::variables_map &vm) |
int | main (int argc, char *argv[]) |
Variables | |
const double | orbitDuration = 88.924596234 |
bool initOptionsAndParse | ( | bpo::options_description & | options, |
int | argc, | ||
char * | argv[], | ||
bpo::variables_map & | vm | ||
) |
Definition at line 79 of file getRunParameters.cxx.
Definition at line 106 of file getRunParameters.cxx.
void writeBFieldToFile | ( | float | b | ) |
Definition at line 56 of file getRunParameters.cxx.
void writeDetListToFile | ( | std::string | detList | ) |
Definition at line 68 of file getRunParameters.cxx.
Definition at line 44 of file getRunParameters.cxx.
void writeIRtoFile | ( | float | ir | ) |
Definition at line 32 of file getRunParameters.cxx.
const double orbitDuration = 88.924596234 |
Definition at line 30 of file getRunParameters.cxx.