Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 }
vector< int > segId
Definition: Toolbox.hh:84
Definition: Toolbox.hh:81
exit(0)