ATLAS Offline Software
InvariantMassResult.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_INVARIANTMASSRESULT_H
6 #define GLOBALSIM_INVARIANTMASSRESULT_H
7 
8 #include <bitset>
9 
10 #include <ostream>
11 
12 namespace GlobalSim {
13  constexpr static std::size_t s_NumResultBits{4};
14  using InvariantMassResult = std::bitset<s_NumResultBits>;
15 }
16 
18 
19 #endif
GlobalSim::InvariantMassResult
std::bitset< s_NumResultBits > InvariantMassResult
Definition: InvariantMassResult.h:14
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