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 21 of file PhotonXGBoostEstimator.cc.

21  {
22  rawEnergy = 0, // 0
23  r9 = 1, // 1
24  sigmaIEtaIEta = 2, // 2
25  etaWidth = 3, // 3
26  phiWidth = 4, // 4
27  s4 = 5, // 5
28  eta = 6, // 6
29  hOvrE = 7, // 7
30  ecalPFIso = 8, // 8
31  };