|
MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
|
#include "BeamFit2D.hpp"#include "Constants.hpp"#include "FileSet.hpp"#include "IOUtils.hpp"#include "InitUtils.hpp"#include "Normalization.hpp"#include "Paths.hpp"#include "PlottingUtils.hpp"#include <Rtypes.h>#include <TCanvas.h>#include <TDirectory.h>#include <TEllipse.h>#include <TF1.h>#include <TF2.h>#include <TFile.h>#include <TFitResult.h>#include <TGraph.h>#include <TGraphErrors.h>#include <TH1.h>#include <TH1D.h>#include <TH1F.h>#include <TH2.h>#include <TH2F.h>#include <TKey.h>#include <TLegend.h>#include <TLine.h>#include <TList.h>#include <TMath.h>#include <TROOT.h>#include <TSpectrum.h>#include <TString.h>#include <TSystem.h>#include <TTree.h>#include <algorithm>#include <cmath>#include <fstream>#include <iostream>#include <map>#include <mutex>#include <queue>#include <set>#include <thread>#include <toml++/toml.hpp>#include <vector>Go to the source code of this file.
Classes | |
| struct | ChannelCal |
| One readout channel's beam-peak calibration. More... | |
| struct | StripAlignmentResult |
| Output of the two post-gain calibration steps. More... | |
| class | CalibrateBeam |
| Per-channel beam-peak calibration, gain matching and strip alignment. More... | |