![]() |
ATLAS Offline Software
|
#include "EMTrackMatchBuilder.h"#include "egammaRecEvent/egammaRec.h"#include "egammaRecEvent/egammaRecContainer.h"#include "xAODCaloEvent/CaloCluster.h"#include "xAODEgamma/EgammaxAODHelpers.h"#include "xAODTracking/TrackParticle.h"#include "xAODTracking/TrackParticleContainer.h"#include "CaloUtils/CaloCellList.h"#include "FourMomUtils/P4Helpers.h"#include "egammaUtils/CandidateMatchHelpers.h"#include "GaudiKernel/EventContext.h"#include "SGTools/CurrentEventStore.h"#include "StoreGate/ReadHandle.h"Go to the source code of this file.
Functions | |
| int | summaryValueInt (const xAOD::TrackParticle &tp, const xAOD::SummaryType &info, int deflt=-999) |
| return the summary value for a TrackParticle or default value (-999) (to be used mostly in python where uint8_t is converted to char and the Tracking does not provide unprotected methods) | |
| int xAOD::EgammaHelpers::summaryValueInt | ( | const xAOD::TrackParticle & | tp, |
| const xAOD::SummaryType & | info, | ||
| int | deflt = -999 ) |
return the summary value for a TrackParticle or default value (-999) (to be used mostly in python where uint8_t is converted to char and the Tracking does not provide unprotected methods)
Definition at line 87 of file EgammaxAODHelpers.cxx.