#include <iostream>
#include "EmcGeneralClass/EmcStructure.h"
Go to the source code of this file.
◆ main()
Definition at line 6 of file testGeom.cxx.
6 {
7
8 int numberOfXtalsRing;
9
12
13
14 cout << "ind"
15 << " "
16 << "theEmcStruc->getTheta(ind)"
17 << " "
18 << "theEmcStruc->getPhi(ind)" << endl;
19
20 for ( int ind = 0; ind < 6240; ind++ )
21 {
22
23 cout << ind <<
" " << theEmcStruc->
getTheta( ind ) <<
" " << theEmcStruc->
getPhi( ind )
24 <<
" " << theEmcStruc->
getPartId( ind ) << endl;
25 }
26 delete theEmcStruc;
27 return 0;
28}
unsigned int getPartId(long Index) const
unsigned int getPhi(long Index) const
unsigned int getTheta(long Index) const