#include <FCS_Cell.h>
Definition at line 56 of file FCS_Cell.h.
◆ clear()
| void FCS_matchedcell::clear |
( |
| ) |
|
|
inline |
Definition at line 61 of file FCS_Cell.h.
std::vector< FCS_g4hit > g4hit
std::vector< FCS_hit > hit
◆ operator<()
◆ scalingfactor()
| float FCS_matchedcell::scalingfactor |
( |
| ) |
|
|
inline |
Definition at line 62 of file FCS_Cell.h.
62{
float hitsum =0.;
for (
unsigned int i=0;
i<
hit.size();
i++){hitsum+=
hit[
i].hit_energy;};
return cell.energy/hitsum;};
◆ sort()
| void FCS_matchedcell::sort |
( |
| ) |
|
|
inline |
◆ sortg4hit()
| void FCS_matchedcell::sortg4hit |
( |
| ) |
|
|
inline |
Definition at line 65 of file FCS_Cell.h.
void sort(typename DataModel_detail::iterator< DVL > beg, typename DataModel_detail::iterator< DVL > end)
Specialization of sort for DataVector/List.
◆ sorthit()
| void FCS_matchedcell::sorthit |
( |
| ) |
|
|
inline |
◆ time_trim()
| void FCS_matchedcell::time_trim |
( |
float | timing_cut | ) |
|
|
inline |
Definition at line 67 of file FCS_Cell.h.
DataModel_detail::iterator< DVL > remove_if(typename DataModel_detail::iterator< DVL > beg, typename DataModel_detail::iterator< DVL > end, Predicate pred)
Specialization of remove_if for DataVector/List.
◆ cell
◆ g4hit
| std::vector<FCS_g4hit> FCS_matchedcell::g4hit |
◆ hit
| std::vector<FCS_hit> FCS_matchedcell::hit |
The documentation for this struct was generated from the following file: