Skip to content
Snippets Groups Projects
Commit b97abb56 authored by adrien-matta's avatar adrien-matta
Browse files

* missing mode for vspecra

parent de075a79
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,15 @@ TH1* VSpectra::AddHisto2D(string name, string title, Int_t nbinsx, Double_t xlow ...@@ -75,6 +75,15 @@ TH1* VSpectra::AddHisto2D(string name, string title, Int_t nbinsx, Double_t xlow
return hist; return hist;
} }
////////////////////////////////////////////////////////////////////////////////
void VSpectra::AddCanvas(TCanvas* c){
m_Canvas.push_back(c);
}
////////////////////////////////////////////////////////////////////////////////
vector<TCanvas*> VSpectra::GetCanvas(){
return m_Canvas;
}
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
TH1* VSpectra::GetHisto(string& family, string& name){ TH1* VSpectra::GetHisto(string& family, string& name){
vector<string> index; vector<string> index;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment