CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros | Typedefs | Functions
RPCSeedGenerator.cc File Reference
#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "DataFormats/TrajectorySeed/interface/TrajectorySeedCollection.h"
#include "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHit.h"
#include "DataFormats/RPCRecHit/interface/RPCRecHitCollection.h"
#include "DataFormats/TrajectorySeed/interface/TrajectorySeed.h"
#include <vector>
#include "RecoMuon/MuonSeedGenerator/src/RPCSeedPattern.h"
#include "RecoMuon/MuonSeedGenerator/src/RPCSeedFinder.h"
#include "RecoMuon/MuonSeedGenerator/src/RPCSeedrecHitFinder.h"
#include "RecoMuon/MuonSeedGenerator/src/RPCCosmicSeedrecHitFinder.h"
#include "RecoMuon/MuonSeedGenerator/src/RPCSeedLayerFinder.h"
#include "RecoMuon/MuonSeedGenerator/src/RPCSeedOverlapper.h"
#include "TrackingTools/DetLayers/interface/DetLayer.h"
#include "RecoMuon/MeasurementDet/interface/MuonDetLayerMeasurements.h"
#include "RecoMuon/DetLayers/interface/MuonDetLayerGeometry.h"
#include "RecoMuon/Records/interface/MuonRecoGeometryRecord.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include <cmath>

Go to the source code of this file.

Classes

class  RPCSeedGenerator
 

Macros

#define BarrelLayerNumber   6
 
#define EachEndcapLayerNumber   3
 
#define RPCLayerNumber   12
 

Typedefs

typedef
MuonTransientTrackingRecHit::ConstMuonRecHitContainer 
ConstMuonRecHitContainer
 
typedef
MuonTransientTrackingRecHit::ConstMuonRecHitPointer 
ConstMuonRecHitPointer
 
typedef
MuonTransientTrackingRecHit::MuonRecHitContainer 
MuonRecHitContainer
 
typedef
MuonTransientTrackingRecHit::MuonRecHitPointer 
MuonRecHitPointer
 
typedef
RPCSeedPattern::weightedTrajectorySeed 
weightedTrajectorySeed
 

Functions

 DEFINE_FWK_MODULE (RPCSeedGenerator)
 

Macro Definition Documentation

#define BarrelLayerNumber   6

Definition at line 74 of file RPCSeedGenerator.cc.

#define EachEndcapLayerNumber   3

Definition at line 78 of file RPCSeedGenerator.cc.

#define RPCLayerNumber   12

Definition at line 70 of file RPCSeedGenerator.cc.

Referenced by RPCSeedGenerator::produce().

Typedef Documentation

Definition at line 66 of file RPCSeedGenerator.cc.

Definition at line 64 of file RPCSeedGenerator.cc.

Definition at line 65 of file RPCSeedGenerator.cc.

Definition at line 63 of file RPCSeedGenerator.cc.

Definition at line 67 of file RPCSeedGenerator.cc.

Function Documentation

DEFINE_FWK_MODULE ( RPCSeedGenerator  )