File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Analysis/Core/include/Analysis Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2828#include < vector>
2929#include < list>
3030
31- using namespace std ;
32-
3331class 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
You can’t perform that action at this time.
0 commit comments