ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
CMXCPHits.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 "CMXCPHits.h"
12 #endif
13 
14 namespace LVL1 {
15 
17 CMXCPHits::CMXCPHits(int crate, int cmx, int source):
18  m_crate(crate),
19  m_cmx(cmx),
20  m_source(source)
21 {
22 }
23 
25 CMXCPHits::CMXCPHits(int crate, int cmx, int source,
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_cmx(cmx),
33  m_source(source),
34  m_peak(peak),
35  m_hits0(hits0),
36  m_hits1(hits1),
37  m_error0(error0),
38  m_error1(error1)
39 {
40 }
41 
42 } // end of namespace bracket
LVL1::CMXCPHits::CMXCPHits
CMXCPHits()=default
Constructors.
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
CMXCPHits.h
copySelective.source
string source
Definition: copySelective.py:32