|
MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
|
#include "BeamEnergies.hpp"#include "Constants.hpp"#include "Paths.hpp"#include <TFile.h>#include <TLeaf.h>#include <TTree.h>Go to the source code of this file.
Namespaces | |
| namespace | BeamEnergies |
| The beam's energy at each anode strip, from the simulated unreacted beam. | |
Functions | |
| TString | BeamEnergies::SimPath () |
| Path to the dataset's beam simulation file. | |
| Bool_t | BeamEnergies::Profile (const TString &path, Double_t *dE, Double_t &e_strip0) |
| Read the per-strip energy loss profile from a beam simulation. | |
| Double_t | BeamEnergies::LabAtStrip (const Double_t *dE, Double_t e_strip0, Int_t reac) |
| Lab energy entering a given strip. | |
| Double_t | BeamEnergies::CmFraction () |
| Centre-of-mass energy fraction for this dataset's reaction. | |