User Tools

Site Tools


2013:groups:tools:substructure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
2013:groups:tools:substructure [2013/06/06 08:56]
loch.peter [Configurations]
2013:groups:tools:substructure [2013/06/06 11:26]
loch.peter [Software version 1]
Line 31: Line 31:
  
  
-===== Configurations =====+===== Configurations ​& Software ​===== 
 + 
 +The following configurations for the (average) number of pile-up interactions $\langle\mu\rangle$ are suggested 
 +$$ \langle\mu\rangle = \{ 30, 60, 120, 240 \} $$ 
 +The actual number of pile-up interactions added to the signal event is taken from a Poisson distribution around $\langle\mu\rangle$.  
 + 
 +==== Software version 1 ==== 
 + 
 +Pile-up can be added dynamically using this **{{:​2013:​groups:​tools:​anal02.tar.gz| software}}**. The main concept here is that the ROOT based raw data is converted into an ''​Event''​ obejct containing lists of ''​PseudoJet''​s (from ''​Fastjet''​) representing 
 + 
 +  * the total particle (hadron) level event (signal + pile-up) 
 +  * the particle (hadron) level signal event 
 +  * the particle (hadron) level pile-up event  
 + 
 +The code is not very convenient to use in this version. After unpacking with 
 +<​code>​ 
 +tar zxvf <​archive>​.tar.gz 
 +</​code>​ 
 +on most systems I expect a 
 +<​code>​make all</​code>​ should work to compile the library and the example in ''​anal02.C''​. ​ For implementing your own analysis, please check the ''​anal02.C''​ and ''​Zprime_Py8::​analyze(Event&​ rEvt)''​ (your playground) in ''​Zprime_Py8.C''​ as examples. The program supports a few command line arguments 
 +<​code>​ 
 +anal02.exe --help --mu=<​mu>​ --nevts=<​number of (signal) events 
 +           ​--sigflist=<​text file with list of signal files> 
 +           ​--puflist=<​text file with list of pile-up files> 
 +</​code>​ 
 + 
  
-Pile-up can be added dynamically using this **{{:​2013:​groups:​tools:​anal02.tar.gz| software}}**. The following configurations for the (average) number of pile-up interactions $\langle\mu\rangle$ are suggested 
-$$ \langle\mu\rangle = \{ 30, 60, 120, 240 \} $$  
 ===== Methods ===== ===== Methods =====
  
2013/groups/tools/substructure.txt · Last modified: 2013/06/07 15:46 by andy.buckley