Skip to content
Snippets Groups Projects
Commit c977261b authored by Alexandru Bercuci's avatar Alexandru Bercuci
Browse files

remove different branch name for Fasp Digi

parent 1e62a521
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !728. Comments created here will be created in the context of that merge request.
......@@ -209,7 +209,7 @@ void run_unpack_online(std::vector<std::string> publisher = {"tcp://localhost:55
// trdfasp2dconfig->SetDebugState();
trdfasp2dconfig->SetDoWriteOutput();
// Activate the line below to write Trd1D digis to a separate "TrdFaspDigi" branch. Can be used to separate between Fasp and Spadic digis
trdfasp2dconfig->SetOutputBranchName("TrdFaspDigi");
//trdfasp2dconfig->SetOutputBranchName("TrdFaspDigi");
std::string parfilesbasepathTrdfasp2d = Form("%s/parameters/trd", srcDir.Data());
trdfasp2dconfig->SetParFilesBasePath(parfilesbasepathTrdfasp2d);
trdfasp2dconfig->SetSystemTimeOffset(-1800); // [ns] value to be updated
......
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