![]() |
ATLAS Offline Software
|
#include "TrackHistograms.h"#include "GaudiKernel/ITHistSvc.h"#include "AsgMessaging/Check.h"#include "xAODBase/IParticle.h"#include "xAODTracking/TrackParticle.h"#include "xAODEgamma/EgammaxAODHelpers.h"#include "TH1D.h"#include "TProfile.h"Go to the source code of this file.
Functions | |
| float | summaryValueFloat (const xAOD::TrackParticle &tp, const xAOD::SummaryType &info, float deflt=-999.) |
| return the summary value for a TrackParticle or default value (-999) | |
| 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) | |
| float xAOD::EgammaHelpers::summaryValueFloat | ( | const xAOD::TrackParticle & | tp, |
| const xAOD::SummaryType & | info, | ||
| float | deflt = -999. ) |
return the summary value for a TrackParticle or default value (-999)
Definition at line 90 of file EgammaxAODHelpers.cxx.
| 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.