What is a flat Ntuple - uwcms/FinalStateAnalysis GitHub Wiki
flat nTuples refer to TTree branches that are simple data types, e.g. float, int, etc. rather than predefined C++ objects. CMSSW allows ROOT to access complex data types at the expense of loading a Reflex dictionary into ROOT at runtime, and a reduced toolset to operate on them.