Skip to content

Commit dfa78de

Browse files
authored
No using namespace in include (AliceO2Group#4438)
1 parent ebea649 commit dfa78de

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Analysis/Core/include/Analysis/HistogramManager.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
#include <vector>
2929
#include <list>
3030

31-
using namespace std;
32-
3331
class HistogramManager : public TNamed
3432
{
3533

@@ -96,8 +94,8 @@ class HistogramManager : public TNamed
9694
void Print(Option_t*) const override;
9795

9896
private:
99-
THashList* fMainList; // master histogram list
100-
int fNVars; // number of variables handled (tipically from the Variable Manager)
97+
THashList* fMainList; // master histogram list
98+
int fNVars; // number of variables handled (tipically from the Variable Manager)
10199

102100
bool* fUsedVars; //! flags of used variables
103101
std::map<std::string, std::list<std::vector<int>>> fVariablesMap; //! map holding identifiers for all variables needed by histograms

0 commit comments

Comments
 (0)