testdockerwcsim / XTriggerApplication

Other
2 stars 3 forks source link

Tidy up after validation #5

Closed tdealtry closed 5 years ago

tdealtry commented 5 years ago

Validation almost done! All comparisons were done using a NoTrigger WCSim file and run through complete_comparison.C

Anyway, what this PR does:

Note that there are changes in my WCSim trigger branch. The major one being:

brichards64 commented 5 years ago

Hi Tom,

what does pass all Tool do? if its just no trigger then surely thats covered by not having any trigger tools?

With respect to your ReadMe issue, If i institute the policy that i wont merge new tools unless the readme for that tool is filled out, that will help. So could you fill out the readme for the pass all tool :).

does this need another update of your branch on the docker container or not? It seemed to compile without

tdealtry commented 5 years ago

DataOut removes all digits that don't live inside a trigger window pass_all adds a trigger window that runs from ±10 ms

There is an important change in WCSim, but it was just a change of parameter value (hence why it still compiles without the change). Without it, WCSim NDigits & nhits give different answers using the default WCSim.mac (NoTrigger throws some digits away with negative times (so nhits can't see them). NDigits doesn't throw them away)

That policy sounds good

P.S. Enjoy the READMEs!

brichards64 commented 5 years ago

Hi Tom,

looks good to me, Iv added an auto update to the WCSim branch so on each PR and docker build it pulls your latest changes and rebuilds your branch. So we don't ahve to think about it (as long as your your branch builds ;) )

PR approved