test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BDTPtAssignment.h
Go to the documentation of this file.
1 #ifndef __L1TMUON_BDTPTASSIGNMENT_H__
2 #define __L1TMUON_BDTPTASSIGNMENT_H__
3 //
4 // Class: L1TMuon::BDTPtAssignment
5 //
6 // Info: Implements a BDT based 'stand-in' for a pt-assignment LUT.
7 //
8 // Author: L. Gray (FNAL), B. Scurlock (UF)
9 //
10 #include <vector>
13 
14 namespace L1TMuon {
15 
17  public:
20 
21  virtual void assignPt(const edm::EventSetup&,
22  InternalTrack&) const;
23  private:
24  };
25 }
26 
27 #endif
virtual void assignPt(const edm::EventSetup &, InternalTrack &) const
BDTPtAssignment(const edm::ParameterSet &)