# | Line 154 | Line 154 | void Layout::Draw(const std::vector<Hist | |
---|---|---|
154 | } | |
155 | ||
156 | // Save | |
157 | < | std::string filename = GetFileName(histos[0].histo->GetTitle()); |
157 | > | std::string filename = GetFileName(histos[3].histo->GetTitle()); |
158 | mycanvas->SaveAs((filename+".gif").c_str()); | |
159 | mycanvas->SaveAs((filename+".root").c_str()); | |
160 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |