![]() |
ATLAS Offline Software
|
#include "AthenaKernel/errorcheck.h"#include "StoreGate/ReadHandle.h"#include "StoreGate/WriteHandle.h"#include "xAODEgamma/EgammaxAODHelpers.h"#include "xAODTracking/TrackParticleAuxContainer.h"#include "xAODTracking/TrackParticleContainer.h"#include "xAODTruth/TruthParticle.h"#include "xAODTruth/TruthParticleContainer.h"#include "Acts/Surfaces/PerigeeSurface.hpp"#include "ActsEMBremCollectionBuilder.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.