Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
CMXJetHits.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 "CMXJetHits.h"
12 #endif
13 
14 namespace LVL1 {
15 
16 
19  m_crate(crate),
20  m_source(source)
21 {
22 }
23 
26  const std::vector<unsigned int>& hits0,
27  const std::vector<unsigned int>& hits1,
28  const std::vector<int>& error0,
29  const std::vector<int>& error1,
30  int peak):
31  m_crate(crate),
32  m_source(source),
33  m_peak(peak),
34  m_hits0(hits0),
35  m_hits1(hits1),
36  m_error0(error0),
37  m_error1(error1)
38 {
39 }
40 
41 } // end of namespace bracket
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
LVL1::CMXJetHits::CMXJetHits
CMXJetHits()=default
Constructors.
CMXJetHits.h
copySelective.source
string source
Definition: copySelective.py:32