Skip to content
Snippets Groups Projects
Commit cc6b7098 authored by Michael Deveaux's avatar Michael Deveaux Committed by Florian Uhlig
Browse files

Increase number of contributors when digesting charge

parent 307a57bc
No related branches found
No related tags found
1 merge request!1371Add time based digitization and reconstruction for MVD
...@@ -109,7 +109,7 @@ private: ...@@ -109,7 +109,7 @@ private:
Int_t fDominatorPointId = {-1}; Int_t fDominatorPointId = {-1};
Short_t fDominatorIndex = {0}; Short_t fDominatorIndex = {0};
Float_t fPixelTime = {-1.}; Float_t fPixelTime = {-1.};
Double_t fEndOfBusyTime; Double_t fEndOfBusyTime=-1.;
std::vector<Int_t> fTrackId = {}; std::vector<Int_t> fTrackId = {};
std::vector<Int_t> fPointId = {}; std::vector<Int_t> fPointId = {};
......
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