ATLAS Offline Software
PhysicsAnalysis
JetTagging
JetTagPerformanceCalibration
CalibrationDataInterface
CalibrationDataInterface
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
15
namespace
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
18
namespace
CalibrationDataInterface {
19
21
std::vector<std::string>
split
(
const
std::string&
str
,
const
char
token =
';'
);
22
23
}
24
}
25
26
#endif
Analysis::CalibrationDataInterface::split
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,...
Definition:
CalibrationDataInternals.cxx:9
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition:
BTaggingCnvAlg.h:20
str
Definition:
BTagTrackIpAccessor.cxx:11
Generated on Mon Dec 23 2024 21:07:41 for ATLAS Offline Software by
1.8.18