CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TMuonEndCapTrackProducer.h
Go to the documentation of this file.
1 #ifndef _L1ITMu_L1TMuonUpgradedTrackFinder_h_
2 #define _L1ITMu_L1TMuonUpgradedTrackFinder_h_
3 //asd
4 #include <memory>
5 #include <map>
6 
7 #include <stdio.h>
8 #include <stdlib.h>
9 #include <iostream>
10 
17 
19 
22 
24 
29 
32 
33 
39 
41 
43 
45 
46 
47 //class L1TMuonEndCapTrackProducer : public edm::EDAnalyzer {
48 
50 public:
53 
54  //void analyze(const edm::Event&, const edm::EventSetup&);
55  void produce(edm::Event&, const edm::EventSetup&);
56  void beginJob();
57  void endJob();
58 
63  // MatchingOutput Mout;
64  // ZonesOutput Zout;
65  // ExtenderOutput Eout;
66  // PatternOutput Pout;
67  // SortingOutput Sout;
68  // std::vector<ConvertedHit> ConvHits;
69  // std::vector<std::vector<DeltaOutput>> Dout;
74 
75 
76 
77  const float ptscale[33] = {
78  -1., 0.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0,
79  4.5, 5.0, 6.0, 7.0, 8.0, 10.0, 12.0, 14.0,
80  16.0, 18.0, 20.0, 25.0, 30.0, 35.0, 40.0, 45.0,
81  50.0, 60.0, 70.0, 80.0, 90.0, 100.0, 120.0, 140.0, 1.E6 };
82 
83 
84 private:
86 
89 
90 };
91 
92 
93 
94 
95 #endif
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollection > inputTokenCSC
edm::ParameterSet PSet
Definition: DiagMaker.cc:74
void produce(edm::Event &, const edm::EventSetup &)