User Tools

Site Tools


2013:groups:tools:eventformats

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:eventformats [2013/06/20 09:10]
eric.conte [Some ideas to discuss]
2013:groups:tools:eventformats [2013/06/20 12:07]
eric.conte [Present state]
Line 1: Line 1:
 ====== Event Format : extended LHE ====== ====== Event Format : extended LHE ======
  
-People involved: ​+People involved: ​Eric & Benj
 ===== Present state ===== ===== Present state =====
  
Line 14: Line 14:
 ^ simplified LHE (gzip compression) ​  | 5.1          |  ^ simplified LHE (gzip compression) ​  | 5.1          | 
 ^ LHCO (gzip compression) ​  | 1.6          | ^ LHCO (gzip compression) ​  | 1.6          |
-^ Delphes ROOT    | 161         |+^ Delphes ​ROOT    | 161         |
 ===== Motivations ===== ===== Motivations =====
  
Line 58: Line 58:
   </​LesHouchesEvents>​   </​LesHouchesEvents>​
  
-  * Possibility ​to store hard-process states, hadrons and reco objects in a same file.+  * Extending the LHE format in order to store partons, hadrons and jets (reco objectsin a same file. The generation step (hard-process,​ shower, reco) will be specified by the status-code. Some details:
  
-  * The generation step (hard-process, shower, reco) will be specified by the status-code.+----
  
-  ​Optional substructure in <​event>​ blockdefining a XML tag for each collection of objects. Several collections of a same object kind (jets in the example) can be defined and used.+    ​parton level: same conventions than the existing LHEExample:
  
-  <hardprocess>+  ​6    2    1    2  501    0 -0.14952840473E+03 ​ 0.23999735524E+02 -0.25720865153E+03 ​ 0.34516945021E+03 ​ 0.17335203433E+03 0.  0. 
 + 
 +    * hadron level: the conventions can be applied without too much change (maybe the meaning of the two ICOLUP variables could be discussed). 
 + 
 +  2212    2    1    2  501    0 -0.14952840473E+03 ​ 0.23999735524E+02 -0.25720865153E+03 ​ 0.34516945021E+03 ​ 0.17335203433E+03 0.  0. 
 + 
 +    * reco level: the conventions have to be adapted. We can keep: 
 +      * one line per physics object. 
 +      * ISTUP variable with specific PDG-id for reco objects. Example: 11/-11 for electrons, 13/-13 for muons, 15/-15 for hadronically-decaying taus, 22 for photons, 21 for jets, 12 for MET, -12 for MHT 
 +      * MOTHUP variables linked the reconstructed object to the originated partons (only for some objects). Example: a electron coming from hard-process. 
 +      * PUP variables without change. 
 +      Other relevant variables, specific to the nature of the reconstructed objects, must be added. 
 +      
 + 
 +---- 
 + 
 +  * Optional substructure in <event> block: defining a XML tag for each collection of reconstructed objects. When detector fast-simulation is applied, several configurations can be applied (for instance for lepton isolation) and several collection of the same object kind can be produced. The <​event>​-block substructure is designed to handle several collections of a same object kind. Example: 
 + 
 +  <event>
   ...   ...
-  ​</​hardprocess>​+  ​
   <​jets>​   <​jets>​
   ...   ...
Line 79: Line 97:
   ...   ...
   </​muons>​   </​muons>​
-  ​...+  ​</​event>​ 
 + 
  
-  * List of relevant observables for each object collection must be defined. 
-  
-  * Name of the format extension: eLHE (e for '​extended'​) ? 
2013/groups/tools/eventformats.txt · Last modified: 2013/06/20 12:15 by eric.conte