File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1274,8 +1274,8 @@ struct TableMaker {
12741274 // One can apply here cuts which depend on the association (e.g. DCA), which will discard (hopefully most) wrong associations.
12751275 // Tracks are written only once, even if they constribute to more than one association
12761276
1277- uint64_t trackFilteringTag = static_cast <uint64_t >(0 );
1278- uint32_t trackTempFilterMap = static_cast <uint32_t >(0 );
1277+ auto trackFilteringTag = static_cast <uint64_t >(0 );
1278+ auto trackTempFilterMap = static_cast <uint32_t >(0 );
12791279
12801280 // material correction for track propagation
12811281 // TODO: Do we need a configurable to switch between different material correction options?
@@ -1520,8 +1520,8 @@ struct TableMaker {
15201520
15211521 // TODO: Currently, the TMFTFillMap is not used in this function. Is it needed ?
15221522
1523- uint8_t trackFilteringTag = static_cast <uint8_t >(0 );
1524- uint8_t trackTempFilterMap = static_cast <uint8_t >(0 );
1523+ auto trackFilteringTag = static_cast <uint8_t >(0 );
1524+ auto trackTempFilterMap = static_cast <uint8_t >(0 );
15251525 fFwdTrackIndexMapReversed .clear ();
15261526
15271527 uint32_t offset = outTables.muonBasic .lastIndex ();
You can’t perform that action at this time.
0 commit comments