Skip to content
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

Conversation

Dr15Jones
Copy link
Contributor

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.

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.
@Dr15Jones
Copy link
Contributor Author

@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.

@cmsbuild
Copy link
Contributor

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.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
@ktf you are the release manager for this.

@vadler
Copy link

vadler commented Jan 12, 2014

+1

@cmsbuild
Copy link
Contributor

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?

@Dr15Jones
Copy link
Contributor Author

@nclopezo @ktf Gentlemen, I think the Jenkin's test for this PR failed because of an IO problem on the build machine:
https://cmssdt.cern.ch/jenkins/job/Pull-Request-Integration/ARCHITECTURE=slc5_amd64_gcc481/1998/console

@ktf
Copy link
Contributor

ktf commented Jan 13, 2014

@nclopezo can you run the tests again?

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

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?

ktf added a commit that referenced this pull request Jan 14, 2014
…ormatsSUSYBSMObject

AT fixes -- Need to declare a member variable transient for AssociationMaps
@ktf ktf merged commit 7260130 into cms-sw:CMSSW_7_0_X Jan 14, 2014
@davidlange6
Copy link
Contributor

+1

@Dr15Jones Dr15Jones deleted the fixMissingDictInAnalysisDataFormatsSUSYBSMObject branch January 17, 2014 19:04
ggovi pushed a commit to ggovi/cmssw that referenced this pull request Jan 11, 2017
Update Eigen to latest CMS patch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants