Skip to content
Snippets Groups Projects
Commit 257576a7 authored by clantz's avatar clantz
Browse files

Added SinglePlot for real this time. Changed float to double in OverlayHistos

parent 347e7ec8
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ class Visualizer { ...@@ -37,7 +37,7 @@ class Visualizer {
//Main visualization methods //Main visualization methods
void ManyPadsPlot ( std::vector< TH1* > _first_form, std::vector< TH1* > _second_form, int _ncol, int _nrow, std::string _out_name, std::string _treatment ); void ManyPadsPlot ( std::vector< TH1* > _first_form, std::vector< TH1* > _second_form, int _ncol, int _nrow, std::string _out_name, std::string _treatment );
void SinglePlot ( std::vector< double > _v1, std::vector< double > _v2, std::string _out_name, std::string _treatment, double _line);
private : private :
/** String identifying the style to be applied */ /** String identifying the style to be applied */
......
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