ROOT Version: Not Provided Platform: ubuntu Compiler: Not Provided
I have a C code, compiles with C not C++, is there a way to make the C code create an output .root file with a TTree? I tried adding the ROOT dependencies but that didn’t work.
The problem is that the code doesn’t compile when i add the root libraries because it’s in C and root expects .cc. Is there a way to still output a .root file with the C code as is?