#include <vector>
#include <sstream>
#include <iomanip>
#include <boost/tokenizer.hpp>
#include <TROOT.h>
#include <TStyle.h>
#include <TFile.h>
#include <TCanvas.h>
#include <TH2F.h>
#include <TEllipse.h>
#include <TLatex.h>
#include <TLine.h>
#include <TGraph.h>
#include <TGraphErrors.h>
#include <TGraphBentErrors.h>
#include <TMultiGraph.h>
#include <TPaveText.h>
#include <TPolyLine.h>
#include <fwk/CentralConfig.h>
#include <det/Detector.h>
#include <sdet/SDetector.h>
#include <sdet/STimeVariance.h>
#include <evt/ShowerSimData.h>
#include <evt/Event.h>
#include <evt/ShowerRecData.h>
#include <evt/ShowerSRecData.h>
#include <sevt/SEvent.h>
#include <sevt/Header.h>
#include <sevt/Station.h>
#include <sevt/StationRecData.h>
#include <sevt/StationTriggerData.h>
#include <utl/PhysicalConstants.h>
#include <utl/TimeStamp.h>
#include <utl/UTCDateTime.h>
#include <utl/TraceAlgorithm.h>
#include <utl/AxialVector.h>
#include <utl/UTMPoint.h>
#include <utl/TabulatedFunctionErrors.h>
#include <utl/ErrorLogger.h>
#include <utl/Reader.h>
#include <utl/SaveCurrentTDirectory.h>
#include "SdRecPlotter.h"
Go to the source code of this file.
Classes | |
class | SdRecPlotterOG::AccidentalInfo |
class | SdRecPlotterOG::CandidateInfo |
class | SdRecPlotterOG::SilentInfo |
Namespaces | |
SdRecPlotterOG | |
Functions | |
void | SdRecPlotterOG::AddText (TPaveText &pt, const string &str) |
string | SdRecPlotterOG::GetT4TriggerName (const int t4) |
string | SdRecPlotterOG::GetT5TriggerName (const int t5) |
double | SdRecPlotterOG::RPerp (const Vector &axis, const Vector &station) |