Re: [Brahms-dev-l] C1 detector in CuCu 200 GeV run

From: Flemming Videbaek <videbaek@bnl.gov>
Date: Wed Mar 15 2006 - 14:11:03 EST
Hi All 
you have to do if you want or do not want c1 is in the script that reads the geometry_<run>.  file

>exec geometry_14071
>set_tree c1 z     // this disables c1
>geodef;geofin 

and so on


--------------------------------------------
Flemming Videbaek
Physics Department 
Bldg 510-D
Brookhaven National Laboratory
Upton, NY11973

phone: 631-344-4106
fax:        631-344-1334
e-mail: videbaek @ bnl.gov
----- Original Message ----- 
From: "Bekele, Selemon" <bekeleku@ku.edu>
To: <brahms-dev-l@lists.bnl.gov>
Sent: Wednesday, March 15, 2006 2:07 PM
Subject: [Brahms-dev-l] C1 detector in CuCu 200 GeV run


> 
> 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-l
>
_______________________________________________
Brahms-dev-l mailing list
Brahms-dev-l@lists.bnl.gov
http://lists.bnl.gov/mailman/listinfo/brahms-dev-l
Received on Wed Mar 15 14:14:08 2006

This archive was generated by hypermail 2.1.8 : Wed Mar 15 2006 - 14:14:13 EST