#include <fwk/CentralConfig.h>
#include <fwk/CoordinateSystemRegistry.h>
#include <fwk/RandomEngineRegistry.h>
#include <evt/Event.h>
#include <evt/ShowerSimData.h>
#include <sevt/SEvent.h>
#include <sevt/Header.h>
#include <sevt/Station.h>
#include <sevt/StationRecData.h>
#include <sevt/StationSimData.h>
#include <sevt/StationTriggerData.h>
#include <sevt/EventTrigger.h>
#include <utl/AxialVector.h>
#include <utl/ErrorLogger.h>
#include <utl/MathConstants.h>
#include <utl/Particle.h>
#include <utl/PhysicalConstants.h>
#include <utl/PhysicalFunctions.h>
#include <utl/Reader.h>
#include <utl/RandomEngine.h>
#include <utl/UTMPoint.h>
#include <det/Detector.h>
#include <sdet/SDetector.h>
#include <atm/Atmosphere.h>
#include <atm/ProfileResult.h>
#include <atm/InclinedAtmosphericProfile.h>
#include "SdSimpleSim.h"
#include "MuonTimeModel.h"
#include <CLHEP/Random/RandPoisson.h>
#include <CLHEP/Random/Randomize.h>
#include <CLHEP/Random/RandGauss.h>
#include <CLHEP/Random/RandFlat.h>
#include <TMath.h>
#include <TFile.h>
#include <TTree.h>
#include <TH1F.h>
#include <TProfile.h>
#include <boost/range/iterator_range.hpp>
#include <iostream>
Go to the source code of this file.
Variables | |
static double | fgTriggerPropShalf [5][4] |
static double | fgTriggerPropShalfError [5][4] |
static double | fgTriggerS1000Bins [4] = { 4.5, 13.5, 40.5, 121.5 } |
static double | fgTriggerThetaBins [5] = { 15, 25, 35, 45, 55 } |
static double | kMeterPerVEM = 1.2*meter |
static double | kTrackPerGEV = 5.25*meter/GeV |
|
static |
Definition at line 2243 of file SdSimpleSim.cc.
Referenced by SdSimpleSimKG::SdSimpleSim::T1TriggerProbability().
|
static |
Definition at line 2251 of file SdSimpleSim.cc.
Referenced by SdSimpleSimKG::SdSimpleSim::T1TriggerProbability().
|
static |
Definition at line 2241 of file SdSimpleSim.cc.
Referenced by SdSimpleSimKG::SdSimpleSim::T1TriggerProbability().
|
static |
Definition at line 2240 of file SdSimpleSim.cc.
Referenced by SdSimpleSimKG::SdSimpleSim::T1TriggerProbability().
|
static |
Definition at line 86 of file SdSimpleSim.cc.
Referenced by SdSimpleSimKG::SdSimpleSim::CalculateTankSignal().
|
static |
Definition at line 87 of file SdSimpleSim.cc.
Referenced by SdSimpleSimKG::SdSimpleSim::CalculateTankSignal().