#include <TROOT.h>#include <TFile.h>#include <TMath.h>#include <TVector3.h>#include <TSystem.h>#include <TH1D.h>#include <TH2D.h>#include <TProfile.h>#include <iomanip>#include <iostream>#include <string>#include <cmath>#include <sstream>#include <vector>#include <algorithm>#include <cstdio>#include <iterator>#include <fstream>#include <map>#include <RecEvent.h>#include <RecEventFile.h>#include <FileInfo.h>#include <DetectorGeometry.h>#include <EyeGeometry.h>#include <FDEvent.h>#include <EventInfo.h>#include <Shower.h>#include <GenShower.h>#include <FdGenShower.h>#include <TelescopeGeometry.h>#include <FdTelescopeData.h>#include <FdApertureLight.h>#include <FdGeometry.h>#include <boost/algorithm/string.hpp>#include <boost/lexical_cast.hpp>#include <boost/filesystem.hpp>#include <chrono>#include <thread>Go to the source code of this file.
Macros | |
| #define | BOOST_SYSTEM_NO_DEPRECATED |
Functions | |
| void | ADST2CORSIKA (boost::filesystem::path steerdir, const vector< string > &inputs) |
| int | main (int argc, char **argv) |
| void | writeSteeringCard (boost::filesystem::path steerdir, const int iRun, const double energyGeV, const double thetaDeg, const double phiDeg, const double arrangDeg, const double obslevCM, const double corexCM, const double coreyCM) |
Variables | |
| const bool | uniqueFileNames = true |
| #define BOOST_SYSTEM_NO_DEPRECATED |
Definition at line 40 of file ADST2CORSIKA.cc.
| void ADST2CORSIKA | ( | boost::filesystem::path | steerdir, |
| const vector< string > & | inputs | ||
| ) |
Definition at line 98 of file ADST2CORSIKA.cc.
References degree, io::eSuccess, exists, std::pow(), uniqueFileNames, and writeSteeringCard().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 331 of file ADST2CORSIKA.cc.
References ADST2CORSIKA().
| void writeSteeringCard | ( | boost::filesystem::path | steerdir, |
| const int | iRun, | ||
| const double | energyGeV, | ||
| const double | thetaDeg, | ||
| const double | phiDeg, | ||
| const double | arrangDeg, | ||
| const double | obslevCM, | ||
| const double | corexCM, | ||
| const double | coreyCM | ||
| ) |
Definition at line 55 of file ADST2CORSIKA.cc.
Referenced by ADST2CORSIKA().
| const bool uniqueFileNames = true |
Definition at line 51 of file ADST2CORSIKA.cc.
Referenced by ADST2CORSIKA().