Skip to content
Snippets Groups Projects
Commit cff0b6a9 authored by Claire Prouve's avatar Claire Prouve :rabbit:
Browse files

add new enum type to be accepted by funtuple

parent 93ea18cd
No related tags found
No related merge requests found
Pipeline #6908031 failed
......@@ -18,6 +18,7 @@
#include "Event/MCVertex.h"
#include "Event/ODIN.h"
#include "Event/State.h"
#include "Event/Tagger.h"
#include "Event/TrackEnums.h"
#include "Kernel/MCTaggingHelper.h"
#include "MCInterfaces/IMCReconstructed.h"
......@@ -246,7 +247,7 @@ namespace LHCb::FTuple {
make_map<bool, short int, unsigned short int, int, unsigned int, long int, unsigned long int, long long int,
unsigned long long int, SIMDWrapper::scalar::int_v, float, double, std::uint64_t, LHCb::ODIN::BXTypes,
LHCb::MCVertex::MCVertexType, IMCReconstructible::RecCategory, IMCReconstructed::RecCategory,
std::vector<LHCb::FlavourTagging::originTagCodes>, LHCb::Event::Enum::Track::History,
std::vector<LHCb::FlavourTagging::originTagCodes>, LHCb::Tagger::TagResult, LHCb::Event::Enum::Track::History,
LHCb::Event::Enum::Track::FitHistory, LHCb::Event::Enum::Track::Type,
LHCb::Event::Enum::Track::FitStatus, LHCb::Event::Enum::Track::Flag, SIMDWrapper::scalar::float_v,
Gaudi::LorentzVector, Gaudi::XYZVector, Gaudi::XYZPoint, Gaudi::SymMatrix3x3, Gaudi::SymMatrix4x4,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment