14 #include "ledtowerbuilder/LEDTowerBuilder.h"
16 R__LOAD_LIBRARY(libfun4all.so)
17 R__LOAD_LIBRARY(libfun4allraw.so)
18 R__LOAD_LIBRARY(libcalo_reco.so)
19 R__LOAD_LIBRARY(libg4dst.so)
20 R__LOAD_LIBRARY(libledtowerbuilder.so)
54 std::cout <<
"All done!" << std::endl;
58 int main(
int argc,
char* argv[]) {
59 if(argc < 1 || argc > 5){
60 cout <<
"usage: ./bin/Fun4All_LEDTowerBuilder events input outDir outName" << endl;
61 cout <<
"events: Number of events to analyze." << endl;
62 cout <<
"inputFile: Location of fileList containing prdfs." << endl;
63 cout <<
"outputFile: output root file." << endl;
73 events = atoi(argv[1]);
87 cout <<
"done" << endl;