9std::ostream& operator<<(std::ostream& o,
const EcalMipResult& c) {
17void EcalMipResult::clear() {
25void EcalMipResult::setVariables(
int n_straight_tracks,
int n_linreg_tracks,
26 int first_near_ph_layer,
int n_near_ph_hits,
27 int photon_territory_hits) {
Class used to encapsulate the results obtained from EcalMipTrackingProcessor.
virtual ~EcalMipResult()
Destructor.
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.