#include <tls/VTankResponse.h>
#include <tls/TankResponseFactory.h>
#include <tls/TankResponseUtilities.h>
#include <boost/program_options.hpp>
#include <boost/shared_ptr.hpp>
#include <utl/Reader.h>
#include <utl/AugerUnits.h>
#include <utl/AugerException.h>
#include <utl/ErrorLogger.h>
#include <iostream>
#include <cmath>
#include <string>
#include <TFile.h>
#include <TH1D.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | processOptions (int argc, char *argv[]) |
Variables | |
int | gMuonMax |
int | gMuonMin |
vector< double > | gTheta |
string | gXMLConfigurationFileName |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 41 of file Documentation/Tutorials/HasModels/TankResponse.cc.
References tls::VTankResponse::CDF(), degree, ERROR, utl::Branch::GetFirstChild(), utl::AugerException::GetMessage(), utl::Branch::GetName(), utl::Branch::GetTopBranch(), gMuonMax, gMuonMin, gTheta, gXMLConfigurationFileName, tls::VTankResponse::Mean(), galactic::meter, G4StationSimulatorOG::p, tls::VTankResponse::PDF(), processOptions(), utl::Branch::push_back(), utl::s, sqrt(), and tls::TankMeanTrackLength().
void processOptions | ( | int | argc, |
char * | argv[] | ||
) |
int gMuonMax |
Definition at line 36 of file Documentation/Tutorials/HasModels/TankResponse.cc.
Referenced by main().
int gMuonMin |
Definition at line 36 of file Documentation/Tutorials/HasModels/TankResponse.cc.
Referenced by main().
vector<double> gTheta |
Definition at line 35 of file Documentation/Tutorials/HasModels/TankResponse.cc.
string gXMLConfigurationFileName |
Definition at line 34 of file Documentation/Tutorials/HasModels/TankResponse.cc.