Skip to content
Snippets Groups Projects

Fix bunch of clang warnings

Merged Eduardo Rodrigues requested to merge eduardo-fixes-2019-12-15 into run2-patches
6 files
+ 26
23
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -61,8 +61,7 @@ StatusCode fillTuple( Tuples::Tuple& tuple, const PARTICLEVECTOR& heads, DECAYFI
}
template <class PARTICLE, class COLLECTION>
StatusCode fillTuple( typename Tuple::Tuple& tuple, COLLECTION heads,
const typename Decays::iTree_<PARTICLE>& decaytree ) {
StatusCode fillTuple( Tuples::Tuple& tuple, COLLECTION heads, const typename Decays::iTree_<PARTICLE>& decaytree ) {
unsigned int nCandidates = 0;
StatusCode test = StatusCode::FAILURE;
std::vector<PARTICLE> row;
Loading