LHCGames / trigger

Javascript based LHC trigger simulator
0 stars 1 forks source link

Combine particles into a single object #4

Closed aidansean closed 9 years ago

aidansean commented 9 years ago

The different objects (muons, electrons) should be combined into a single object to reduce code bloat.

aidansean commented 9 years ago

Mostly done. Just need to clean up a few parts of code that call muon_object and electron_object.