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  February 2006

LCD-DEV February 2006

Subject:

Re: Thoughts on a calibration interface?

From:

Stephen Magill <[log in to unmask]>

Date:

14 Feb 2006 22:39:11 -0600 (CST)Tue, 14 Feb 2006 22:39:11 -0600 (CST)

Content-Type:

TEXT/PLAIN

Parts/Attachments:

Parts/Attachments

TEXT/PLAIN (69 lines)

Hi Guys,
   We discussed this a little once - I can't remember exactly when, but we 
do need more than 1 step to get energy from calorimeter clusters.  The 
first step is to determine the calibration for a particle using all the 
information in the cal - i.e. all of the hits.  Ron's method does this.  
Next, if you apply a cluster algorithm and use it to define a particle, 
then you need a correction to the calibration - I think its good to think 
of it that way.  Each cluster algorithm requires its own correction.  In 
my code, for photons in the SiD ECAL, I use a sampling fraction of 0.0120 
(same as Ron).  Currently I use the NN clusterer (I forgot all the 
parameters) for the photons and I determined the correction factor to be 
1.04 for the parameters I used.
   The sampling fraction is the detector dependent part and could be 
included with the subdetector description.  The correction for clustering 
is algorithm-dependent, and so probably should be done in the users 
analysis code since it depends on exactly which clusterer and which 
parameters for that clusterer are used.
   I'm not sure how this should be done with PFAs, since our goal is to 
get all the hits for each particle, so we really shouldn't need the 
correction if we collect all hits.  Practically, however, we can get good 
reconstruction using clustering by correcting the central value and 
sacrificing a little resolution, maybe. 
   I don't know if this helps at all with the implementation problem.
                                                   Steve

On Tue, 14 Feb 2006, Matthew John Charles wrote:

> Hi Tony,
> 
> On Tue, Feb 14, 2006 at 05:06:51PM -0800, Johnson, Tony S. wrote:
> > HI, maybe I had to leave before we discussed this, but what is  
> > 
> > > which would look like:
> > > 
> > >   public interface ParticleEnergyCalibration {
> > >     public double energy(ReconstructedParticle part);
> > >   }
> > > 
> > >   public interface ClusterEnergyCalibration {
> > >     public double energy(Cluster clus);
> > >   }
> > 
> > going to do that, part.getEnergy() doesn't (or can't)?
> 
> Well, you could use part.getEnergy(), but then earlier in the code you
> would have to figure out what the actual energy of the particle is and
> set it. This is a complex problem which depends on the type of particle,
> which detector you're using, and your reconstruction algorithm; we don't
> yet have a general solution. So for now what people do is use one of a
> small number of calibration methods (Ron's, Lei's, ...), generally with
> constants hard-coded for a particular detector or set of detectors. But
> that's rather ugly -- you have to change your reconstruction code if you
> want to try a different detector or calibration, and it's kind of hard
> to put code like that in CVS (c.f. today's discussion). So it would be
> good if we could abstract that part out, defining a common interface so
> that I could change between calibrations just by passing my particle
> reconstructor a different calibration object...
> 
> That's the thinking.
> 
> 
> Cheers,
> 
> Mat.
> 



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