Open drbenmorgan opened 5 years ago
Just to bump, @fmauger, could you let us know if this documentation will be available for the upcoming SuperNEMO Collaboration Meeting please? We are likely to need something so that the Analysis Board (@emchauve, @cherylepatrick, @yramachers) and developers can discuss and plan out the online/offline data models for use in the SuperNEMO framework.
@fmauger, bumping this as it's needed for the data model work. It can be dealt with as someone else drafting the info, but we'll need your help and input here!
@fmauger, bumping this as it's needed for the data model work. It can be dealt with as someone else drafting the info, but we'll need your help and input here. Along with #56, this is becoming a critical item for reco/analysis in SuperNEMO,
SuperNEMO are in the process of modernising the code Event Data Model, and this will require:
We require documentation (at the level of "HOWTOs") on the steps needed for developers to:
class foo
->class foo : public bar
class foo : public bar
->class foo
namespace foo { class bar{}; }
->namespace foo { namespace baz {class foo{}; } }
namespace foo { namespace baz {class foo{}; } }
->namespace foo { class bar{}; }
As this affects ongoing work, this is needed by the end of September at the latest.
cc'ing @yramachers, @emchauve, @cherylepatrick