91 |
|
Double_t MuonTools::GetCaloCompatability(const Muon *iMuon, |
92 |
|
Bool_t iEMSpecial, Bool_t iCorrectedHCAL) const |
93 |
|
{ |
94 |
< |
// Get calo compatibility value for given muon. |
94 |
> |
// Get calo compatibility value for given muon based on calorimeter templates. |
95 |
> |
// If iEMSpecial is true, then a use different arrangement of ECAL for compatibility. |
96 |
|
|
97 |
|
Double_t lEta = iMuon->Eta(); |
98 |
|
Double_t aEta = TMath::Abs(lEta); |
314 |
|
//-------------------------------------------------------------------------------------------------- |
315 |
|
Double_t MuonTools::GetSegmentCompatability(const mithep::Muon *iMuon) const |
316 |
|
{ |
317 |
< |
// Get segment compatability for given muon. |
317 |
> |
// Get segment compatability for given muon based on likelihood of well defined |
318 |
> |
// track through chambers. |
319 |
|
|
320 |
|
Int_t lNStationsCrossed = 0; |
321 |
|
Int_t lNStationsSegment = 0; |