# | Line 32 | Line 32 | class ReconstructionHypothesis{ | |
---|---|---|
32 | ~ReconstructionHypothesis(){}; | |
33 | ||
34 | LorentzVector toplep_v4() const{return m_toplep_v4;} | |
35 | < | LorentzVector tophad_v4() const{return m_toplep_v4;} |
35 | > | LorentzVector tophad_v4() const{return m_tophad_v4;} |
36 | LorentzVector neutrino_v4() const{return m_neutrino_v4;} | |
37 | Particle lepton() const{return m_lepton;} | |
38 | std::vector<unsigned int> tophad_jets_indices() const{return m_tophad_jets_ind;} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |