Skip to content
Snippets Groups Projects
Commit e3d49448 authored by Resmi Puthumanaillam's avatar Resmi Puthumanaillam
Browse files

Change TAU to TAU2

parent b139b62a
No related tags found
No related merge requests found
Pipeline #2068922 failed
......@@ -106,7 +106,7 @@ StatusCode TupleToolPropertime::fill( const Particle* mother, const Particle* P,
}
bool test = true;
test &= tuple->column( prefix + "_TAU", pt ); // nanoseconds
test &= tuple->column( prefix + "_TAU2", pt*pt ); // nanoseconds
test &= tuple->column( prefix + "_TAUERR", ept );
test &= tuple->column( prefix + "_TAUCHI2", chi2 );
......
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