Changes between Version 6 and Version 7 of WorkBook/DelphesAnalysis
- Timestamp:
- Dec 17, 2014, 10:53:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/DelphesAnalysis
v6 v7 150 150 == The Event selection == 151 151 152 The EventSelection module contains the set of functions needed to select and classify events. A proper implementation of the event selection will at least define the following:152 The !EventSelection module contains the set of functions needed to select and classify events. A proper implementation of the event selection will at least define the following: 153 153 categoryNames:: an ordered list of the names of each category. 154 154 eventCategory(event):: a method that computes a tuple containing the data needed to sort events in the categories named above in its simplest form. It can be a tuple of bools, or may contain more detailed information but should always be kept simple to make the isInCategory method fast.