- 16 May, 2019 5 commits
-
-
Jens Kroeger authored
AnalysisTimingATLASpix: reordered some histograms so they are next to each other in root file, also unified names to camelCase
-
Jens Kroeger authored
AnalysisTimingATLASpix: renamed hTotVsTime_low into hTotVsTime as it's filled with all ToTs, not only low
-
Jens Kroeger authored
AnalysisTimingATLASpix: Improved reading of correction files and graphs, now we throw a proper error if they don't exist. Also, we're not using a pointer to the TFile object anymore such that we don't need to delete it by hand.
-
Jens Kroeger authored
-
Jens Kroeger authored
AnalysisTimingATLASpix: cleaned up function correctClusterTimestamp (there were still some useless old code lines + outdated comments)
-
- 15 May, 2019 8 commits
-
-
Jens Kroeger authored
-
Jens Kroeger authored
AnalysisTimingATLASpix: removed unnecessary lines from correctClusterTimestamp as all that is performed in the [Clustering4D] module before. Only the cluster timestamp shall be updated (rest was not changing anything anyway).
-
Jens Kroeger authored
AnalysisTimingATLASpix.cpp: changed tot to charge where appropriate (whenever cluster is used and not pixel)
-
Jens Kroeger authored
AnalysisTimingATLASpix.h: changed tot to charge where appropriate (whenever cluster is used and not pixel)
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
AnalysisTimingATLASpix: updated CMakeLists.txt -> now restricted to correct detector type (was all DUTs)
-
Jens Kroeger authored
-
- 14 May, 2019 14 commits
-
-
Jens Kroeger authored
Clustering4D: removed if(pixel charge = 0) continue because I'm convinced we don't need it (tested functionality of epsilon in a dummy project separately)
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
AnalysisEfficiency: changed range of hPixelEfficiency such that it goes from 0 to 1.005 (100% = bin from 1.0 to 1.005)
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
AnalysisEfficiency: moved calculation of binning in front of TProfile booking + error will be thrown if bin number is too fine for ROOT. Also correct conversion to um. This fixes #59.
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
- 13 May, 2019 13 commits
-
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
AnalysisTimingATLASpix: introduced parameters for names of row/timewalk correction TGraphErrors which were previously hard-coded (and contained the exact name of one particular prototype)
-
Jens Kroeger authored
AnalysisTimingATLASpix: added declaration in header for left_tail_cut and high_tot_cut which were previously hard-coded
-
Jens Kroeger authored
AnalysisTimingATLASpix: introduced two more parameters: left_tail_cut and high_tot_cut which were previously hard-coded
-
Jens Kroeger authored
AnalysisTimingATLASpix: removed outdated histograms for TS1 and TS2 and renamed righttail to mainpeak for various histograms
-
Jens Kroeger authored
AnalysisTimingATLASpix: renamed AnalysisTiming -> AnalysisTimingATLASpix in various places to make it compile
-
Jens Kroeger authored
EventLoaderATLAXpix: added many new events for TS1/TS2 analysis + added default axis labels to all histograms
-
Jens Kroeger authored
-
Jens Kroeger authored
-
Jens Kroeger authored
-