Particle Identification and Tracking
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
common_src
include
data_store.h
Go to the documentation of this file.
1
//Copyright 2010 Thomas A Caswell
2
//tcaswell@uchicago.edu
3
//http://jfi.uchicago.edu/~tcaswell
4
//
5
//This program is free software; you can redistribute it and/or modify
6
//it under the terms of the GNU General Public License as published by
7
//the Free Software Foundation; either version 3 of the License, or (at
8
//your option) any later version.
9
//
10
//This program is distributed in the hope that it will be useful, but
11
//WITHOUT ANY WARRANTY; without even the implied warranty of
12
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
//General Public License for more details.
14
15
16
#include <vector>
17
#include "
data_map.h
"
18
19
namespace
utilities
20
{
21
class
Data_map;
22
28
template
<
class
T>
29
struct
Data_store
30
{
31
public
:
32
std::vector<T *>
data
;
33
Data_map
map
;
34
35
36
};
37
}
Generated on Tue Sep 10 2013 17:07:21 for Particle Identification and Tracking by
1.8.4