ATLAS Offline Software
Loading...
Searching...
No Matches
CMXEtSums.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5
6
7
8#ifndef TRIGGERSPACE
10#else
11#include "CMXEtSums.h"
12#endif
13
14namespace LVL1 {
15
16
17
24
27 const std::vector<unsigned int>& Et,
28 const std::vector<unsigned int>& Ex,
29 const std::vector<unsigned int>& Ey,
30 const std::vector<int>& EtError,
31 const std::vector<int>& ExError,
32 const std::vector<int>& EyError,
33 int peak):
36 m_peak(peak),
37 m_Et(Et),
38 m_Ex(Ex),
39 m_Ey(Ey),
43{
44}
45
46} // end of namespace bracket
unsigned int Ey() const
returns module Ey sum for peak sample
unsigned int Ex() const
returns module Ex sum for peak sample
unsigned int Et() const
For triggered time slice.
int ExError() const
returns module Ex sum error for peak sample
int EyError() const
returns module Ey sum error for peak sample
int EtError() const
returns module ET sum error for peak sample
CMXEtSums()=default
Constructors.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...