-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to declare a member variable transient for AssociationMaps #1989
Need to declare a member variable transient for AssociationMaps #1989
Conversation
The storage specification for susybsm::TracksEcalRecHitsMap was missing a required transient declartion for the member variable transientMap_. Without that declaration, it is impossible for ROOT to create a StreamerInfo for the class and therefore impossible to read/write instances of the class.
@ktf This will be needed for the THREADED_X build but is also needed for the single threaded if anyone tries to write out such an object. |
A new Pull Request was created by @Dr15Jones (Chris Jones) for CMSSW_7_0_X. Need to declare a member variable transient for AssociationMaps It involves the following packages: AnalysisDataFormats/SUSYBSMObjects @cmsbuild, @vadler, @Degano, @nclopezo can you please review it and eventually sign? Thanks. |
+1 |
This pull request is fully signed and it will be integrated in one of the next IBs unless changes or unless it breaks tests. @ktf can you please take care of it? |
@nclopezo @ktf Gentlemen, I think the Jenkin's test for this PR failed because of an IO problem on the build machine: |
@nclopezo can you run the tests again? |
This pull request is fully signed and it will be integrated in one of the next IBs unless changes (tests are also fine). @ktf can you please take care of it? |
…ormatsSUSYBSMObject AT fixes -- Need to declare a member variable transient for AssociationMaps
+1 |
Update Eigen to latest CMS patch.
The storage specification for susybsm::TracksEcalRecHitsMap was missing a required
transient declartion for the member variable transientMap_. Without that declaration,
it is impossible for ROOT to create a StreamerInfo for the class and therefore impossible
to read/write instances of the class.