ATLAS Offline Software
Loading...
Searching...
No Matches
StringUtilities.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef PixelConditionsAlgorithms_StringUtilities
6#define PixelConditionsAlgorithms_StringUtilities
7
8#include <vector>
9#include <utility> //for std::pair
10#include <string>
11
12
14
15 //parses the data_array string from the pixel dead map conditions db
16 std::vector<std::pair<int, int>>//module hash, module status
17 parseDeadMapString(const std::string & dataArrayString);
18}
19
20#endif
std::vector< std::pair< int, int > > parseDeadMapString(const std::string &s)