|
|
| ClassDef (EcalMipResult, 2) |
| | Angular separation between the projected photon and electron trajectories as projected at the ECAL.
|
| |
Definition at line 25 of file EcalMipResult.h.
◆ ~EcalMipResult()
| ldmx::EcalMipResult::~EcalMipResult |
( |
| ) |
|
|
virtual |
◆ clear()
| void ldmx::EcalMipResult::clear |
( |
| ) |
|
Definition at line 17 of file EcalMipResult.cxx.
17 {
23}
int first_near_ph_layer_
Earliest ECal layer in which a hit is found near the projected photon trajectory.
int n_near_ph_hits_
Number of hits near the photon trajectory.
int photon_territory_hits_
Number of hits in the photon territory.
int n_linreg_tracks_
Number of "linreg" tracks found in the event.
int n_straight_tracks_
Number of "straight" tracks found in the event.
◆ getFirstNearPhLayer()
| int ldmx::EcalMipResult::getFirstNearPhLayer |
( |
| ) |
const |
|
inline |
◆ getNLinRegTracks()
| int ldmx::EcalMipResult::getNLinRegTracks |
( |
| ) |
const |
|
inline |
◆ getNNearPhHits()
| int ldmx::EcalMipResult::getNNearPhHits |
( |
| ) |
const |
|
inline |
◆ getNStraightTracks()
| int ldmx::EcalMipResult::getNStraightTracks |
( |
| ) |
const |
|
inline |
◆ getPhotonTerritoryHits()
| int ldmx::EcalMipResult::getPhotonTerritoryHits |
( |
| ) |
const |
|
inline |
◆ setVariables()
| void ldmx::EcalMipResult::setVariables |
( |
int | n_straight_tracks, |
|
|
int | n_linreg_tracks, |
|
|
int | first_near_ph_layer, |
|
|
int | n_near_ph_hits, |
|
|
int | photon_territory_hits ) |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | o, |
|
|
const EcalMipResult & | d ) |
|
friend |
Definition at line 9 of file EcalMipResult.cxx.
9 {
10 return o << "EcalMipResult { n_straight_tracks : " << c.n_straight_tracks_
11 << ", " << "n_linreg_tracks : " << c.n_linreg_tracks_ << ", "
12 << "first_near_ph_layer : " << c.first_near_ph_layer_ << ", "
13 << "n_near_ph_hits : " << c.n_near_ph_hits_ << ", "
14 << "photon_territory_hits : " << c.photon_territory_hits_ << "}";
15}
◆ first_near_ph_layer_
| int ldmx::EcalMipResult::first_near_ph_layer_ {0} |
|
private |
Earliest ECal layer in which a hit is found near the projected photon trajectory.
Definition at line 59 of file EcalMipResult.h.
◆ n_linreg_tracks_
| int ldmx::EcalMipResult::n_linreg_tracks_ {0} |
|
private |
◆ n_near_ph_hits_
| int ldmx::EcalMipResult::n_near_ph_hits_ {0} |
|
private |
Number of hits near the photon trajectory.
Definition at line 61 of file EcalMipResult.h.
◆ n_straight_tracks_
| int ldmx::EcalMipResult::n_straight_tracks_ {0} |
|
private |
◆ photon_territory_hits_
| int ldmx::EcalMipResult::photon_territory_hits_ {0} |
|
private |
Number of hits in the photon territory.
Definition at line 63 of file EcalMipResult.h.
The documentation for this class was generated from the following files: