LISTSERV mailing list manager LISTSERV 16.5

Help for LCD-DEV Archives


LCD-DEV Archives

LCD-DEV Archives


LCD-DEV@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

LCD-DEV Home

LCD-DEV Home

LCD-DEV  April 2001

LCD-DEV April 2001

Subject:

RE: Accessing event data from a plugin?

From:

"Johnson, Tony S." <[log in to unmask]>

Date:

09 Apr 2001 09:54:11 -0700Mon, 09 Apr 2001 09:54:11 -0700

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (40 lines)

 > I would like to have an event display for looking at the 
> results of the 
> Fast MC  (including the PID information from a new reconstructed 
> particle class). I have spent a few days looking at the 
> LCDPlugin event 
> display code and I understand basically how that works and have a 
> modified version of it that I play with. However, I cannot figure out 
> how to make it use the LCDEvent data that has been modified 
> by invoking 
> MCFast (through a driver that includes the PID code). It is set up to 
> use only the original data source with getCurrentEvent().

I dont think that is correct. The event display is invoked after the event is read, and after any processing of analysis routines has been performed. For example the current event display is able to display reconstructed tracks and found jets, both of which can be  created on-the-fly by analysis code.

The event that you get from getCurrentEvent should have any modifications done by the fastmc included. It is important to realize that the event header is in fact a hashtable, you can store anything in it that you like. It has convenience methods for accessing things that we know about, for example 
        
        TrackList tl = event.getTrackList() 

is equivalent to 

        TrackList tl = (TrackList) event.get("TrackList");

By using the put and get methods you can store anything you like (such as a list of PID information), and the event display should be able to access anything that you add.

> 
> Rather than using a plugin, I also considered invoking the 
> display from 
> my driver that invokes FastMC and my analysis code. Which is a 
> preferable approach? I haven't managed to get this to work 
> yet (though I 
> haven't spent a lot of time on it). Are there any examples of this?

The plugin seems like the better way to go. Let me know if the comments above do not solve your problem.

Incidentally, although we have done a poor job of publicising it outside of SLAC, we do have the WIRED event display running with LCD code. It is much more fully featured than the event display that comes with the lcd.jar. If you are planning on doing any substantive work with the event display I would recommend using the WIRED event display. Of course that would entail me telling you how to use it....

Tony 


Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

February 2026
June 2017
April 2017
November 2016
September 2016
April 2016
March 2016
February 2016
November 2015
August 2015
July 2015
May 2015
April 2015
March 2015
January 2015
November 2014
September 2014
May 2014
April 2014
February 2014
November 2013
October 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
October 2012
August 2012
July 2012
June 2012
May 2012
April 2012
February 2012
January 2012
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
May 2004
April 2004
March 2004
January 2004
November 2003
September 2003
August 2003
June 2003
May 2003
February 2003
August 2002
July 2002
May 2002
April 2002
March 2002
February 2002
January 2002
November 2001
September 2001
August 2001
June 2001
May 2001
April 2001
March 2001
March 2000
February 2000
January 2000
December 1999
November 1999
October 1999
September 1999
July 1999
May 1999
April 1999
March 1999
February 1999
January 1999
December 1998
November 1998

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use