Belle II Software  release-05-01-25
histio.h
1 
2 #ifndef HISTIO_H
3 #define HISTIO_H
4 void histio() ;
5 void saveHist(const char* filename = "out.root", const char* pat = "*") ;
6 void loadHist(const char* filename = "in.root", const char* pfx = 0,
7  const char* pat = "*", Bool_t doAdd = kFALSE, Double_t scaleFactor = -1.0) ;
8 #endif