From: W.J. Llope (llope_at_physics.rice.edu)
Date: Wed Mar 05 2003 - 13:00:03 EST
o.k. - a little tar file is attached.... if the attachment
doesn't survive to you, get it here:
http://mac8.rice.edu/~TOF/TOFp/operations/newtofonline.tar.gz
just grep for WJL to see all the changes...
note one thing: on the plots page for tof, the
top two histograms displayed right now are
h82_tof_hadc
h83_tof_htdc
in *that* code (which i couldn't find) what's needed now is, e.g.
tofcanvas->cd(1);
h82_tof_hadc->Draw();
h69_tof_hadcwtdc->SetLineColor(2);
h69_tof_hadcwtdc->Draw("same");
tofcanvas->cd(2);
h83_tof_htdc->Draw();
h70_tof_htdcwadc->SetLineColor(2);
h70_tof_htdcwadc->Draw("same");
and the other four pads on that canvas are o.k. as is....
i don't know how to "test" this - it is possible
to run your code on an existing data file to see
if the new histograms worked?
thanks again,
bill
At 12:30 PM -0500 3/5/03, Sergey Panitkin wrote:
>Bill,
>
>That would be the dumbest way of doing it. ;-)
>You can just add them at the end and keep numbering.
>No need to have histograms that belong to one detector in one spot.
>
>I would suggest that you reuse some of the obsolete rich histograms
>somewhere in the middle of the list. I left comments in the list marking
>reusable blocks of rich histograms.
>
>Cheers,
> Sergey
>----- Original Message -----
>From: "W.J. Llope" <llope_at_physics.rice.edu>
>To: "Sergey Panitkin" <panitkin_at_bnl.gov>; "W.J. Llope"
><llope_at_physics.rice.edu>
>Sent: Wednesday, March 05, 2003 12:13 PM
>Subject: Re: TOF online histograms
>
>
>>
>> re: ListOfHistograms,
>> if i add two plots in the tofp section, then
>> i have to renumber all the subsequent histogram pointers?
>>
>> yikes!
>>
>>
>>
>> At 11:46 AM -0500 3/5/03, Sergey Panitkin wrote:
>> >Hi Bill,
>> >
>> >The whole thing resides in ~panitkin/online/latest on evp.starp.bnl.gov .
>> >
>> >It looks like you need histogram description file -
>ListOfHistograms.txt,
>> >to fix the booking.
>> >Histogram filling part is in eventLoop.cxx.
>> >Please send me a pointer to the changed code so I can migrate them into
>the
>> >operator area.
>> >
>> >Cheers,
>> > Sergey
>> >----- Original Message -----
>> >From: "W.J. Llope" <llope_at_physics.rice.edu>
>> >To: "Sergey Panitkin" <panitkin_at_bnl.gov>; "Boris Hippolyte"
>> ><hippolyt_at_rcf.rhic.bnl.gov>
>> >Cc: <tofp_at_physics.rice.edu>
>> >Sent: Wednesday, March 05, 2003 11:27 AM
>> >Subject: TOF online histograms
>> >
>> >
>> >>
>> >> hi sergey and boris,
>> >>
>> >> i need to make some simple changes to two of the
>> >> online histograms on the tofp page...
>> >>
>> >> basically i need to extend some x-axes, and
>> >> make a simple criterion to choose which events are used to
>> >> fill those plots, and similar simple small stuff...
>> >>
>> >> could you point me to where i can see
>> >> the present code (just interested in the parts where
>> >> those plots are booked and filled)... many thanks!
>> >>
>> >> bill
>> >>
>> >> --
>> >>
>> >> W.J. Llope, Ph.D. Res. Assoc. Professor
>> >> T.W. Bonner Nuclear Laboratory phone: 713-348-4741
>> >> Rice University, MS-315 fax: 713-348-5215
>> >> 6100 S. Main St.
>> >> Houston, TX 77005-1892
>> >> e-mail: llope_at_physics.rice.edu
>> >> WWW home: http://wjllope.rice.edu/default.html
>> >>
>> >> --
>> >>
>>
>>
>> --
>>
>> W.J. Llope, Ph.D. Res. Assoc. Professor
>> T.W. Bonner Nuclear Laboratory phone: 713-348-4741
>> Rice University, MS-315 fax: 713-348-5215
>> 6100 S. Main St.
>> Houston, TX 77005-1892
>> e-mail: llope_at_physics.rice.edu
>> WWW home: http://wjllope.rice.edu/default.html
>>
>> --
>>
>>
--W.J. Llope, Ph.D. Res. Assoc. Professor T.W. Bonner Nuclear Laboratory phone: 713-348-4741 Rice University, MS-315 fax: 713-348-5215 6100 S. Main St. Houston, TX 77005-1892 e-mail: llope_at_physics.rice.edu WWW home: http://wjllope.rice.edu/default.html
--
This archive was generated by hypermail 2.1.4 : Thu Jul 24 2003 - 00:39:36 EDT