Go to the source code of this file.
◆ setTopPMTs()
  
  
      
        
          | vector< int > setTopPMTs  | 
          ( | 
          int  | 
          option | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Select the PMTs in the upper hemisphere of a DOM. 
- Parameters
 - 
  
  
 
- Returns
 - vector with chosen pmts 
 
Definition at line 48 of file PMT_choice.hh.
   58     topPMTs.insert(topPMTs.end(), t.
top_a.begin(), t.
top_a.end());
 
   64     topPMTs.insert(topPMTs.end(), t.
top_a.begin(), t.
top_a.end());
 
   66     topPMTs.insert(topPMTs.end(), t.
top_b.begin(), t.
top_b.end());
 
   72     topPMTs.insert(topPMTs.end(), t.
top_a.begin(), t.
top_a.end());
 
   74     topPMTs.insert(topPMTs.end(), t.
top_b.begin(), t.
top_b.end());
 
   76     topPMTs.insert(topPMTs.end(), t.
top_c.begin(), t.
top_c.end());
 
   78     topPMTs.insert(topPMTs.end(), t.
top_d.begin(), t.
top_d.end());
 
   80     topPMTs.insert(topPMTs.end(), t.
top_e.begin(), t.
top_e.end());
 
   82     topPMTs.insert(topPMTs.end(), t.
top_f.begin(), t.
top_f.end());
 
 
 
 
◆ setBottomPMTs()
  
  
      
        
          | vector< int > setBottomPMTs  | 
          ( | 
          int  | 
          option | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Select the PMTs in the lower hemisphere of a DOM. 
- Parameters
 - 
  
  
 
- Returns
 - vector with chosen pmts 
 
Definition at line 100 of file PMT_choice.hh.