8#ifndef EVENT_ECALMIPRESULT_H_
9#define EVENT_ECALMIPRESULT_H_
33 friend std::ostream &operator<<(std::ostream &o,
const EcalMipResult &d);
38 void setVariables(
int n_straight_tracks,
int n_linreg_tracks,
39 int first_near_ph_layer,
int n_near_ph_hits,
40 int photon_territory_hits);
virtual ~EcalMipResult()
Destructor.
int first_near_ph_layer_
Earliest ECal layer in which a hit is found near the projected photon trajectory.
EcalMipResult()=default
Constructor.
int getNLinRegTracks() const
Number of linear-regression tracks found.
int n_near_ph_hits_
Number of hits near the photon trajectory.
ClassDef(EcalMipResult, 2)
Angular separation between the projected photon and electron trajectories as projected at the ECAL.
int photon_territory_hits_
Number of hits in the photon territory.
int n_linreg_tracks_
Number of "linreg" tracks found in the event.
int getNStraightTracks() const
Number of straight tracks found.
int n_straight_tracks_
Number of "straight" tracks found in the event.