#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 <FdRecLevel.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.
Functions | |
int | main (int argc, char **argv) |
void | preselect (boost::filesystem::path steerdir, const vector< string > &inputs) |
Variables | |
bool | doCompress = false |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 602 of file preselect.cc.
References preselect().
void preselect | ( | boost::filesystem::path | steerdir, |
const vector< string > & | inputs | ||
) |
Definition at line 53 of file preselect.cc.
References degree, doCompress, io::eSuccess, io::eWrite, exists, and exit.
Referenced by main().
bool doCompress = false |
Definition at line 50 of file preselect.cc.
Referenced by preselect().