28 #define __CL_ENABLE_EXCEPTIONS
117 template <
typename ValueType>
118 void read_ini(
const std::vector<ValueType> & ed);
121 template <
typename ValueType>
122 void read_ini(
const std::vector<ValueType> & ed,
123 const std::vector<ValueType> &
vx,
124 const std::vector<ValueType> &
vy,
125 const std::vector<ValueType> &
vz);
128 template <
typename ValueType>
129 void read_ini(
const std::vector<ValueType> & ed,
130 const std::vector<ValueType> &
vx,
131 const std::vector<ValueType> &
vy,
132 const std::vector<ValueType> &
vz,
133 const std::vector<ValueType> & pi00,
134 const std::vector<ValueType> & pi01,
135 const std::vector<ValueType> & pi02,
136 const std::vector<ValueType> & pi03,
137 const std::vector<ValueType> & pi11,
138 const std::vector<ValueType> & pi12,
139 const std::vector<ValueType> & pi13,
140 const std::vector<ValueType> & pi22,
141 const std::vector<ValueType> & pi23,
142 const std::vector<ValueType> & pi33);
146 template <
typename ValueType>
147 void read_ini(
const std::vector<ValueType> & ed,
148 const std::vector<ValueType> &
vx,
149 const std::vector<ValueType> &
vy,
150 const std::vector<ValueType> &
vz,
151 const std::vector<ValueType> & pi00,
152 const std::vector<ValueType> & pi01,
153 const std::vector<ValueType> & pi02,
154 const std::vector<ValueType> & pi03,
155 const std::vector<ValueType> & pi11,
156 const std::vector<ValueType> & pi12,
157 const std::vector<ValueType> & pi13,
158 const std::vector<ValueType> & pi22,
159 const std::vector<ValueType> & pi23,
160 const std::vector<ValueType> & pi33,
161 const std::vector<ValueType> & bulk_pi,
162 const std::vector<ValueType> & net_charge_baryon_,
163 const std::vector<ValueType> & net_charge_electric,
164 const std::vector<ValueType> & net_charge_strange);