#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <algorithm>
#include "TTree.h"
#include "TGraph.h"
#include "TEllipse.h"
#include "TH1F.h"
#include "THStack.h"
#include "TH1D.h"
#include "TStyle.h"
#include "TROOT.h"
#include "TSystem.h"
#include "TCanvas.h"
#include "TFile.h"
#include "WCSimRootOptions.hh"
#include "WCSimRootGeom.hh"
#include "WCSimRootEvent.hh"
Go to the source code of this file.
|  | 
| int | display (int verbose, const char *filename) | 
|  | 
| TGraph * | MakeGraph (vector< pair< double, double > > v, int col, int style, const float size=1.5) | 
|  | 
| double | GetAzimuth (double x, double y) | 
|  | 
| void | PrintPMT (const WCSimRootPMT *tube, const int ipmt) | 
|  | 
| void | DumpGeoTree (WCSimRootGeom *geo, TCanvas *c, int verbose) | 
|  | 
| int | plot_pmts (int verbose=0, const char *filename="wcsim.root") | 
|  | 
◆ display()
      
        
          | int display | ( | int | verbose, | 
        
          |  |  | const char * | filename | 
        
          |  | ) |  |  | 
      
 
 
◆ DumpGeoTree()
      
        
          | void DumpGeoTree | ( | WCSimRootGeom * | geo, | 
        
          |  |  | TCanvas * | c, | 
        
          |  |  | int | verbose | 
        
          |  | ) |  |  | 
      
 
 
◆ GetAzimuth()
      
        
          | double GetAzimuth | ( | double | x, | 
        
          |  |  | double | y | 
        
          |  | ) |  |  | 
      
 
 
◆ MakeGraph()
      
        
          | TGraph* MakeGraph | ( | vector< pair< double, double > > | v, | 
        
          |  |  | int | col, | 
        
          |  |  | int | style, | 
        
          |  |  | const float | size = 1.5 | 
        
          |  | ) |  |  | 
      
 
 
◆ plot_pmts()
      
        
          | int plot_pmts | ( | int | verbose = 0, | 
        
          |  |  | const char * | filename = "wcsim.root" | 
        
          |  | ) |  |  | 
      
 
 
◆ PrintPMT()
◆ CycLocs
Initial value:= {"ID top cap",
                          "ID barrel",
                          "ID bottom cap",
                          "OD bottom cap",
                          "OD barrel",
                          "OD top cap",
                          "mPMT top cap",
                          "mPMT barrel",
                          "mPMT bottom cap"}
Definition at line 94 of file plot_pmts.C.