12#ifndef GLOBALSIM_IEEMEG1BDTTOB_H
13#define GLOBALSIM_IEEMEG1BDTTOB_H
41 virtual std::string
to_string()
const = 0;
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::IeEmEg1BDTTOB &)
Class to hold eGamma1 BDT decision bits.
static const std::size_t s_eGamma1BDT_width
Count: Size of output bits of the eGamma1 BDT algorithm.
virtual ~IeEmEg1BDTTOB()
Destructor.
virtual std::bitset< s_eGamma1BDT_width > eGamma1BDT_bits() const =0
Returns the eGamma1 BDT result bits.
virtual std::string to_string() const =0
print out contents to string
Class to hold eFexROI TOB bits.