ATLAS Offline Software
Loading...
Searching...
No Matches
CalibrationDataInternals.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
6// CalibrationDataInternals.h, (c) ATLAS Detector software
8
9#ifndef ANALYSISCALIBRATIONDATAINTERNALS_H
10#define ANALYSISCALIBRATIONDATAINTERNALS_H
11
12#include <vector>
13#include <string>
14
15namespace Analysis {
16
17 // It's somewhat cumbersome to have a nested namespace here... this is because a mere Analysis::split() could clash with other code
19
21 std::vector<std::string> split(const std::string& str, const char token = ';');
22
23 }
24}
25
26#endif
std::vector< std::string > split(const std::string &str, const char token=';')
local utility function: split string into a vector of substrings separated by a specified separator,...
The namespace of all packages in PhysicsAnalysis/JetTagging.