CMS 3D CMS Logo

FastTSGFromL2Muon.h
Go to the documentation of this file.
1 #ifndef FastSimulation_Muons_FastTSGFromL2Muon_H
2 #define FastSimulation_Muons_FastTSGFromL2Muon_H
3 
8 
9 #include <vector>
10 namespace edm {
11  class ParameterSet;
12  class Event;
13  class EventSetup;
14 } // namespace edm
15 
16 class MuonServiceProxy;
19 class SimTrack;
20 //class TH1F;
21 
22 //
23 // generate seeds corresponding to L2 muons
24 //
25 
27 public:
29  ~FastTSGFromL2Muon() override;
30  void beginRun(edm::Run const& run, edm::EventSetup const& es) override;
31  void produce(edm::Event& ev, const edm::EventSetup& es) override;
32 
33 private:
34  bool clean(reco::TrackRef muRef,
36  const BasicTrajectorySeed* aSeed,
37  const SimTrack& theSimTrack);
38 
39 private:
43  std::vector<edm::InputTag> theSeedCollectionLabels;
44 
45  // bool useTFileService_;
46 
48  double thePtCut;
50 
51  // TH1F* h_nSeedPerTrack;
52  // TH1F* h_nGoodSeedPerTrack;
53  // TH1F* h_nGoodSeedPerEvent;
54 };
55 #endif
MuonServiceProxy * theService
std::vector< edm::InputTag > theSeedCollectionLabels
edm::InputTag theSimTrackCollectionLabel
bool ev
MuonTrackingRegionBuilder * theRegionBuilder
edm::ParameterSet theConfig
static void clean(char *s)
HLT enums.
edm::InputTag theL2CollectionLabel
Definition: Run.h:45