Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 
14 namespace LVL1 {
15 
16 
17 
19 CMXEtSums::CMXEtSums(int crate, int source):
20  m_crate(crate),
21  m_source(source)
22 {
23 }
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):
34  m_crate(crate),
35  m_source(source),
36  m_peak(peak),
37  m_Et(Et),
38  m_Ex(Ex),
39  m_Ey(Ey),
40  m_EtError(EtError),
41  m_ExError(ExError),
42  m_EyError(EyError)
43 {
44 }
45 
46 } // end of namespace bracket
CMXEtSums.h
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
LVL1::CMXEtSums::CMXEtSums
CMXEtSums()=default
Constructors.
copySelective.source
string source
Definition: copySelective.py:32