1#include "McTruth/DecayMode.h"
4 for (
unsigned int index=0; index<m_size; index++) {
5 data[index] = m_data[index];
11 for (
unsigned int index=0; index<m_size; index++) {
12 m_data[index] =
data[index];
16bool DecayMode::values_ok(
unsigned int size) {
18 std::cout <<
" DecayMode:: error: size beyond the range!" <<std::endl;
void getData(int *data, unsigned int size)
void putData(int *data, unsigned int size)