Open knoepfel opened 3 years ago
Comment by @kutschke on 2011-09-24 18:31:58
This is a heads up for something that will be important later on.
Mu2e currently has one Run scope data product that holds a summary of the Geant4 geometry; it is an std::vector
First, I would like it to be an error if people try to mix files in which this particular data product differs. So we only need one copy, not multiple copies, of the run data product. We might also need a remapper for this sort of Ptr ( or maybe not, if, in all files, the run data product has the same product ID)?
Comment by @chissg on 2013-08-02 18:57:46
The time estimate reflects the fact that this requires two significant infrastructure changes: the metadata revolution and the resolution of the broken abstraction that is art::Principal and friends.
This issue has been migrated from https://cdcvs.fnal.gov/redmine/issues/1918 (FNAL account required) Originally created by @kutschke on 2011-09-24 18:21:16
Related issues: