You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.
We'd like to use c2numpy tool within CMSSW C++ framework. Other HEP experiments may have similar requirements. Therefore it would be nice to have a C++ c2numpy interface/APIs.
The text was updated successfully, but these errors were encountered:
Will do. An RAII style constructor will be safer (can't create writer without initializing it) and the destructor will contain a call to close, so that forgetting this step doesn't create unreadable files.
We'd like to use c2numpy tool within CMSSW C++ framework. Other HEP experiments may have similar requirements. Therefore it would be nice to have a C++ c2numpy interface/APIs.
The text was updated successfully, but these errors were encountered: