Skip to content
Snippets Groups Projects

add heavy flavour track related info and functionality for VP

Merged Maarten Van Veghel requested to merge mveghel-btracking into master
All threads resolved!
@@ -29,6 +29,7 @@ namespace LHCb::Event::Enum::Track {
PrVeloUT = 34, // track produced with the PrVeloUT pattern recognition
SciFiTrackForwarding = 35, // track produced with the SciFiTrackForwarding pattern recognition
PrPixel = 36, // track produced with the VeloClusterTrackingSIMD pattern recognition
PrVeloHeavyFlavour = 37, // track produced with the PrVeloHeavyFlavourTracking pattern recognition
Last )
/// Track fit history enumerations
@@ -112,6 +113,7 @@ namespace LHCb::Event::Enum::Track {
MuonCLQuality = 308, // CLQuality
MuonCLArrival = 309, // CLArrival
IsMuonTight = 310, // 1 if pass IsMuonTight criteria, 0 if not
VeloNSensors = 400, // number of Velo sensors crossed according to pattern recognition hypothesis
Last )
}
Loading