#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"<<" "<<"theEmcStruc->getTheta(ind)"<<" "
15 <<"theEmcStruc->getPhi(ind)"<<endl;
16
17 for(int ind=0; ind<6240;ind++){
18
19 cout<<ind<<
" "<<theEmcStruc->
getTheta(ind)<<
" "
20 <<theEmcStruc->
getPhi(ind)<<
" "
22
23
24}
25 delete theEmcStruc;
26 return 0;
27}
unsigned int getPartId(long Index) const
unsigned int getPhi(long Index) const
unsigned int getTheta(long Index) const