CMS 3D CMS Logo

Enumerations
PhotonXGBoostEstimator.cc File Reference
#include "RecoEgamma/PhotonIdentification/interface/PhotonXGBoostEstimator.h"
#include <sstream>

Go to the source code of this file.

Enumerations

enum  inputIndexes
 

Enumeration Type Documentation

◆ inputIndexes

Definition at line 18 of file PhotonXGBoostEstimator.cc.

18  {
19  rawEnergy = 0, // 0
20  r9 = 1, // 1
21  sigmaIEtaIEta = 2, // 2
22  etaWidth = 3, // 3
23  phiWidth = 4, // 4
24  e2x2 = 5, // 5
25  eta = 6, // 6
26  hOvrE = 7, // 7
27  ecalPFIso = 8, // 8
28  };