Skip to content

Commit

Permalink
Merge pull request #12448 from ginnocen/mydevelMedianVtxProducer75
Browse files Browse the repository at this point in the history
moving HIPixelMedianVtxProducer to legacy
  • Loading branch information
davidlange6 committed Nov 17, 2015
2 parents ca23a98 + e7342cf commit 4051fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoHI/HiTracking/plugins/HIPixelMedianVtxProducer.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#ifndef HIPixelMedianVtxProducer_H
#define HIPixelMedianVtxProducer_H

#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"

#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/TrackReco/interface/TrackFwd.h"

namespace edm { class Event; class EventSetup; }

class HIPixelMedianVtxProducer : public edm::stream::EDProducer<>
class HIPixelMedianVtxProducer : public edm::EDProducer
{
public:
explicit HIPixelMedianVtxProducer(const edm::ParameterSet& ps);
Expand Down

0 comments on commit 4051fd4

Please sign in to comment.