CMS 3D CMS Logo

Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/RecoMuon/MuonSeedGenerator/src/RPCSeedrecHitFinder.cc File Reference

#include "RecoMuon/MuonSeedGenerator/src/RPCSeedrecHitFinder.h"
#include <DataFormats/TrackingRecHit/interface/TrackingRecHit.h>
#include <DataFormats/RPCRecHit/interface/RPCRecHit.h>

Go to the source code of this file.

Functions

bool lessPhi (const MuonTransientTrackingRecHit::ConstMuonRecHitPointer &it1, const MuonTransientTrackingRecHit::ConstMuonRecHitPointer &it2)

Function Documentation

Definition at line 17 of file RPCSeedrecHitFinder.cc.

Referenced by RPCSeedrecHitFinder::getdeltaPhifromrecHits().

{
    // Don't need to use value() in Geom::Phi to short
    return (it1->globalPosition().phi() < it2->globalPosition().phi());
}