CMS 3D CMS Logo

TrackerSeedGenerator.h
Go to the documentation of this file.
1 #ifndef RecoMuon_TrackerSeedGenerator_H
2 #define RecoMuon_TrackerSeedGenerator_H
3 
11 
12 class Trajectory;
13 class TrackingRegion;
14 class MuonServiceProxy;
15 class TrackerTopology;
16 
17 namespace edm {
18  class ParameterSet;
19  class Event;
20  class EventSetup;
21  class ConsumesCollector;
22 } // namespace edm
23 
25 public:
26  typedef std::vector<TrajectorySeed> BTSeedCollection;
27 
28  TrackerSeedGenerator() : theEvent(nullptr), theProxyService(nullptr) {}
29 
30  typedef std::pair<const Trajectory *, reco::TrackRef> TrackCand;
31 
32  virtual void init(const MuonServiceProxy *service);
33 
35  virtual ~TrackerSeedGenerator() {}
36 
37  virtual void trackerSeeds(const TrackCand &, const TrackingRegion &, const TrackerTopology *, BTSeedCollection &);
38 
39  virtual void setEvent(const edm::Event &);
40 
41  const edm::Event *getEvent() const { return theEvent; }
42 
43 private:
44  virtual void run(TrajectorySeedCollection &seeds,
45  const edm::Event &ev,
46  const edm::EventSetup &es,
47  const TrackingRegion &region) {}
48 
49 protected:
52 };
53 
54 #endif
#define nullptr
int init
Definition: HydjetWrapper.h:64
bool ev
std::pair< const Trajectory *, reco::TrackRef > TrackCand
const edm::Event * theEvent
std::vector< TrajectorySeed > TrajectorySeedCollection
const edm::Event * getEvent() const
virtual void run(TrajectorySeedCollection &seeds, const edm::Event &ev, const edm::EventSetup &es, const TrackingRegion &region)
const MuonServiceProxy * theProxyService
std::vector< TrajectorySeed > BTSeedCollection
HLT enums.
virtual ~TrackerSeedGenerator()
destructor