17#ifndef O2_ZDC_FAST_SIMULATION_UTILS_H
18#define O2_ZDC_FAST_SIMULATION_UTILS_H
55std::vector<float>
parse_block(std::istream& input,
const std::string& option);
63std::vector<float>
flat_vector(std::vector<std::vector<float>>& vector2D);
std::vector< float > flat_vector(std::vector< std::vector< float > > &vector2D)
std::vector< std::vector< float > > normal_distribution_batch(double mean, double stddev, size_t size, long batchSize)
Generates a batch of vectors of numbers with a given normal distribution and length.
std::vector< float > normal_distribution(double mean, double stddev, size_t size)
Generates a vector of numbers with a given normal distribution and length.
std::vector< float > parse_block(std::istream &input, const std::string &option)
Parses .txt file containing scales for model. Function will search for given marker (option) and read...