Definition at line 31 of file CLUE.h.
◆ Density() [1/2]
| ecal::CLUE::Density::Density |
( |
| ) |
|
|
inline |
◆ Density() [2/2]
| ecal::CLUE::Density::Density |
( |
float | xx, |
|
|
float | yy ) |
|
inline |
Definition at line 54 of file CLUE.h.
54 : x_(xx), y_(yy) {
55 total_energy_ = 0.;
56 index_ = -1;
57 follower_of_ = -1;
58 delta_ = std::numeric_limits<float>::max();
59 z_delta_ = std::numeric_limits<float>::max();
60 cluster_id_ = -1;
61 layer_ = -1;
62 z_ = 0.;
63 hits_ = {};
64 }
◆ cluster_id_
| int ecal::CLUE::Density::cluster_id_ |
◆ delta_
| double ecal::CLUE::Density::delta_ |
◆ follower_of_
| int ecal::CLUE::Density::follower_of_ |
◆ hits_
◆ index_
| int ecal::CLUE::Density::index_ |
◆ layer_
| int ecal::CLUE::Density::layer_ |
◆ total_energy_
| double ecal::CLUE::Density::total_energy_ |
◆ x_
| double ecal::CLUE::Density::x_ |
◆ y_
| double ecal::CLUE::Density::y_ |
◆ z_
| double ecal::CLUE::Density::z_ |
◆ z_delta_
| double ecal::CLUE::Density::z_delta_ |
The documentation for this struct was generated from the following file: