#include "Geometry/RPCGeometry/interface/RPCGeometry.h"
#include "Geometry/DTGeometry/interface/DTGeometry.h"
#include "DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h"
#include "Geometry/CommonDetUnit/interface/GeomDet.h"
#include "Geometry/Records/interface/MuonGeometryRecord.h"
#include "Geometry/CommonTopologies/interface/RectangularStripTopology.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "Geometry/RPCGeometry/interface/RPCGeomServ.h"
#include "DataFormats/RPCRecHit/interface/RPCRecHit.h"
#include "DataFormats/RPCRecHit/interface/RPCRecHitCollection.h"
#include "RecoLocalMuon/RPCRecHit/interface/DTSegtoRPC.h"
#include "RecoLocalMuon/RPCRecHit/src/DTObjectMap.h"
#include "RecoLocalMuon/RPCRecHit/src/DTStationIndex.h"
#include <ctime>
Go to the source code of this file.
Functions | |
int | distsector (int sector1, int sector2) |
int | distwheel (int wheel1, int wheel2) |
int distsector | ( | int | sector1, |
int | sector2 | ||
) |
Definition at line 17 of file DTSegtoRPC.cc.
References funct::abs(), and SoftLeptonByDistance_cfi::distance.
Referenced by DTSegtoRPC::DTSegtoRPC().
int distwheel | ( | int | wheel1, |
int | wheel2 | ||
) |
Definition at line 29 of file DTSegtoRPC.cc.
References funct::abs(), and SoftLeptonByDistance_cfi::distance.
Referenced by DTSegtoRPC::DTSegtoRPC().