#include "RdStationNoiseAnalyser.h"
#include <fwk/CentralConfig.h>
#include <fwk/RunController.h>
#include <fwk/VModule.h>
#include <evt/Event.h>
#include <revt/REvent.h>
#include <revt/Header.h>
#include <revt/Station.h>
#include <revt/Channel.h>
#include <utl/AugerUnits.h>
#include <utl/TimeStamp.h>
#include <utl/ModifiedJulianDate.h>
#include <utl/UTCDateTime.h>
#include <utl/TimeInterval.h>
#include <utl/Branch.h>
#include <utl/SVector.h>
#include <det/Detector.h>
#include <rdet/RDetector.h>
#include <rdet/Channel.h>
#include <rdet/Station.h>
#include <utl/ErrorLogger.h>
#include <string>
#include <complex>
#include <TH1F.h>
#include <TH2F.h>
#include <TProfile.h>
#include <TTimeStamp.h>
#include <TFile.h>
#include <TMath.h>
#include <TCanvas.h>
#include <TGraph.h>
Go to the source code of this file.
Functions | |
void | ct2lst (double longitude, double jd, double &lst) |
double | mod (const double d, const double periode) |
void ct2lst | ( | double | longitude, |
double | jd, | ||
double & | lst | ||
) |
Definition at line 63 of file RdStationNoiseAnalyser.cc.
Referenced by RdStationNoiseAnalyser::Run().
double mod | ( | const double | d, |
const double | periode | ||
) |
Definition at line 53 of file RdStationNoiseAnalyser.cc.
Referenced by G4StationSimulatorOG::G4StationConstruction::AssembleUMD(), ct2lst(), fwk::RunController::FinishBranch(), mdet::Counter::GetArea(), fwk::CentralConfig::GetConfig(), mdet::PMT::GetCrossTalk(), fwk::RunController::InitBranch(), mdet::PMT::InitPixels(), io::Counter_ROOT::operator>>(), RdChannelBeaconSimulator::RdChannelBeaconSimulator::Run(), CachedShowerRegeneratorOG::CachedShowerRegenerator::Run(), mdet::Counter::Segmentation(), and testRunController::testModuleVersionInfo().