Releases: marcodeltutto/UBXSec
Releases · marcodeltutto/UBXSec
v3.2.0
v3.1.1
- Bug fix in mip_consistency
- Addition of bnb_correction weights
- Addition of dqdx gain calibrations
- Addition of new TrackQuality algo (but not in eat selection yet)
v3.1.0
- MIP consistency cut added to event selection chain
- MCS-TrackLength quality cut added to event selection chain
v3.0.2
Fixes a bug in tpcobjectmaker.fcl that was preventing to use the premade MCP-Hit assns.
v3.0.1
- Includes MCS delta LL cut in the cosmic removal
- Includes dQ/ds v.s. Length cut done with SVM classifier
- Few bug fixes
v3.0.0
- Now compatible with MCC8.5 and MCC8.6.
- Includes compatibility for slimmed MC and data files.
- Breaks backward compatibility with <= MCC8.4.
- Includes stopping muon tagger in cosmic removal chain.
- Plus other minor fixes and improvements.
v2.0.5
Now SelectionResult store the whole cut flow history for each event. SelectionResult::GetCutFlowStatus() now returns a std::mapstd::string,bool which is a map from cut name to cut status (pass/fail the cut).
v2.0.4
Fixes bugs in NuMuCCEventSelection
v2.0.3
Fixes a bug that prevented to access the SelectionResults.
v2.0.2
Includes:
- fix of muon_is_reco variable
- dq/dx calculation
- more truth variables for efficiency calculation
- general bug fixes