ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <memory>
Go to the source code of this file.
Namespaces | |
AtTools | |
Functions | |
std::unique_ptr< TF1 > | AtTools::GetHitFunctionTB (const AtHit &hit, const AtDigiPar *par=nullptr) |
Get charge as a function of TB. More... | |
std::unique_ptr< TF1 > | AtTools::GetHitFunction (const AtHit &hit, const AtDigiPar *par=nullptr) |
Get charge as a function of z (mm). More... | |
double | AtTools::GetTB (double z, const AtDigiPar *par=nullptr) |
Get TB that corresponds to the passed z position [mm]. More... | |
double | AtTools::GetDriftTB (double d, const AtDigiPar *par=nullptr) |
Get TB that corresponds to a drift of distance d [mm]. More... | |