BOSS 7.1.1
BESIII Offline Software System
|
#include "TTree.h"
#include "TFile.h"
#include <assert.h>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Functions | |
bool | sim_conv2root () |
bool | barrel_conv2root () |
bool | endcap_conv2root () |
bool | join () |
int | main () |
bool barrel_conv2root | ( | ) |
Definition at line 59 of file convert2simroot.cxx.
Referenced by main().
bool endcap_conv2root | ( | ) |
Definition at line 115 of file convert2simroot.cxx.
Referenced by main().
bool join | ( | ) |
Definition at line 176 of file convert2simroot.cxx.
Referenced by main().
int main | ( | ) |
Definition at line 203 of file convert2simroot.cxx.
bool sim_conv2root | ( | ) |
Definition at line 11 of file convert2simroot.cxx.
Referenced by main().