CMS 3D CMS Logo

Enumerations
SeedMvaEstimator.cc File Reference
#include "RecoMuon/TrackerSeedGenerator/interface/SeedMvaEstimator.h"
#include "DataFormats/Math/interface/deltaPhi.h"
#include "DataFormats/Math/interface/deltaR.h"
#include "FWCore/ParameterSet/interface/FileInPath.h"
#include "CommonTools/MVAUtils/interface/GBRForestTools.h"

Go to the source code of this file.

Enumerations

enum  inputIndexes
 

Enumeration Type Documentation

◆ inputIndexes

Definition at line 21 of file SeedMvaEstimator.cc.

21  {
22  kTsosErr0, // 0
23  kTsosErr2, // 1
24  kTsosErr5, // 2
25  kTsosDxdz, // 3
26  kTsosDydz, // 4
27  kTsosQbp, // 5
28  kDRdRL1SeedP, // 6
29  kDPhidRL1SeedP, // 7
30  kLastL1, // 8
31 
32  kDRdRL2SeedP = 8, // 8
33  kDPhidRL2SeedP, // 9
34  kLastL2, // 10
35  };