1 #ifndef RecoMuon_L3MuonIsolationProducer_IsolationRegionAroundL3Muon_H
2 #define RecoMuon_L3MuonIsolationProducer_IsolationRegionAroundL3Muon_H
44 std::vector<TrackingRegion* >
result;
54 reco::VertexCollection::const_iterator ci = vertCollection.begin();
55 if (vertCollection.size()>0) {
66 for(reco::TrackCollection::const_iterator iTrk = trks->begin();iTrk != trks->end();iTrk++) {
68 GlobalVector dirVector((iTrk)->px(),(iTrk)->py(),(iTrk)->pz());
T getParameter(std::string const &) const
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Global3DPoint GlobalPoint
std::vector< Track > TrackCollection
collection of Tracks
edm::InputTag theVertexSrc
std::vector< Vertex > VertexCollection
collection of Vertex objects
virtual std::vector< TrackingRegion * > regions(const edm::Event &ev, const edm::EventSetup &es) const
IsolationRegionAroundL3Muon(const edm::ParameterSet &cfg, edm::ConsumesCollector &&iC)
std::string theMeasurementTrackerName
double theOriginHalfLength
virtual ~IsolationRegionAroundL3Muon()
edm::EDGetTokenT< reco::VertexCollection > theVertexToken
edm::EDGetTokenT< reco::TrackCollection > theInputTrkToken
bool theVertexZconstrained
T const * product() const