Hi, I want to get started to work on the corrections for the CuCu 200 GeV runs. I looked into the code generatebraggeometry.cxx and found the following lines for the C1 detector. ########################## BrDetectorVolume* c1Vol = (BrDetectorVolume*) geoMan->GetDetectorVolume("BrDetectorVolume", "C1"); geometry << "set_param c1 refangle -1.99" << std::endl; geometry << "set_param c1 refdist 278.2" << std::endl; geometry << "set_param c1 clear 6.4" << std::endl; Position = c1Vol->GetPosition(); theta = -c1Vol->GetRotMatrix()->GetTheta(); geometry << "set_param c1 setupmod 1" << std::endl; geometry << "set_param c1 angle " << setw(8) << theta <<std::endl; geometry << "set_param c1 xc " << setw(8) << Position(0) <<std::endl; geometry << "set_param c1 yc " << setw(8) << Position(1) << std::endl; geometry << "set_param c1 zc " << setw(8) << Position(2) << std::endl; ############################# does anyone know if it is enough to comment out this lines to set up the geometry for the corrections? Thanks, Selemon, _______________________________________________ Brahms-dev-l mailing list Brahms-dev-l@lists.bnl.gov http://lists.bnl.gov/mailman/listinfo/brahms-dev-lReceived on Wed Mar 15 14:08:47 2006
This archive was generated by hypermail 2.1.8 : Wed Mar 15 2006 - 14:09:01 EST