Skip to content
Snippets Groups Projects
Commit 6e59af5c authored by Fabian Simon Lex's avatar Fabian Simon Lex
Browse files

Fixed small typo in label of Time profile histogram

parent d61af604
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ void EventLoaderALiBaVa::initialize() {
hNoiseCorrect = new TH1F("noiseCorrect", "Corrected Noise; # channel; Noise[ADC]", 256, -0.5, 255.5);
hTimeProfile =
new TProfile("timeProfile", "Time profile; Time [ns], Ave. signal highest channel [ADC]", 35, 0, 35, 0, 200);
new TProfile("timeProfile", "Time profile; Time [ns]; Ave. signal highest channel [ADC]", 35, 0, 35, 0, 200);
hPedestalCorrect2D = new TH2F(
"pedestalCorrect2D", "Corrected pedestal in 2D; # columns; # rows; Pedestal[ADC]", 256, -0.5, 255.5, 1, -0.5, 0.5);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment