Gen and fit both working
Details
Diff Detail
- Repository
- rLAURA laura
- Branch
- mwhitehe_MIPW
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 195 Build 195: arc lint + arc unit
Event Timeline
Many thanks for putting this together Mark, it's great to have an example that uses the MIPW.
I haven't yet tried running it but will try and do so later on, so these are just from a read through and all quite minor stuff.
(For one I've tried out the new "Suggest edit" feature, so hopefully it will be clear what I mean!)
examples/GenFitDpipi.cc | ||
---|---|---|
76 | Probably better to either drop this line or put in some other hard-coded number that isn't zero, just so that things are reproducible. | |
119–141 | Seems unnecessary to create a vector and then fill a set from it, can just create the set and use it. | |
207–238 | There seems to be some duplication here of certain things and I'm not sure if the right file names are being used in the right places. |