Skip to content
Snippets Groups Projects

proof-of-concept for a new tupling algorithm

Merged Abhijit Mathad requested to merge newtuplealgo into master
All threads resolved!
@@ -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)
Loading