|
ATLAS Offline Software
|
Go to the documentation of this file.
28 return StatusCode::SUCCESS;
32 const EventContext &ctx,
39 return StatusCode::FAILURE;
53 if (tower->sampling() == 0)
55 if (std::abs(tower->eta()) < 3.2 && std::abs(tower->et()) < 4.5 * (*
m_noiseAcc)(*tower))
58 else if (tower->et() < 5 * (*
m_noiseAcc)(*tower))
62 mpx -= tower->et() *
std::cos(tower->phi());
63 mpy -= tower->et() *
std::sin(tower->phi());
70 met.setEnergyT(sumEt);
71 return StatusCode::SUCCESS;
Description of JGTower_v1.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
METNoiseCutPerfFex(const std::string &name, ISvcLocator *pSvcLocator)
virtual ~METNoiseCutPerfFex() override
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode initialize() override
virtual StatusCode initialize() override
virtual StatusCode runFex(const EventContext &ctx, xAOD::EnergySumRoI &met) const override
Handle class for reading from StoreGate.
SG::ReadHandleKey< xAOD::JGTowerContainer > m_towersKey
Class describing a LVL1 energy-sum "RoI".
std::unique_ptr< SG::AuxElement::ConstAccessor< float > > m_noiseAcc