54 float chi2_kf = -0.01;
96 const float m_el2 = 0.00051 * 0.00051;
103 for (
unsigned ic = 0; ic < size; ++ic) {
141 static char const*
const listVar[] = {
"LogPt",
151 "DeltaEtaTrackCluster",
162 out << std::setiosflags(std::ios::left) << std::setw(20) <<
"Variable index" << std::setw(20) <<
"Name" 163 << std::setw(10) <<
"Set(0/1)" << std::setw(8) <<
"value" << std::endl;
167 out << std::setw(20) <<
i << std::setw(20) <<
listVar[
i] << std::setw(10) << extra.
mvaStatus(
i) << std::setw(8)
edm::Ref< GsfTrackCollection > GsfTrackRef
persistent reference to a GsfTrack
std::vector< float > clusterEnergies_
energy of individual clusters (corrected). The first cluster is the seed
void setGsfTrackRef(const reco::GsfTrackRef &ref)
set gsftrack reference
void setMVA(float val)
set the result (mostly for debugging)
void setLateBrem(float val)
set LateBrem
void setVariable(MvaVariable type, float var)
math::XYZTLorentzVector pout_
Variables entering the MVA that should be saved.
void setSigmaEtaEta(float val)
set the sigmaetaeta
void setGsfTrackPout(const math::XYZTLorentzVector &pout)
set the pout (not trivial to get from the GSF track)
void setClusterEnergies(const std::vector< float > &energies)
set the cluster energies. the Pout should be saved first
float mvaVariable(MvaVariable var) const
access to any variable
void setEarlyBrem(float val)
set EarlyBrem
bool isNonnull() const
Checks for non-null.
int mvaStatus_
status of mva variables
int electronStatus() const
access to the status
static char const *const listVar[]
XYZTLorentzVectorD XYZTLorentzVector
Lorentz vector with cylindrical internal representation using pseudorapidity.
reco::TrackRef kfTrackRef_
Ref to the KF track.
std::ostream & operator<<(std::ostream &, BeamSpot beam)
reco::GsfTrackRef gsfTrackRef_
Ref to the GSF track.
void setStatus(StatusFlag type, bool status=true)
set status
void setDeltaEta(float val)
set the delta eta
int status_
Status of the electron.
std::vector< float > mvaVariables_
mva variables - transient !
void setKfTrackRef(const reco::TrackRef &ref)
set kf track reference
edm::Ref< TrackCollection > TrackRef
persistent reference to a Track
PFCandidateElectronExtra()
constructor
bool mvaStatus(MvaVariable flag) const
access to mva variable status
void setHadEnergy(float val)
set the had energy. The cluster energies should be entered before