|
ATLAS Offline Software
|
Go to the documentation of this file.
26 declareInterface<IL1EtTools>(
this);
49 return StatusCode::SUCCESS;
58 return StatusCode::SUCCESS;
73 for(
it = jetelements->
begin(); it < jetelements->
end(); ++
it ){
74 double jetElementPhi=(*it)->phi();
75 double jetElementEta=(*it)->eta();
76 int key = testKey.
jeKey(jetElementPhi,jetElementEta);
78 if (
test == jeContainer->end()){
80 jeContainer->insert(xAOD::JetElementMap_t::value_type(
key,*
it));
83 ATH_MSG_ERROR(
"JetElement already in map (shouldn't happen!) ");
101 for (
int crate = 0; crate < 2; ++crate) {
120 for (
int crate = 0; crate < 2; ++crate) {
134 for (
int crate = 0; crate < 2; ++crate) {
147 for (
int crate = 0; crate < 2; ++crate) {
178 for (
int crate = 0; crate < 2; ++crate) {
200 for (
int crate = 0; crate < 2; ++crate) {
216 crateSums(jetelements, crates,
slice, maskXE, maskTE, restricted);
JetConstituentVector::iterator iterator
Const iterator class for DataVector/DataList.
virtual unsigned int jeKey(const xAOD::TriggerTower &tower)
returns key of passed tower
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
CrateEnergy class declaration Simulates behaviour of the Crate-CMM System CMM logic is done in Energy...
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
std::map< int, const JetElement * > JetElementMap_t
::StatusCode StatusCode
StatusCode definition for legacy code.
This is an internal class, used in the Energy trigger.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
void clear()
Erase all the elements in the collection.
The JetElementKey object provides the key for each JetElement depending on its eta,...
value_type push_back(value_type pElem)
Add an element to the end of the collection.
SystemEnergy class declaration Simulates behaviour of the Crate-CMM System CMM logic is done in Energ...
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.