/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Emc/EmcGeneralClass/EmcGeneralClass-00-00-04/test/testGeom.cxx

Go to the documentation of this file.
00001 #include <iostream>
00002 
00003 #include "EmcGeneralClass/EmcStructure.h"
00004 using namespace std;
00005 
00006 int main(){
00007 
00008   int numberOfXtalsRing;
00009   
00010   EmcStructure* theEmcStruc=new EmcStructure() ;
00011   theEmcStruc->setEmcStruc();
00012 
00013   //number Of Theta Rings
00014    cout<<"ind"<<"  "<<"theEmcStruc->getTheta(ind)"<<"  "
00015        <<"theEmcStruc->getPhi(ind)"<<endl;
00016 
00017  for(int ind=0; ind<6240;ind++){
00018 
00019    cout<<ind<<"  "<<theEmcStruc->getTheta(ind)<<"  "
00020        <<theEmcStruc->getPhi(ind)<<"  "
00021        <<theEmcStruc->getPartId(ind)<<endl;
00022 
00023  
00024 }
00025   delete theEmcStruc;
00026   return 0;
00027 }

Generated on Tue Nov 29 22:58:17 2016 for BOSS_7.0.2 by  doxygen 1.4.7