LISTSERV mailing list manager LISTSERV 16.5

Help for HPS-SOFTWARE Archives


HPS-SOFTWARE Archives

HPS-SOFTWARE Archives


HPS-SOFTWARE@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

HPS-SOFTWARE Home

HPS-SOFTWARE Home

HPS-SOFTWARE  September 2014

HPS-SOFTWARE September 2014

Subject:

Re: MC reconstruction procedure

From:

Sho Uemura <[log in to unmask]>

Reply-To:

Software for the Heavy Photon Search Experiment <[log in to unmask]>

Date:

Fri, 19 Sep 2014 12:22:41 -0700

Content-Type:

TEXT/PLAIN

Parts/Attachments:

Parts/Attachments

TEXT/PLAIN (136 lines)

To continue:

1) The readout simulation also simulates detector electronics, trigger and 
DAQ. What comes out of the readout simulation is equivalent to the data 
read out from the real detector.

2a) You should not need a nonzero run number in MC unless you want to run 
MC with the run conditions from a specific run; run 0 is supposed to give 
you "ideal" run conditions (we define some conditions for "run -1" because 
this ensures those conditions are loaded as a default). The conditions 
system underlying all this is getting changed, but it will remain true 
that the default run number is appropriate for generic MC.

2b) HPS-Proposal2014-v7 is the current "official" detector - tested and 
set in stone with no changes allowed. v8 includes more of the ECal support 
structure but hasn't been tested, and could still change. For any detector 
version, use "2pt2" to get the field strength and trigger settings 
appropriate for 2.2 GeV beam.

3) The readout simulation expects that the events in a file correspond to 
consecutive 2 ns beam bunches. Pulse pileup and DAQ clocks are simulated 
based on this 2 ns period. So if you were to run the readout sim on a file 
where every event contains an A', the readout simulation would simulate 
pileup equivalent to a 500 MHz rate of A's. To avoid pileup between 
consecutive A' events, you need to insert enough delay (in the form of 
beam background or empty events) between the A' events.

4) Norman answered this.

5) The stdhep files represent particles coming out of the target. So we 
simulate interactions in the target (which is centered at the origin), and 
write out the particles that hit a scoring plane at some positive Z; this 
Z is different in different generators.

6) The layers used, etc. are set in the tracking strategy. The default is 
this:

http://java.freehep.org/svn/repos/hps/show/java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS-Full.xml

and you could make a different strategy file, compile it into hps-java, 
and point the reconstruction to it using the strategyResource tag in the 
steering file, like here:

http://java.freehep.org/svn/repos/hps/show/java/trunk/steering-files/src/main/resources/org/hps/steering/recon/HPS2014OfflineTruthRecon.lcsim

On Fri, 19 Sep 2014, Graf, Norman A. wrote:

> Hello Mikhail,
> Let me just start with your first question.
>
> slic/Geant4 does a very good job of propagating particles through material and
> fields and calculating energy depositions along the way.
> The readout simulations emulate all of the steps in the detector which occur after
> an energy deposition happens in the sensitive detector material. For the silicon
> tracker this includes, but is not limited to:
>
> drift and diffusion of charge carriers in the silicon
> charge collection on readout strips
> electronic readout response modeling
> electronic readout noise modeling
> overlaying contributions from past and future particles
>
> In order to retain flexibility in any of these processes we do not code that into
> slic. Instead, for every G4Step in a sensitive tracking detector we write out the details of
> that step in a SimTrackerHit
> http://lcio.desy.de/v01-11/doc/doxygen_api/html/classEVENT_1_1SimTrackerHit.html
> That information is used during the "digitization" step of the reconstruction.
>
>
> For the ECal we do not care about the details of all of the secondary particles in
> the shower, so we aggragate the contributions of all particle steps in each of the
> crystals. That output is written to a SimCalorimeterHit
> http://lcio.desy.de/v01-11/doc/doxygen_api/html/classEVENT_1_1SimCalorimeterHit.html
>
> (note that for dedicated studies one can actually save much more detailed information,
> but that is not done by default.
>
> Norman
>
> -----Original Message-----
> From: [log in to unmask] [mailto:[log in to unmask]] On Behalf Of [log in to unmask]
> Sent: Friday, September 19, 2014 9:20 AM
> To: hps-software
> Subject: MC reconstruction procedure
>
> Dear Colleagues,
>
> I am trying to understand the reconstruction process, but I need some information from the experts.
>
> 1) First of all, a naive question: why do we need the "readout simulations"? I guess SLIC is capable to do this job much better than we ever can develop. May I ask what is saved in the SLIC output then?
> Energy deposition in various detector pieces only?
>
> 2) Do we need a non-zero Run number in MC data, and if so where to set it? Is the following (a small part of) output of recon program acceptable, are all parameters defined for run 0 or even -1 (?):
> "No input files in XML file.
> Got ConditionsEvent with run: 0
> Reading calibrations calibSVT/base for run: 0 Use this calibration from run -1: calibSVT/default.base Reading calibrations calibSVT/tp for run: 0 Use this calibration from run -1: calibSVT/default.tp Loading the SVT bad channels for run 0 File daqmap/svt0.badchannels was not found! Continuing with only QA bad channels Loading fieldmap for run 0"
>
>
> 2) Which is the "officially definitive" detector geometry table for upcoming experiment? "HPS-Proposal2014-v8"?
>
> 3) what exactly does pile-up simulation:
> org.hps.users.meeg.FilterMCBunches? What do you mean "insert empty bunches"? If they are empty why inserting them? What kind of pile-up is intended here: of particle hits with detector (SVT) noise? of particles from different bunches?
>
> 4) if I run reconstruction directly from SLIC output using "/org/hps/steering/readout/HPSTrackingDefaults.lcsim" method, I get something that is missing completely "EcalClusters" (although ECalHits"
> are present); there are some "MatchedTracks", but with zero momentum components while D0, phi, omega, TanLambda and Chi2 are not zero.
> By the way I still missing the description of D0, phi, omega, TanLambda?
> Could you point out where these are described?
>
> 5) why the StdHep files linked at confluence page are generated at vertex (0,0,0.1)?
>
> 6) How can I change the Track reconstruction parameters: in particular the minimal number of Layers required (are there other parameters)?
>
> Best Regards,
>              Mikhail.
>
>
>
> ########################################################################
> Use REPLY-ALL to reply to list
>
> To unsubscribe from the HPS-SOFTWARE list, click the following link:
> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1
>
> ########################################################################
> Use REPLY-ALL to reply to list
>
> To unsubscribe from the HPS-SOFTWARE list, click the following link:
> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1
>

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the HPS-SOFTWARE list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1

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

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
June 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011

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