ATLAS Offline Software
Loading...
Searching...
No Matches
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
14namespace LVL1 {
15
19 m_cmx(cmx),
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):
32 m_cmx(cmx),
34 m_peak(peak),
39{
40}
41
42} // end of namespace bracket
CMXCPHits()=default
Constructors.
unsigned int hits1() const
returns hits1 for peak sample
unsigned int hits0() const
For triggered time slice.
int error1() const
returns error1 for peak sample
int cmx() const
returns CMX number (0/1)==(Left/Right)==(Tau/Em?)
int error0() const
returns error0 for peak sample
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...