CMS 3D CMS Logo

TrackClusterizerInZ.cc File Reference

#include "RecoVertex/PrimaryVertexProducer/interface/TrackClusterizerInZ.h"

Go to the source code of this file.

Functions

bool recTrackLessZ (const reco::TransientTrack &tk1, const reco::TransientTrack &tk2)


Function Documentation

bool @15072::recTrackLessZ ( const reco::TransientTrack tk1,
const reco::TransientTrack tk2 
) [static]

Definition at line 7 of file TrackClusterizerInZ.cc.

References FreeTrajectoryState::position(), reco::TransientTrack::stateAtBeamLine(), TrajectoryStateClosestToBeamLine::trackStateAtPCA(), and PV3DBase< T, PVType, FrameType >::z().

00009   {
00010     return tk1.stateAtBeamLine().trackStateAtPCA().position().z() < tk2.stateAtBeamLine().trackStateAtPCA().position().z();
00011   }


Generated on Tue Jun 9 17:55:41 2009 for CMSSW by  doxygen 1.5.4