#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/EDAnalyzer.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 <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 53 of file DTSegtoRPC.cc.
References funct::abs().
Referenced by DTSegtoRPC::DTSegtoRPC().
int distwheel | ( | int | wheel1, |
int | wheel2 | ||
) |
Definition at line 65 of file DTSegtoRPC.cc.
References funct::abs().
Referenced by DTSegtoRPC::DTSegtoRPC().