File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ namespace o2::framework
4141// Many methods/definitions/parts of code are taken from HistogramRegisty.h and HistogramRegistry.cxx
4242// --------------------------------------------------------------------------------------------------
4343// --------------------------------------------------------------------------------------------------
44- // ToDo :: create templated class to keep the BitMask modifiable and declrable at compile time. // template <uint32_t BitMask>
44+ // ToDo :: create templated class to keep the BitMask modifiable and declrable at compile time. // template <uint32_t BitMask>
4545class TListHandler
4646{
4747
@@ -628,7 +628,7 @@ double TListHandler::getSize(double fillFraction)
628628 if (hist) {
629629 size += HistFiller::getSize (hist, fillFraction);
630630 }
631- },
631+ },
632632 mTListValue [j]);
633633 }
634634 return size;
You can’t perform that action at this time.
0 commit comments