ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <AtVectorResponse.h>
Public Member Functions | |
AtVectorResponse ()=default | |
Static Public Member Functions | |
static double | ResponseFunction (double reducedTime) |
static void | SetFile (TString filename) |
Static Protected Member Functions | |
static void | setParameters () |
Static Protected Attributes | |
static double | fPeakingTime = 0 |
static double | fTBTime = 0 |
Electronic peaking time in us. More... | |
static std::unique_ptr< ElectronicResponse::AtFileResponse > | fResponse = nullptr |
Time bucket size in us. More... | |
Definition at line 12 of file AtVectorResponse.h.
|
default |
|
static |
Definition at line 17 of file AtVectorResponse.cxx.
|
static |
Definition at line 22 of file AtVectorResponse.cxx.
|
staticprotected |
Definition at line 29 of file AtVectorResponse.cxx.
|
staticprotected |
Definition at line 15 of file AtVectorResponse.h.
|
staticprotected |
Time bucket size in us.
Definition at line 17 of file AtVectorResponse.h.
|
staticprotected |
Electronic peaking time in us.
Definition at line 16 of file AtVectorResponse.h.