ATLAS Offline Software
Trigger
TrigT1
Global
GlobalSimulation
src
GlobalAlgs
Hypothesis
UCL
eEmSortSelectCountExpectations.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_EEMSORTSELECTCOUNTEXPECTATIONS_H
6
#define GLOBALSIM_EEMSORTSELECTCOUNTEXPECTATIONS_H
7
8
#include "
AthenaKernel/CLASS_DEF.h
"
9
10
#include <string>
11
12
namespace
GlobalSim
{
13
struct
eEmSortSelectCountExpectations
{
14
eEmSortSelectCountExpectations
(
const
std::string& tobs,
15
const
std::string& mults):
16
m_expected_tob_bits
{tobs},
m_expected_multiplicity_bits
{mults}{}
17
18
std::string
m_expected_tob_bits
;
19
std::string
m_expected_multiplicity_bits
;
20
};
21
}
22
23
CLASS_DEF
(
GlobalSim::eEmSortSelectCountExpectations
, 122550346 , 1 )
24
25
#endif
GlobalSim::eEmSortSelectCountExpectations::m_expected_multiplicity_bits
std::string m_expected_multiplicity_bits
Definition:
eEmSortSelectCountExpectations.h:19
GlobalSim::eEmSortSelectCountExpectations
Definition:
eEmSortSelectCountExpectations.h:13
GlobalSim::eEmSortSelectCountExpectations::eEmSortSelectCountExpectations
eEmSortSelectCountExpectations(const std::string &tobs, const std::string &mults)
Definition:
eEmSortSelectCountExpectations.h:14
GlobalSim::eEmSortSelectCountExpectations::m_expected_tob_bits
std::string m_expected_tob_bits
Definition:
eEmSortSelectCountExpectations.h:18
GlobalSim
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Definition:
dump.h:8
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
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Mon Sep 29 2025 21:09:24 for ATLAS Offline Software by
1.8.18