Skip to content
Snippets Groups Projects
Commit 266aa103 authored by Administrator's avatar Administrator Committed by Florian Uhlig
Browse files

Fix compiler warnings

Exclude std::vector in a task from being streamed.
parent c8c956eb
No related branches found
No related tags found
1 merge request!206Fix compiler warnings
......@@ -242,7 +242,7 @@ private:
UInt_t fuNbTofDigisSel = 6;
UInt_t fuNbTofDigiInSync = 0;
std::vector<Double_t> fvdTimeSelectedT0;
std::vector<Double_t> fvdTimeSelectedT0; //!
TH1* fSelT0StsDiff = nullptr;
TH1* fSelT0MuchDiff = nullptr;
TH1* fSelT0TrdDiff = nullptr;
......
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