CMS 3D CMS Logo

Classes | Defines | Typedefs | Functions

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoMuon/MuonSeedGenerator/src/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 "math.h"

Go to the source code of this file.

Classes

class  RPCSeedGenerator

Defines

#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)

Define Documentation

#define BarrelLayerNumber   6

Definition at line 73 of file RPCSeedGenerator.cc.

#define EachEndcapLayerNumber   3

Definition at line 77 of file RPCSeedGenerator.cc.

#define RPCLayerNumber   12

Definition at line 69 of file RPCSeedGenerator.cc.

Referenced by RPCSeedGenerator::produce().


Typedef Documentation

Definition at line 65 of file RPCSeedGenerator.cc.

Definition at line 63 of file RPCSeedGenerator.cc.

Definition at line 64 of file RPCSeedGenerator.cc.

Definition at line 62 of file RPCSeedGenerator.cc.

Definition at line 66 of file RPCSeedGenerator.cc.


Function Documentation

DEFINE_FWK_MODULE ( RPCSeedGenerator  )