ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MuonTools.cc
(Generate patch)

Comparing UserCode/MitPhysics/Utils/src/MuonTools.cc (file contents):
Revision 1.8 by loizides, Mon Mar 23 14:48:08 2009 UTC vs.
Revision 1.9 by loizides, Tue Apr 7 15:37:10 2009 UTC

# Line 91 | Line 91 | void MuonTools::DeleteHistos()
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);
# Line 313 | Line 314 | Bool_t MuonTools::IsGood(const mithep::M
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines