Parent Directory | Revision Log | Patch
revision 1.7 by pam-fi, Thu Mar 18 14:40:51 2010 UTC | revision 1.8 by pam-fi, Fri Mar 26 16:29:46 2010 UTC | |
---|---|---|
# | Line 63 int EffRigCollection::ApplyCut(PamLevel2 | Line 63 int EffRigCollection::ApplyCut(PamLevel2 |
63 | // NOTE: at this point a TrkPhSinCut should be already performed, | // NOTE: at this point a TrkPhSinCut should be already performed, |
64 | // since we are going to retrieve rigidity. | // since we are going to retrieve rigidity. |
65 | ||
66 | float rig = event->GetTrack(0)->GetTrkTrack()->GetRigidity(); | float rig = 1./event->GetTrack(0)->GetTrkTrack()->GetDeflection(); |
67 | ||
68 | if (rig >= _bins[0]) { | if (rig >= _bins[0]) { |
69 | int i = 1; | int i = 1; |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |