ATLAS Offline Software
Loading...
Searching...
No Matches
trim.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_TRIM_H
4#define GLOBALSIM_TRIM_H
5
6#include <string>
7
8namespace GlobalSim {
9 std::string trim(std::string s);
10}
11
12#endif
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...
std::string trim(std::string s)
Definition trim.cxx:7