Skip to content
Snippets Groups Projects
Commit 2bd1fc58 authored by clantz's avatar clantz
Browse files

Changed fNameIn to use runNum

parent 5714af93
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,9 @@ int main(int argc, char *argv[]){ ...@@ -17,9 +17,9 @@ int main(int argc, char *argv[]){
int nCh = 20; // 5 DRS4 x 4 ch/board - 16 RPD channels int nCh = 20; // 5 DRS4 x 4 ch/board - 16 RPD channels
int nSamp = 1024; // Default number of samples? int nSamp = 1024; // Default number of samples?
int runNum = 190; // !! Change for your test !! int runNum = 54; // !! Change for your test !!
string fNameIn = "TreeZDCBeamTestRun190.root"; // !! Change for your test !! string fNameIn = Form("TreeZDCBeamTestRun%d.root", runNum); // !! Change for your test !!
// DataReader is the main class. It reads data and also // DataReader is the main class. It reads data and also
// has analysis classes in it. User should only have to // has analysis classes in it. User should only have to
......
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