75 tin->SetBranchAddress(
"fifo", &
hit.fifo);
76 tin->SetBranchAddress(
"type", &
hit.type);
77 tin->SetBranchAddress(
"counter", &
hit.counter);
78 tin->SetBranchAddress(
"column", &
hit.column);
79 tin->SetBranchAddress(
"pixel", &
hit.pixel);
80 tin->SetBranchAddress(
"tdc", &
hit.tdc);
81 tin->SetBranchAddress(
"rollover", &
hit.rollover);
82 tin->SetBranchAddress(
"coarse", &
hit.coarse);
83 tin->SetBranchAddress(
"fine", &
hit.fine);
TH2_Type * build_fine_tune_raw_histogram(std::vector< TString > kInputFileNames, TString kRunTag, TString kOutputFileName, bool kRecalculate)
Functions -------------------------------------------------------------------------------------------...
Definition fine_analysis.h:80
std::vector< std::string > devices
Definition alcor.h:26
const int maximum_TDC
Definition alcor.h:46
const double rollover_to_us
Definition alcor.h:58
const double rollover_to_ms
Definition alcor.h:57
const double coarse_to_us
Definition alcor.h:52
const double rollover_to_ns
Definition alcor.h:59
const double coarse_to_s
— Convertion — — Coarse
Definition alcor.h:50
const int rollover_to_coarse
— — Rollover
Definition alcor.h:55
const double coarse_to_ns
Definition alcor.h:53
TTree * load_alcor_data_tree(const std::string infilename, t_hit &hit)
Definition alcor.h:68
std::map< int, std::string > device_int2string
Definition alcor.h:7
const double rollover_to_s
Definition alcor.h:56
std::vector< int > devices_indices
Definition alcor.h:35
const double coarse_to_ms
Definition alcor.h:51
std::map< std::string, int > device_string2int
Definition alcor.h:16
int coarse
Definition alcor.h:64
int column
Definition alcor.h:64
int tdc
Definition alcor.h:64
int fifo
Definition alcor.h:64
double time
Definition alcor.h:65
int pixel
Definition alcor.h:64
int rollover
Definition alcor.h:64
int counter
Definition alcor.h:64
int fine
Definition alcor.h:64
int type
Definition alcor.h:64