Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
19 return StatusCode::SUCCESS;
27 const std::vector<LinkInfo<xAOD::TrigEMClusterContainer>> myClusters = findLinks<xAOD::TrigEMClusterContainer>(outputDecision,
m_clusterLinkName, TrigDefs::lastFeatureOfType);
29 if (myClusters.size() == 0) {
31 return StatusCode::FAILURE;
34 ATH_MSG_DEBUG(
"This merged Decision Object has " << myClusters.size() <<
" TrigEMClusters in its history from a previous Step."
38 size_t singleClusterIndex = 0;
43 ATH_MSG_VERBOSE(
"- The TrigEMCluster at index " << myCluster.link.index() <<
" has Et " << (*myCluster.link)->et() <<
" MeV.");
44 if ((*myCluster.link)->et() > maxEt) {
45 maxEt = (*myCluster.link)->
et();
46 singleClusterIndex = myCluster.link.index();
49 ATH_MSG_DEBUG(
"The TrigEMCluster at index " << singleClusterIndex <<
" will be used as the centre of the FTF ROI, as this one has the highest ET (" << maxEt <<
" MeV).");
68 const double reta =
c->eta();
71 const double rphi =
c->phi();
80 std::unique_ptr<TrigRoiDescriptor> roi = std::make_unique<TrigRoiDescriptor>(reta, retam, retap, rphi, rphim, rphip);
84 roisWriteHandle->
push_back( roi.release() );
90 const double rzed = 0;
94 std::unique_ptr<TrigRoiDescriptor> roi = std::make_unique<TrigRoiDescriptor>(reta, retam, retap, rphi, rphim, rphip, rzed, rzedm, rzedp );
98 roisWriteHandle->
push_back( roi.release() );
107 outputDecision->setObjectLink(
roiString(), roiEL);
111 return StatusCode::SUCCESS;
nope - should be used for standalone also, perhaps need to protect the class def bits #ifndef XAOD_AN...
#define ATH_MSG_VERBOSE(x)
void push_back(const IRoiDescriptor *roi)
add a RoiDescriptor
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
SG::WriteHandle< CONT > createAndStoreNoAux(const SG::WriteHandleKey< CONT > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
Creates and right away records the Container CONT with the key.
Class used to describe composite objects in the HLT.
const T * back() const
Access the last element in the collection as an rvalue.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
Helper to keep a Decision object, ElementLink and ActiveState (with respect to some requested ChainGr...
void setComposite(bool b=true)
const std::string & roiString()
Athena::TPCnvVers::Current TrigRoiDescriptor
bool manageConstituents() const
always manage constituents ???
Description of a trigger EM cluster.
size_type size() const noexcept
Returns the number of elements in the collection.