#include <iostream>
#include <cmath>
#include "TH1F.h"
#include "TH2F.h"
#include "TFile.h"
#include "WCSimRootEvent.hh"
#include "WCSimRootGeom.hh"
Go to the source code of this file.
|  | 
| void | format_histogram (TH1D *h, std::string title, std::string xtitle, std::string ytitle) | 
|  | 
| void | format_histogram (TH2D *h, std::string title, std::string xtitle, std::string ytitle) | 
|  | 
| void | read_OD (std::string inFileName, std::string outFileName, bool verbosity) | 
|  | 
◆ PI
◆ format_histogram() [1/2]
      
        
          | void format_histogram | ( | TH1D * | h, | 
        
          |  |  | std::string | title, | 
        
          |  |  | std::string | xtitle, | 
        
          |  |  | std::string | ytitle | 
        
          |  | ) |  |  | 
      
 
 
◆ format_histogram() [2/2]
      
        
          | void format_histogram | ( | TH2D * | h, | 
        
          |  |  | std::string | title, | 
        
          |  |  | std::string | xtitle, | 
        
          |  |  | std::string | ytitle | 
        
          |  | ) |  |  | 
      
 
 
◆ read_OD()
      
        
          | void read_OD | ( | std::string | inFileName, | 
        
          |  |  | std::string | outFileName, | 
        
          |  |  | bool | verbosity | 
        
          |  | ) |  |  |