# | Line 4 | Line 4 | |
---|---|---|
4 | #include "UserCode/HbbAnalysis/interface/HistosBase.hh" | |
5 | ||
6 | namespace HbbAnalysis {//namespace | |
7 | + | |
8 | + | HistosBase::HistosBase(): |
9 | + | debug_(0) |
10 | + | {} |
11 | ||
12 | < | void HistosBase::CreateHistos(std::string aObj, TFileDirectory aDir){ |
12 | > | void HistosBase::CreateHistos(std::string aObj, TFileDirectory aDir, unsigned short aDebug){ |
13 | > | |
14 | > | debug_ = aDebug; |
15 | ||
16 | std::ostringstream lName; | |
17 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |