Skip to content
Snippets Groups Projects
Commit cfa69df3 authored by Gitlab CI's avatar Gitlab CI Committed by amathad
Browse files

Fixed formatting

patch generated by https://gitlab.cern.ch/lhcb/Analysis/-/jobs/12472970
parent ab9e4026
No related branches found
No related tags found
1 merge request!767proof-of-concept for a new tupling algorithm
Pipeline #2368523 passed
......@@ -67,8 +67,10 @@ protected:
StatusCode checks();
StatusCode setParticleTupleProps();
void FindAndBookTuple( const unsigned int& i, const T& particles, const Tuples::Tuple& ntuple ) const {
//variables used in explicit template specialisation, so suppress unused variable compiler warning here
(void)i; (void)particles; (void)ntuple;
// variables used in explicit template specialisation, so suppress unused variable compiler warning here
(void)i;
(void)particles;
(void)ntuple;
}
//(Will be removed): The following overloaded function (makeMCTwoBodyDecay) are only used when m_makeCustomData is set
// to true (see m_makeCustomData property description for more info)
......
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