coherent WaveBurst
Library Reference Guide
home
cWB_docker
git
cWB
library
wat
rdfr.hh
Go to the documentation of this file.
1
/*
2
# Copyright (C) 2019 Sergey Klimenko
3
#
4
# This program is free software: you can redistribute it and/or modify
5
# it under the terms of the GNU General Public License as published by
6
# the Free Software Foundation, either version 3 of the License, or
7
# (at your option) any later version.
8
#
9
# This program is distributed in the hope that it will be useful,
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
# GNU General Public License for more details.
13
#
14
# You should have received a copy of the GNU General Public License
15
# along with this program. If not, see <https://www.gnu.org/licenses/>.
16
*/
17
18
19
#include <string>
20
#include "FrameL.h"
21
#include "
wavearray.hh
"
22
23
template
<
class
X>
wavearray<X>
*
rdfrm
(
double
tlen,
char
*cname,
char
*
fname
,
double
tskip);
24
wavearray<float>
*
rdfrmF
(
double
ten,
char
*cnme,
char
*
name
,
double
skip);
25
wavearray<double>
*
rdfrmD
(
double
len,
char
*came,
char
*fame,
double
tkip);
26
using namespace
std
;
wavearray
Definition:
wavearray.hh:54
name
par [0] name
Definition:
CWB_Plugin_HEN_SIM_Config.C:93
rdfrmF
wavearray< float > * rdfrmF(double ten, char *cnme, char *name, double skip)
Definition:
rdfr.cc:119
std
STL namespace.
fname
char fname[1024]
Definition:
cwb_report_prod_1.C:128
rdfrm
wavearray< X > * rdfrm(double tlen, char *cname, char *fname, double tskip)
Definition:
rdfr.cc:39
rdfrmD
wavearray< double > * rdfrmD(double len, char *came, char *fame, double tkip)
Definition:
rdfr.cc:124
wavearray.hh