ATLAS Offline Software
Loading...
Searching...
No Matches
lineSplitter.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGHLTJETHYPO_LINESPLITTER_H
6#define TRIGHLTJETHYPO_LINESPLITTER_H
7/********************************************************************
8 *
9 * NAME: LineSplitter.h
10 * PACKAGE: Trigger/TrigHypothesis/TrigHLTJetHypo
11 *
12 * AUTHOR: P. Sherwood
13 * CREATED: March 21, 2015
14 *
15 *
16 * Headers file for visible classes used by TrigHLTJetHypo
17 *********************************************************************/
18
19#include <string>
20#include <vector>
21
22std::vector<std::string> lineSplitter(const std::string&, char delimiter='\n');
23
24#endif
std::vector< std::string > lineSplitter(const std::string &, char delimiter='\n')