File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4444
4545#include " TPDGCode.h"
4646#include < TRandom.h>
47-
47+ #include < algorithm>
48+ #include < unordered_set>
49+ #include < string>
4850#include < chrono>
4951#include < random>
5052#include < typeinfo>
53+ #include < vector>
5154
5255namespace o2
5356{
@@ -1288,8 +1291,8 @@ struct CosmicMuonToCollisionAssociator {
12881291 } else {
12891292 tpcTime0[kTrk ] = -999 .f ;
12901293 tpcdEdxNorm[kTrk ] = -999 .f ;
1291- tpcdcaR[kTrk ] = ( int16_t ) -999 ;
1292- tpcdcaZ[kTrk ] = ( int16_t ) -999 ;
1294+ tpcdcaR[kTrk ] = static_cast < int16_t >( -999 ) ;
1295+ tpcdcaZ[kTrk ] = static_cast < int16_t >( -999 ) ;
12931296 tpcClusterByteMask[kTrk ] = 0x00 ;
12941297 tpcdEdxMax0R[kTrk ] = 0x00 ;
12951298 tpcdEdxMax1R[kTrk ] = 0x00 ;
@@ -1588,7 +1591,6 @@ struct CosmicMuonToCollisionAssociator {
15881591
15891592 lowerTrk.goodTOFMatch (),
15901593 lowerTrk.tofSignal ()
1591- // lowerTrk.eventCollisionTime()
15921594 );
15931595 }
15941596 if constexpr (mode == kProcessWithPidEvTimeFlags ) {
You can’t perform that action at this time.
0 commit comments