#include <FCS_Cell.h>
Definition at line 70 of file FCS_Cell.h.
 
◆ GetLayer()
◆ operator[]()
◆ push_back()
◆ scalingfactor()
  
  | 
        
          | float FCS_matchedcellvector::scalingfactor | ( |  | ) |  |  | inline | 
 
Definition at line 83 of file FCS_Cell.h.
   83 {
float cellsum=0.; 
float hitsum=0.; 
for (
unsigned int i=0; 
i<
m_vector.size(); 
i++){cellsum+=
m_vector[
i].cell.energy;
for (
unsigned int j=0; j<
m_vector[
i].hit.size(); j++){hitsum+=
m_vector[
i].hit[j].hit_energy;};}; 
return cellsum/hitsum;}; 
 
 
 
◆ size()
  
  | 
        
          | unsigned int FCS_matchedcellvector::size | ( |  | ) |  |  | inline | 
 
 
◆ sort()
  
  | 
        
          | void FCS_matchedcellvector::sort | ( |  | ) |  |  | inline | 
 
 
◆ sort_cells()
  
  | 
        
          | void FCS_matchedcellvector::sort_cells | ( |  | ) |  |  | inline | 
 
 
◆ time_trim()
  
  | 
        
          | void FCS_matchedcellvector::time_trim | ( | float | timing_cut | ) |  |  | inline | 
 
 
◆ m_vector
The documentation for this struct was generated from the following file:
 
void sort(typename std::reverse_iterator< DataModel_detail::iterator< DVL > > beg, typename std::reverse_iterator< DataModel_detail::iterator< DVL > > end, const Compare &comp)
Specialization of sort for DataVector/List.