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