16#include "GaudiKernel/GaudiException.h"
84 assert( egEnum.size() == egID.size() );
86 for (
unsigned int i=0; i< egID.size(); i++ ) {
99 throw GaudiException(
"Deprecated method, we have evolved to use egamma_p2.Please migrate to use egammaCnv_p2::transToPers",
"egammaCnv_p1::transToPers", StatusCode::FAILURE);
ElementLinkVector implementation for standalone ROOT.
ElementLink implementation for ROOT usage.
const momentum_type & momentumBase() const
access to underlying base type (I4Momentum-like)
const particle_type & particleBase() const
access to underlying base type (IParticle-like)
ParticleBaseCnv_p1 m_partBaseCnv
TrackLinkCnv_t m_trackCnv
P4ImplEEtaPhiMCnv_p1 m_momCnv
virtual void persToTrans(const egamma_p1 *persObj, egamma *transObj, MsgStream &msg) override final
Method creating the transient representation of egamma from its persistent representation egamma_p1.
virtual void transToPers(const egamma *transObj, egamma_p1 *persObj, MsgStream &msg) override final
Method creating the persistent representation egamma_p1 from its transient representation egamma.
ConversionLinkCnv_t m_conversionCnv
EgDetailsCnv_t m_egDetailsCnv
ClusterLinkCnv_t m_clusterCnv
ElementLinkInt_p1 m_conversion
links to tracks
P4EEtaPhiM_p1 m_momentum
the 4-mom part
ParticleBase_p1 m_particleBase
the ParticleBase part
std::vector< double > m_egammaDblPIDs
ElementLinkIntVector_p1 m_egDetails
links to egDetails
std::vector< unsigned int > m_egammaEnumPIDs
egamma PID
ElementLinkInt_p1 m_trackParticle
links to tracks
ElementLinkInt_p1 m_cluster
links to clusters
void setTrackParticleElementLink(const ElementLink< Rec::TrackParticleContainer > &link)
Set Track Particle Link.
void setDetailElementLinkVector(const ElementLinkVector< egDetailContainer > &v)
bool set_egammaID(egammaPIDObs::PID id, double result)
set_egamma ID, for doubles and all possible weights as likelihood
void resetRings()
Reset Cluster.
void setClusterElementLink(const ElementLink< CaloClusterContainer > &link)
Set Cluster Element Link.
void setConversionElementLink(const ElementLink< VxContainer > &link)
Set Conversion.