![]() |
ATLAS Offline Software
|
Defines the data structure for PU1 Suppression algorithm inputs. More...
#include <array>#include <cstdint>#include <iosfwd>#include <string>#include <vector>#include "AthenaKernel/CLASS_DEF.h"Go to the source code of this file.
Classes | |
| struct | GlobalSim::PU1SuppPortsIn |
| Data structure representing a single PU1 suppression input. More... | |
Namespaces | |
| namespace | GlobalSim |
| AlgTool to read in LArStripNeighborhoods, and run the eRatio Algorithm. | |
Typedefs | |
| using | GlobalSim::GepAlgoPU1SuppFIFO = std::vector<PU1SuppPortsIn> |
| FIFO container of PU1 suppression inputs. | |
Functions | |
| std::ostream & | operator<< (std::ostream &, const GlobalSim::PU1SuppPortsIn &) |
| Output stream operator for easy logging/debug printing. | |
Defines the data structure for PU1 Suppression algorithm inputs.
This file declares the PU1SuppPortsIn struct used to encapsulate a single event's input to the PU1 Suppression algorithm, including a 256-bit TOB (as a hex string) and an associated rho value.
Definition in file PU1SuppPortsIn.h.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const GlobalSim::PU1SuppPortsIn & | ports_in ) |
Output stream operator for easy logging/debug printing.
Definition at line 14 of file PU1SuppPortsIn.cxx.