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 to read in LArStripNeighborhoods, and run the eRatio Algorithm.
std::string trim(std::string s)
Definition trim.cxx:7