ATLAS Offline Software
Trigger/TrigAlgorithms/TrigT2CaloEgamma/src/helpers/VectorVectorIntParser.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // VectorVectorIntParser.h
8 // Forward declarations for vector<vector<int>> parser
10 #ifndef TRIGT2CALOEGAMMA_VECTORVECTORINTPARSER_H
11 #define TRIGT2CALOEGAMMA_VECTORVECTORINTPARSER_H 1
12 
13 // STL includes
14 #include <string>
15 #include <vector>
16 
17 
18 #include "GaudiKernel/StatusCode.h"
19 namespace Gaudi
20 {
21  namespace Parsers
22  {
23 
24  // A typedef may save a lot of mistakes
25  typedef std::vector<std::vector<int> > VecVecInt_t;
26 
27  // Parse function... nothing special, but it must be done explicitely.
28  StatusCode parse( VecVecInt_t & result, const std::string& input );
29  }
30 }
31 
32 #endif
get_generator_info.result
result
Definition: get_generator_info.py:21
Gaudi::Parsers::parse
StatusCode parse(std::tuple< Tup... > &tup, const Gaudi::Parsers::InputData &input)
Definition: CaloGPUClusterAndCellDataMonitorOptions.h:284
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
PlotPulseshapeFromCool.input
input
Definition: PlotPulseshapeFromCool.py:106
Gaudi::Parsers::VecVecInt_t
std::vector< std::vector< int > > VecVecInt_t
Definition: Reconstruction/RecoAlgs/IsolationAlgs/src/VectorVectorIntParser.h:25
Gaudi
=============================================================================
Definition: CaloGPUClusterAndCellDataMonitorOptions.h:273