Remove documentation particles from truth record
1 unresolved thread
1 unresolved thread
Compare changes
@@ -4,7+4,7 @@
@@ -4,7+4,7 @@
@@ -341,7+341,7 @@
@@ -341,7+341,7 @@
@@ -399,10 +402,7 @@ bool TrigTrackSelector::selectTrack( const xAOD::TruthParticle* track ) {
@@ -399,10 +402,7 @@ bool TrigTrackSelector::selectTrack( const xAOD::TruthParticle* track ) {
Hi Mark, sorry to be a pain, but you are supposed to start each file with the copyright in exactly the following format:
We've not run the scripts for a while, but when we do, this will fail.
Why does the copyright have to be first 3 lines of the file ? and exactly in that format ? Surely just checking for the relevant string and the doing a find and replace for the year should be enough ? I can imaging this would only take about 3 lines for a script. I have a lot of code that uses this format, @author, @date etc for doxygen. In principle even the copyright line itself should really be @copyright. It is not realistic that I go through all the files I have ever written replacing all the headers in this way.