Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Common/Tools/TListHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace o2::framework
// Many methods/definitions/parts of code are taken from HistogramRegisty.h and HistogramRegistry.cxx
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------
//ToDo :: create templated class to keep the BitMask modifiable and declrable at compile time. // template <uint32_t BitMask>
// ToDo :: create templated class to keep the BitMask modifiable and declrable at compile time. // template <uint32_t BitMask>
class TListHandler
{

Expand Down
Loading