ATLAS Offline Software
Event/EventTPCnv/EventTPCnv/vectorize.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 VECTORIZE_H
6 #define VECTORIZE_H
7 #include <string>
8 #include <vector>
9 
10 void strToUI( const std::string &m, std::vector<unsigned int> &v);
11 void UITostr(std::string &n, std::vector<unsigned int>::const_iterator &i, bool bugcompat);
12 void bitmapToUI( const std::vector<bool> &m, std::vector<unsigned int> &v);
13 void UITobitmap(std::vector<bool> &n, std::vector<unsigned int>::const_iterator &i,
14  bool bugcompat);
15 
16 #endif
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91
UITostr
void UITostr(std::string &n, std::vector< unsigned int >::const_iterator &i, bool bugcompat)
Definition: vectorize.cxx:29
strToUI
void strToUI(const std::string &m, std::vector< unsigned int > &v)
Definition: vectorize.cxx:9
UITobitmap
void UITobitmap(std::vector< bool > &n, std::vector< unsigned int >::const_iterator &i, bool bugcompat)
Definition: vectorize.cxx:103
bitmapToUI
void bitmapToUI(const std::vector< bool > &m, std::vector< unsigned int > &v)
Definition: vectorize.cxx:85
lumiFormat.i
int i
Definition: lumiFormat.py:92
beamspotman.n
n
Definition: beamspotman.py:731
python.PyAthena.v
v
Definition: PyAthena.py:157