Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
InvariantMassDeltaPhiInclusive2ContainerPortsIn.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef GLOBALSIM_EEMSORTSELECTCOUNTCONTAINERPORTSIN_H
6 #define GLOBALSIM_EEMSORTSELECTCOUNTCONTAINERPORTSIN_H
7 
8 #include "AlgoConstants.h"
9 #include "GenericTob.h"
10 
11 #include <ostream>
12 #include <memory>
13 #include <vector>
14 
15 
16 #include "AthenaKernel/CLASS_DEF.h"
17 
18 namespace GlobalSim {
19 
21 
22  using GenTobPtr = std::shared_ptr<GenericTob>;
23 
24  // Output GenericTobs. VHDL variable is an array of GenericTobs
25  std::array<GenTobPtr, AlgoConstants::maxNTob> m_I_Tobs1;
26  std::array<GenTobPtr, AlgoConstants::maxNTob> m_I_Tobs2;
27 
28  };
29 
30 }
31 
32 std::ostream&
33 operator<< (std::ostream&,
35 
37 
38 #endif
39 
operator<<
std::ostream & operator<<(std::ostream &, const GlobalSim::InvariantMassDeltaPhiInclusive2ContainerPortsIn &)
Definition: InvariantMassDeltaPhiInclusive2ContainerPortsIn.cxx:9
GlobalSim::InvariantMassDeltaPhiInclusive2ContainerPortsIn::m_I_Tobs2
std::array< GenTobPtr, AlgoConstants::maxNTob > m_I_Tobs2
Definition: InvariantMassDeltaPhiInclusive2ContainerPortsIn.h:26
GenericTob.h
GlobalSim
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Definition: dump.h:8
GlobalSim::InvariantMassDeltaPhiInclusive2ContainerPortsIn
Definition: InvariantMassDeltaPhiInclusive2ContainerPortsIn.h:20
AlgoConstants.h
GlobalSim::InvariantMassDeltaPhiInclusive2ContainerPortsIn::m_I_Tobs1
std::array< GenTobPtr, AlgoConstants::maxNTob > m_I_Tobs1
Definition: InvariantMassDeltaPhiInclusive2ContainerPortsIn.h:25
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
GlobalSim::InvariantMassDeltaPhiInclusive2ContainerPortsIn::GenTobPtr
std::shared_ptr< GenericTob > GenTobPtr
Definition: InvariantMassDeltaPhiInclusive2ContainerPortsIn.h:22
CLASS_DEF.h
macros to associate a CLID to a type