ATLAS Offline Software
Loading...
Searching...
No Matches
CMXJetTob.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5
6
7
8#ifndef TRIGGERSPACE
10#else
11#include "CMXJetTob.h"
12#endif
13
14namespace LVL1 {
15
17CMXJetTob::CMXJetTob(int crate, int jem, int frame, int loc):
19 m_jem(jem),
21 m_location(loc)
22
23{
24}
25
27CMXJetTob::CMXJetTob(int crate, int jem, int frame, int loc,
28 const std::vector<int>& energyLarge,
29 const std::vector<int>& energySmall,
30 const std::vector<int>& error,
31 const std::vector<unsigned int>& presenceMap,
32 int peak):
34 m_jem(jem),
36 m_location(loc),
37 m_peak(peak),
42{
43}
44
45} // end of namespace bracket
CMXJetTob()=default
Constructors.
unsigned int presenceMap() const
returns presence map for peak sample
int energySmall() const
returns energy small window for peak sample
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...