Skip to content
Snippets Groups Projects
Commit 44a9c730 authored by Norbert Herrmann's avatar Norbert Herrmann
Browse files

remove usage of status pattern

git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@15646 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
parent 1ce84b0a
No related branches found
No related tags found
No related merge requests found
......@@ -473,6 +473,7 @@ Bool_t CbmMcbm2018UnpackerAlgoTof::InitParameters()
LOG(info) << sPrintout;
// Request masks
/*
LOG(INFO) << " Load " << fUnpackPar->GetNrReqPattern() << " GET4 Request masks for " << fuNrOfGdpbs << " Gdpbs ";
if(fUnpackPar->GetNrReqPattern()>0){
bGdpbOK.resize(fuNrOfGdpbs);
......@@ -480,7 +481,6 @@ Bool_t CbmMcbm2018UnpackerAlgoTof::InitParameters()
Int_t iInd=0;
for(Int_t iGdpb=0; iGdpb<fuNrOfGdpbs; iGdpb++) {
bGdpbOK[iGdpb]=kTRUE;
/*
Pat_Request[iGdpb].resize(fUnpackPar->GetNrReqPattern());
for (Int_t iPat=0; iPat<fUnpackPar->GetNrReqPattern(); iPat++) {
UInt_t PatGet4=fUnpackPar->GetReqPattern(iInd++);
......@@ -494,9 +494,9 @@ Bool_t CbmMcbm2018UnpackerAlgoTof::InitParameters()
}
}
}
*/
}
}
*/
/// Internal status initialization
fvulCurrentEpoch.resize( fuNrOfGdpbs, 0 );
fvulCurrentEpochCycle.resize( fuNrOfGdpbs, 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