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 
42 
43 //class L1TMuonEndCapTrackProducer : public edm::EDAnalyzer {
44 
46 public:
49 
50  //void analyze(const edm::Event&, const edm::EventSetup&);
51  void produce(edm::Event&, const edm::EventSetup&);
52  void beginJob();
53  void endJob();
54 
59  // MatchingOutput Mout;
60  // ZonesOutput Zout;
61  // ExtenderOutput Eout;
62  // PatternOutput Pout;
63  // SortingOutput Sout;
64  // std::vector<ConvertedHit> ConvHits;
65  // std::vector<std::vector<DeltaOutput>> Dout;
70 
71 
72  const float ptscale[33] = {
73  -1., 0.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0,
74  4.5, 5.0, 6.0, 7.0, 8.0, 10.0, 12.0, 14.0,
75  16.0, 18.0, 20.0, 25.0, 30.0, 35.0, 40.0, 45.0,
76  50.0, 60.0, 70.0, 80.0, 90.0, 100.0, 120.0, 140.0, 1.E6 };
77 
78 
79 private:
80 
82 
83 };
84 
85 
86 
87 
88 #endif
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollection > inputTokenCSC
edm::ParameterSet PSet
Definition: DiagMaker.cc:74
void produce(edm::Event &, const edm::EventSetup &)