coherent WaveBurst
Library Reference Guide
home
cWB_docker
git
cWB
library
tools
toolbox
tutorials
TestSlagStruct.C
Go to the documentation of this file.
1
//
2
// Test Slag Structure
3
// Author : Gabriele Vedovato
4
5
{
6
#include <vector>
7
8
slag
SLAG;
9
10
// SLAG.slagId[0]=1;
11
SLAG.
segId
.push_back(1);
12
SLAG.
segId
.push_back(2);
13
SLAG.
segId
.push_back(3);
14
cout <<
"DEB "
<< SLAG.
segId
[0] <<
" "
<< SLAG.
segId
[1] <<
" "
<< SLAG.
segId
[2] << endl;
15
exit
(0);
16
}
slag::segId
vector< int > segId
Definition:
Toolbox.hh:102
slag
Definition:
Toolbox.hh:99
exit
exit(0)