whizard is hosted by Hepforge, IPPP Durham

Opened 10 years ago

Closed 10 years ago

#586 closed defect (fixed)

Decide to keep or discard _i[x] tag in certain files

Reported by: Juergen Reuter Owned by: kilian
Priority: P0 Milestone: v2.2.0
Component: core Version: 2.1.1
Severity: blocker Keywords:
Cc:

Description

They are there in the process code and in the phs file (at the moment), but not in the VAMP grids. This has to be decided and unified (and explained to me, what is behind it!!!), and pretty soon. This at the moment endangers the beta release on Wednesday!

Change History (4)

comment:1 Changed 10 years ago by kilian

The file suffixes are as intended. I think we discussed this in a previous meeting.

Each process consists of several components (matrix elements), which are distinguished by the iXXX suffix. This suffix is applied to all files _except_ the grids. For integration, several components are collected in MCI groups. There should be a MCI group suffix for the grid files, but this is not implemented yet.

In practice, all processes so far have a single MCI group and a single component. However, Christian's subtraction terms (not in the trunk yet) already use multiple components.

In addition to the component or MCI suffix, each file should get a run-ID suffix, if there is one. This is also not implemented yet. Did anybody use this in 2.1?

comment:2 Changed 10 years ago by Juergen Reuter

Ok, understood. That means that the construction for the run IDs for the phs files cannot be as simple as for the grid files. Instead, I need to channel the run IDs to the phs_wood_config structure. Will do that. (same for the log files).

comment:3 Changed 10 years ago by kilian

Yes, d'accord. The run ID should be straightforward to access as a member of the process_metadata (IIRC) structure.

Event files should not use run IDs, just the $sample name.

comment:4 Changed 10 years ago by Juergen Reuter

Resolution: fixed
Status: newclosed

Found a working solution which is pretty simple. So this was only a decision ticket. Reconciliation between run IDs and process (component) IDs is achieved in r5072. Closing.

Note: See TracTickets for help on using tickets.