klenze

Results 47 comments of klenze

(Mostly not-precisely-on-topic) @janmayer: I think ROOT is going on from sheer inertia. After a decade of working with it, people start to consider it normal and healthy that: * TH2...

I have created a basic implementation of an (optionally associative), type-safe, interface for TClonesArrays with minimal fuss for the users. #1249 are the changes in the FairRoot codebase. The proof...

``*``[tumbleweeds](https://en.wikipedia.org/wiki/Tumbleweed#Society_and_culture)``*``

Trigger warning: R3BMCStack contains methods which take 19 parameters. Have you tried: ``` #include "R3BDetectorList.h" #define FAIRDETECTORLIST_H #include ``` This is of course a hack. Also, if we want to...

I tried reading the TTask source code and completely concur with ROOT's decision to make it obsolete. (I don't know why anyone would want a hierarchy of tasks instead of...

> Sometimes it's important to put different tasks into different groups such that they are not influenced by each other in any other way. Without event skipping, the tasks will...

The idea for this issue came to me when I read [this code](https://github.com/R3BRootGroup/R3BRoot/blob/c578178be870aba7de10697c339598e7056b10aa/califa/R3BCalifaGeometry.cxx#L255): ``` int R3BCalifaGeometry::GetCrystalId(const char* volumePath) { [...] Int_t alveolusCopy = atoi(volumePath + 34); // converting to int...

> I guess you are at the wrong forum making your suggestion: your comment "using the format specifier %d in one place instead of e.g. %02d" and "The lamentable need...

> Yeah, the ROOT geometry stuff is extremely bad - and to think this terrible interface is at the core of our simulations... Can we just drop ROOT Geo and...

@inkdot7: Sorry, I was just cleaning up my stuff. In the meantime, @jose-luis-rs has implemented automatic generation of ``${CMAKE_SOURCE_DIR}/geometry/`` geometry root files during the cmake invocation. At least for CALIFA,...