#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 "DTSegtoRPC.h"
#include "DTObjectMap.h"
#include "DTStationIndex.h"
#include "FWCore/MessageLogger/interface/MessageLogger.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 18 of file DTSegtoRPC.cc.
References funct::abs(), HLT_2024v10_cff::distance, hgcalTopologyTester_cfi::sector1, and hgcalTopologyTester_cfi::sector2.
Referenced by DTSegtoRPC::thePoints().
int distwheel | ( | int | wheel1, |
int | wheel2 | ||
) |
Definition at line 35 of file DTSegtoRPC.cc.
References funct::abs(), and HLT_2024v10_cff::distance.
Referenced by DTSegtoRPC::thePoints().