![]() |
ATLAS Offline Software
|
#include "egammaSuperClusterBuilderBase.h"#include "CaloUtils/CaloCellList.h"#include "CaloUtils/CaloClusterStoreHelper.h"#include "CaloUtils/CaloLayerCalculator.h"#include "egammaRecEvent/egammaRecContainer.h"#include "xAODCaloEvent/CaloCluster.h"#include "xAODCaloEvent/CaloClusterAuxContainer.h"#include "xAODCaloEvent/CaloClusterKineHelper.h"#include "xAODEgamma/EgammaEnums.h"#include "xAODEgamma/EgammaxAODHelpers.h"#include "xAODEgamma/PhotonxAODHelpers.h"#include "xAODTracking/TrackParticle.h"#include "xAODTracking/Vertex.h"#include "CaloGeoHelpers/proxim.h"#include "FourMomUtils/P4Helpers.h"#include <cmath>#include <optional>#include <utility>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.