CMS 3D CMS Logo

Functions
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

◆ lessPhi()

Definition at line 15 of file RPCSeedrecHitFinder.cc.

Referenced by RPCSeedrecHitFinder::getdeltaPhifromrecHits().

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