Skip to content
Snippets Groups Projects
Commit 1ffac556 authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

[Evt Builder] Fix support for BMon digis in TOF vector

parent 81ea851b
No related branches found
No related tags found
1 merge request!832Update mTOF mapping
*.root
####################################################################################################
[CbmMcbm2018TofPar]
//----------------------------------------------------------------------------
NrOfGdpbs: Int_t 12
GdpbIdArray: Int_t \
0xabc0 0xabc1 0xabc2 0xabc3 0xabc4 0xabc5 0xabc6 0xabc7 0xabf3 0xabf2 0xabf0 0xabf1
NrOfFeesPerGdpb: Int_t 10
NrOfGet4PerFee: Int_t 8
NrOfChannelsPerGet4: Int_t 4
NrOfGbtx: Int_t 24
NrOfModule: Int_t 0
NrOfRpc: Int_t \
5 5 5 5 5 5 5 5 5 5 5 5 2 2 2 2 1 1 1 1 1 1 1 1
RpcType: Int_t \
0 0 0 0 2 2 0 0 0 0 0 0 9 9 6 9 99 -1 99 -1 99 -1 99 -1
RpcSide: Int_t \
0 1 0 1 0 1 0 1 0 1 0 1 2 2 2 0 0 0 0 0 1 0 1 0
ModuleId: Int_t \
0 0 1 1 0 0 2 2 3 3 4 4 0 -1 0 1 0 -1 0 -1 0 -1 0 -1
NbMsTot: Int_t 100
NbMsOverlap: Int_t 1
SizeMsInNs: Double_t 102400.0
//SizeMsInNs: Double_t 1638400
StarTriggerDeadtime: Double_t \
1000.0 1000.0 1000.0 1000.0 1000.0
StarTriggerDelay: Double_t \
2000.0 2000.0 2000.0 2000.0 2000.0
// 2000.0 2000.0 2000.0 2000.0 2000.0
//-23000.0 -23000.0 -23000.0 -23000.0 -23000.0
StarTriggerWinSize: Double_t \
2000.0 2000.0 2000.0 2000.0 2000.0
TsDeadtimePeriod: Double_t 62.5
####################################################################################################
This diff is collapsed.
This diff is collapsed.
......@@ -360,6 +360,10 @@ void CbmRecoUnpack::Unpack(unique_ptr<Timeslice> ts)
fCbmTsEventHeader->AddNDigisBmon(unpack(systemId, &timeslice, component, fBmonConfig,
fBmonConfig->GetOptOutAVec(), fBmonConfig->GetOptOutBVec()));
}
else if (fTofConfig) {
fCbmTsEventHeader->AddNDigisTof(unpack(fkFlesTof, &timeslice, component, fTofConfig,
fTofConfig->GetOptOutAVec(), fTofConfig->GetOptOutBVec()));
}
break;
}
default: {
......
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