This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
2015:groups:tools:lhaad:proposal2 [2015/06/19 17:10] nishita.desai |
2015:groups:tools:lhaad:proposal2 [2015/06/22 15:36] (current) daniel.schmeier |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| The idea is to write a plain text file that can be read easily into | The idea is to write a plain text file that can be read easily into | ||
| - | xml if needed (and hence universally readable). The name of the block become sthe xml tag. Anything that follows is turned into attributes. e.g. "name ATLAS" inside the block becomes <experiment name="ATLAS">. Anything inside the block starting with "#" is added as a comment, i.e. the first block below automatically converts to | + | xml if needed (and hence universally readable). The name of the block become sthe xml tag. Anything that follows is turned into attributes. e.g. "name ATLAS" inside the block becomes <experiment name="ATLAS">. Anything inside the block starting with "#" is added as a comment, i.e. the block |
| + | <code autoconf> | ||
| + | info analysis | ||
| + | # Details about experiment | ||
| + | id ATLAS-2014-XXX | ||
| + | publication JHEP11(2014)118 | ||
| + | sqrtS 8.0 | ||
| + | lumi 20.0 | ||
| + | </code> | ||
| + | converts to | ||
| <code autoreconf> | <code autoreconf> | ||
| <info name="analysis" id="ATLAS-2014-XXX" publication="JHEP11(2014)118" sqrtS="8.0" lumi="20.0" description="Details about analysis"> | <info name="analysis" id="ATLAS-2014-XXX" publication="JHEP11(2014)118" sqrtS="8.0" lumi="20.0" description="Details about analysis"> | ||