Skip to content
Snippets Groups Projects
Commit fea089e9 authored by shengy3's avatar shengy3
Browse files

Update outputDigitization.cc

parent 16bd3582
No related branches found
No related tags found
1 merge request!1add batchWaveformFolder
......@@ -34,7 +34,7 @@ void batchWaveformFolder(const char *dirname="./Output/", const char *ext=".root
while ((file=(TSystemFile*)next()))
{ fname = file->GetName();
if (!file->IsDirectory() && fname.EndsWith(ext))
{ generateWaveform(fname.Data()); } } } }
{ generateWaveform(Form("%s%s",dirname, fname.Data())); } } } }
void batchWaveform(){
int fileStart = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment