ATLAS Offline Software
Loading...
Searching...
No Matches
hexTOB2bitsetTOB.h
Go to the documentation of this file.
1// Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3#ifndef GLOBALSIM_HEXTOB2BITSETTOB_H
4#define GLOBALSIM_HEXTOB2BITSETTOB_H
5
6#include <string>
7#include <bitset>
8
9namespace GlobalSim {
10 std::bitset<72> hexTOB2bitsetTOB(std::string s);
11}
12#endif
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...
std::bitset< 72 > hexTOB2bitsetTOB(std::string s)