File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121#include < Framework/Logger.h>
2222
23+ #include < algorithm>
24+ #include < cmath>
2325#include < concepts>
2426#include < cstdint>
2527#include < string>
2830// Fill the map of available input features
2931// the key is the feature's name (std::string)
3032// the value is the corresponding value in EnumInputFeatures
31- #define FILL_MAP_MFTMUON_MATCH (FEATURE ) \
32- { \
33- #FEATURE, static_cast <uint8_t >(InputFeaturesMFTMuonMatch::FEATURE) \
34- }
33+ #define FILL_MAP_MFTMUON_MATCH (FEATURE ) \
34+ { \
35+ #FEATURE, static_cast <uint8_t >(InputFeaturesMFTMuonMatch::FEATURE)}
3536
3637// Check if the index of mCachedIndices (index associated to a FEATURE)
3738// matches the entry in EnumInputFeatures associated to this FEATURE
Original file line number Diff line number Diff line change 2424#include " PWGDQ/Core/VarManager.h"
2525#include " PWGDQ/DataModel/ReducedInfoTables.h"
2626
27+ #include " Common/DataModel/Centrality.h"
2728#include " Common/DataModel/CollisionAssociationTables.h"
2829#include " Common/DataModel/EventSelection.h"
2930#include " Common/DataModel/PIDResponseTOF.h"
3031#include " Common/DataModel/PIDResponseTPC.h"
32+ #include " Common/DataModel/TrackSelectionTables.h"
3133
3234#include < CCDB/BasicCCDBManager.h>
3335#include < DataFormatsParameters/GRPMagField.h>
Original file line number Diff line number Diff line change 5858#include < Math/SVector.h>
5959#include < Math/Vector4D.h> // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h)
6060#include < Math/Vector4Dfwd.h>
61+ #include < TAxis.h>
6162#include < TGeoGlobalMagField.h>
6263#include < TH1.h>
6364#include < TH2.h>
6465#include < TH3.h>
66+ #include < THnSparse.h>
6567#include < TPDGCode.h>
6668
6769#include < algorithm>
You can’t perform that action at this time.
0 commit comments