This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
2013:groups:tools:eventformats [2013/06/20 10:09] eric.conte [Some ideas to discuss] |
2013:groups:tools:eventformats [2013/06/20 12:15] (current) eric.conte [Some ideas to discuss] |
||
|---|---|---|---|
| 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 2 ROOT | 161 | |
| ===== Motivations ===== | ===== Motivations ===== | ||
| Line 75: | Line 75: | ||
| * MOTHUP variables linked the reconstructed object to the originated partons (only for some objects). Example: a electron coming from hard-process. | * 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. | * PUP variables without change. | ||
| - | Other variables specific to the nature of the reconstructed objects must be added. | + | 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 objects. Several collections of a same object kind (jets in the example) can be defined and used. | + | * 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: |
| - | <hardprocess> | + | <event> |
| ... | ... | ||
| - | </hardprocess> | + | |
| <jets> | <jets> | ||
| ... | ... | ||
| Line 97: | Line 97: | ||
| ... | ... | ||
| </muons> | </muons> | ||
| - | ... | + | </event> |
| - | * List of relevant observables for each object collection must be defined. | + | Warning: If the LHE file supplies several collections of jets, people must obviously use only collection of jets in their analysis. |