ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
Global
GlobalSimulation
src
PU1
PU1SuppExpectations.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef GLOBALSIM_PU1SUPPEXPECTATIONS_H
5
#define GLOBALSIM_PU1SUPPEXPECTATIONS_H
6
7
#include "
AthenaKernel/CLASS_DEF.h
"
8
#include <string>
9
10
namespace
GlobalSim
{
11
12
struct
PU1SuppExpectations
{
13
PU1SuppExpectations
(
const
std::string& tobs,
const
std::string& mults):
14
m_expected_tob_bits
{tobs},
m_expected_multiplicity_bits
{mults}{}
15
16
std::string
m_expected_tob_bits
;
17
std::string
m_expected_multiplicity_bits
;
18
};
19
}
20
21
CLASS_DEF
(
GlobalSim::PU1SuppExpectations
, 394339223, 1)
22
23
#endif
CLASS_DEF.h
macros to associate a CLID to a type
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
AlgTool to read in LArStripNeighborhoods, and run the BDT Algorithm.
Definition
Trigger/TrigT1/Global/GlobalSimulation/src/Egamma1BDT/Egamma1BDT/BDT.h:11
GlobalSim::PU1SuppExpectations
Definition
PU1SuppExpectations.h:12
GlobalSim::PU1SuppExpectations::m_expected_tob_bits
std::string m_expected_tob_bits
Definition
PU1SuppExpectations.h:16
GlobalSim::PU1SuppExpectations::m_expected_multiplicity_bits
std::string m_expected_multiplicity_bits
Definition
PU1SuppExpectations.h:17
GlobalSim::PU1SuppExpectations::PU1SuppExpectations
PU1SuppExpectations(const std::string &tobs, const std::string &mults)
Definition
PU1SuppExpectations.h:13
Generated on
for ATLAS Offline Software by
1.17.0