ATLAS Offline Software
Loading...
Searching...
No Matches
SectorLogicCandDataAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODTRIGL0MUON_VERSIONS_SECTORLOGICCANDDATAAUXCONTAINER_V1_H
6#define XAODTRIGL0MUON_VERSIONS_SECTORLOGICCANDDATAAUXCONTAINER_V1_H
7
8// System include(s):
9#include <cstdint>
10#include <vector>
11#include <string>
12
13// EDM include(s):
15
16namespace xAOD{
17
19
20 public:
21
22 // Default constuctor
24
25 private:
26
27
28 std::vector<uint32_t> candWord; // First 32-bit information for candidate (pT val, charge, eta, phi)
29 std::vector<uint32_t> candExtraWord; // Remaining 32-bit information for candidate (pt threshold, MDT flags, coincidence flags, exotic trigger, TCID)
30 std::vector<uint16_t> boardID; // Information on what board the candidate is coming from
31 std::vector<uint16_t> fiberID; // Information on the link number between SL and MUCTPI
32 std::vector<unsigned short> veto; // Veto information needed for MUCTPI simulation
33 std::vector<int> BCIDOffset; // BCID offset needed for MUCTPI simulation
34
35 }; // class SectorLogicCandDataAuxContainer_v1
36
37} // namespace xAOD
38
39// Declare the inheritance of the class:
40#include "xAODCore/BaseInfo.h"
42
43#endif // XAODTRIGL0MUON_VERSIONS_SECTORLOGICCANDDATAAUXCONTAINER_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.