ATLAS Offline Software
Loading...
Searching...
No Matches
IeEmEg1eRatioTOB.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
11
12#ifndef GLOBALSIM_IEEMEG1ERATIOTOB_H
13#define GLOBALSIM_IEEMEG1ERATIOTOB_H
14
15#include "IeEmTOB.h"
17
18namespace GlobalSim::IOBitwise {
26 class IeEmEg1eRatioTOB : virtual public IeEmTOB {
27
28 public:
31
33 static const std::size_t s_eGamma1eRatio_width{11};
34
36 virtual std::bitset<s_eGamma1eRatio_width> eGamma1eRatio_bits() const = 0;
37
39 virtual std::string to_string() const = 0;
40 };
41} //End of namespace
42
43std::ostream& operator << (std::ostream&,
45
47
48#endif //GLOBALSIM_IEEMEG1ERATIOTOB_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
std::ostream & operator<<(std::ostream &, const GlobalSim::IOBitwise::IeEmEg1eRatioTOB &)
Class to hold eGamma1 eRatio result bits.
static const std::size_t s_eGamma1eRatio_width
Count: Size of output bits of the eGamma1 eRatio algorithm.
virtual std::string to_string() const =0
print out contents to string
virtual std::bitset< s_eGamma1eRatio_width > eGamma1eRatio_bits() const =0
Returns the eGamma1 eRatio result bits.
Class to hold eFexROI TOB bits.
Definition IeEmTOB.h:29