7 lines
101 B
C++
7 lines
101 B
C++
#include "getADC.h"
|
|
|
|
int main() {
|
|
getADC("2016Q3D/root/raw/201609Q3D1002.root");
|
|
return 0;
|
|
}
|