|
ATLAS Offline Software
|
Go to the documentation of this file.
12 #include "TLorentzVector.h"
18 m_fsrTool(
"FSR::FsrPhotonTool/FsrPhotonTool", this) {
40 return StatusCode::SUCCESS;
59 std::vector<const xAOD::Muon*> selectedMuons;
60 double tmp_energy = -999.;
61 double fsr_energy = 0.;
62 TLorentzVector fsr_tlv;
67 for( ; mu_itr != mu_end; ++mu_itr ) {
99 if ( fsr_energy > tmp_energy ) {
100 tmp_energy = fsr_energy;
107 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
Const iterator class for DataVector/DataList.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
::StatusCode StatusCode
StatusCode definition for legacy code.
const xAOD::IParticle * particle
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
@ Ok
The correction was done successfully.
#define ATH_MSG_WARNING(x)
size_type size() const noexcept
Returns the number of elements in the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.