ATLAS Offline Software
StlVectorClids.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 // StlVectorClids.h
8 // Header file for CLIDs for various std::vector<T>
9 // Author: S.Binet<binet@cern.ch>
11 #ifndef SGTOOLS_STLVECTORCLIDS_H
12 #define SGTOOLS_STLVECTORCLIDS_H
13 
14 #include "AthenaKernel/CLASS_DEF.h"
15 #include <vector>
16 #include <string>
17 #include <stdint.h>
18 
19 CLASS_DEF( std::vector<bool> , 45822813 , 1 )
20 CLASS_DEF( std::vector<short> , 35706084 , 1 )
21 CLASS_DEF( std::vector<int> , 22592129 , 1 )
22 CLASS_DEF( std::vector<long> , 6675975 , 1 )
23 CLASS_DEF( std::vector<float> , 202242136 , 1 )
24 CLASS_DEF( std::vector<double> , 219400222 , 1 )
25 CLASS_DEF( std::vector<std::string> , 25884436 , 1 )
26 CLASS_DEF( std::vector<char> , 206378829 , 1 )
27 
28 CLASS_DEF( std::vector<unsigned short> , 238793770 , 1 )
29 CLASS_DEF( std::vector<unsigned int> , 177480351 , 1 )
30 CLASS_DEF( std::vector<unsigned long> , 18868981 , 1 )
31 CLASS_DEF( std::vector<unsigned long long> , 35119468 , 1 )
32 
33 CLASS_DEF( std::vector<std::vector<bool> > , 255356807 , 1 )
34 CLASS_DEF( std::vector<std::vector<char> > , 70698075 , 1 )
35 CLASS_DEF( std::vector<std::vector<short> > , 24204906 , 1 )
36 CLASS_DEF( std::vector<std::vector<int> > , 23262399 , 1 )
37 CLASS_DEF( std::vector<std::vector<uint8_t> > , 126048273 , 1 )
38 CLASS_DEF( std::vector<std::vector<unsigned short> > , 247252788 , 1 )
39 CLASS_DEF( std::vector<std::vector<unsigned int> > , 213985193 , 1 )
40 CLASS_DEF( std::vector<std::vector<unsigned long> > , 205717523 , 1 )
41 CLASS_DEF( std::vector<std::vector<unsigned long long> > , 76977490 , 1 )
42 CLASS_DEF( std::vector<std::vector<float> > , 258753314 , 1 )
43 CLASS_DEF( std::vector<std::vector<double> > , 154043868 , 1 )
44 CLASS_DEF( std::vector<std::vector<std::string> > , 101141770 , 1 )
45 
46 CLASS_DEF( std::vector<std::vector<std::vector<int> > > , 85220325 , 1 )
47 CLASS_DEF( std::vector<std::vector<std::vector<float> > > , 82469196 , 1 )
48 
49 #endif // !SGTOOLS_STLVECTORCLIDS_H
xAOD::uint8_t
uint8_t
Definition: Muon_v1.cxx:575
vector
Definition: MultiHisto.h:13
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type