CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FastTSGFromIOHit.h
Go to the documentation of this file.
1 #ifndef FastSimulation_Muons_FastTSGFromIOHit_H
2 #define FastSimulation_Muons_FastTSGFromIOHit_H
3 
16 
17 #include <vector>
18 
20 class TrackingRegion;
21 class SimTrack;
22 
24 
25 public:
28 
30  virtual ~FastTSGFromIOHit();
31 
33  void trackerSeeds(const TrackCand&, const TrackingRegion&, std::vector<TrajectorySeed>&);
34 
35  private:
36  bool clean(reco::TrackRef muRef,
37  const RectangularEtaPhiTrackingRegion& region,
38  const BasicTrajectorySeed* aSeed,
39  const SimTrack& theSimTrack);
40 
41 private:
42  std::string theCategory;
45  std::vector<edm::InputTag> theSeedCollectionLabels;
46  double thePtCut;
47 
48 };
49 
50 #endif
std::pair< const Trajectory *, reco::TrackRef > TrackCand
edm::ParameterSet theConfig
edm::InputTag theSimTrackCollectionLabel
virtual ~FastTSGFromIOHit()
destructor
std::vector< edm::InputTag > theSeedCollectionLabels
void trackerSeeds(const TrackCand &, const TrackingRegion &, std::vector< TrajectorySeed > &)
generate seed(s) for a track
FastTSGFromIOHit(const edm::ParameterSet &pset)
constructor
bool clean(reco::TrackRef muRef, const RectangularEtaPhiTrackingRegion &region, const BasicTrajectorySeed *aSeed, const SimTrack &theSimTrack)
std::string theCategory