- May 17, 2024
-
-
CPAlgorithms: more protections in the event selection
-
- May 15, 2024
-
-
CPAlgorithms: small improvements to Event Selection
-
- Apr 16, 2024
-
-
CPAlgs: everything is an option, improve prinouts, add info string Added logging to config seq, block, factory, text. Added info string for the majority of the block options. Made all __init__ args options for the block. The init args are still there but they are no longer required when initializing the block so that the changes are backwards compatible. Improved print outs in config seq, block, factory, text. ConfigFactory(Text).printAlgs will now print all information about the block that is avaiable (info string, default, type, required, and noneAction). This can be used as documentation for the different blocks.
-
- Apr 02, 2024
-
-
Baptiste Ravina authored
-
- Mar 28, 2024
-
-
CPAlgorithms: fix logic for truth leptons in event selection
-
- Mar 26, 2024
-
-
downgrade ElectronContainer and MuonContainer to IParticleContainer, and make the MET term configurable
-
- Mar 20, 2024
-
-
CPAlgorithms: add ability to select events based on global trigger matching in the EventSelection block CPAlgorithms: add ability to select events based on global trigger matching in the EventSelection block
-
- Mar 15, 2024
-
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
Melissa Yexley authored
-
- Mar 14, 2024
-
-
ConfigBlock: remove groupName, change noneAction, and duplicateAction The groupName variable was changed to blockName and set from a set/get function. Add instanceName to identify specific instances when there is a desire to set the value of an option in an arbitrary location and there is more than one instance of a block. Removed code to potentially throw an error if an option was set more than once. Instead of haing the user say "I am setting this option to None and it is okay," the noneAction variable can be set when adding an option. If the author of a class determines that an option can be set to None, then they can set this for that option.
-
- Feb 20, 2024
-
-
Melissa Yexley authored
-
Melissa Yexley authored
-
- Jan 30, 2024
-
-
Melissa Yexley authored
-
Melissa Yexley authored
-
- Jan 17, 2024
-
-
CPAlgorithms: add event selectors for large-R jets
-
- Jan 12, 2024
-
-
CPAlgorithms: minor improvements to the EventSelection config
-
- Jan 10, 2024
-
-
added MLL_OSSF selection algo
-
- Jan 09, 2024
-
-
CPAlgorithms: new event selector for number of leptons
-
- Dec 09, 2023
-
-
CPAlgorithms: add protections to EventSelection algorithms when running with missing inputs
-
- Nov 03, 2023
-
-
CPAlgorithms: new selectors for photons and taus
-
- Oct 16, 2023
-
-
CPAlgorithms: various minor improvements for more user-friendly experience
-
- Oct 04, 2023
-
-
CPAlgorithms: event selection algorithms
-