int make_module_time_ntuple(const char* InputFile, const char* OutputFile) { TEncpMon* mon = new TEncpMon(); mon->UpdateNtuple(InputFile,OutputFile); }