#include <det/Detector.h>
#include <tls/MuonProfile.h>
#include <tls/MuonProfileUtilities.h>
#include <utl/AugerUnits.h>
#include <utl/MathConstants.h>
#include <utl/Reader.h>
#include <utl/Branch.h>
#include <utl/Vector.h>
#include <utl/Point.h>
#include <utl/CoordinateSystemPtr.h>
#include <utl/ReferenceEllipsoid.h>
#include <utl/AugerCoordinateSystem.h>
#include <utl/UTMPoint.h>
#include <utl/Transformation.h>
#include <string>
#include <sstream>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/program_options.hpp>
#include <TFile.h>
#include <TH2.h>
Go to the source code of this file.
Functions | |
CoordinateSystemPtr | GetLocalCS () |
int | main (int argc, char *argv[]) |
void | processOptions (int argc, char *argv[]) |
Variables | |
Vector | gMagneticField |
vector< double > | gPhi |
vector< double > | gTheta |
string | gXMLConfigurationFileName |
CoordinateSystemPtr GetLocalCS | ( | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 54 of file Documentation/Tutorials/HasModels/MuonProfile.cc.
References RdGeoCeLDFFitter::b, utl::deg, degree, galactic::EeV, tls::MuonProfile::EnergyMuon(), GetLocalCS(), utl::Branch::GetName(), utl::Branch::GetNextSibling(), utl::BasicVector< HepVector >::GetPhi(), utl::Branch::GetTopBranch(), utl::BasicVector< HepVector >::GetX(), utl::BasicVector< HepVector >::GetY(), utl::BasicVector< HepVector >::GetZ(), gMagneticField, gPhi, gTheta, gXMLConfigurationFileName, tls::kDeclination, tls::kInclination, utl::kPiOnTwo, utl::m, tls::MuonProfile::NMuon(), G4StationSimulatorOG::p, processOptions(), and tls::MuonProfile::ThetaMuon().
void processOptions | ( | int | argc, |
char * | argv[] | ||
) |
Vector gMagneticField |
Definition at line 44 of file Documentation/Tutorials/HasModels/MuonProfile.cc.
Referenced by main().
vector<double> gPhi |
Definition at line 46 of file Documentation/Tutorials/HasModels/MuonProfile.cc.
Referenced by main().
vector<double> gTheta |
Definition at line 45 of file Documentation/Tutorials/HasModels/MuonProfile.cc.
string gXMLConfigurationFileName |
Definition at line 43 of file Documentation/Tutorials/HasModels/MuonProfile.cc.