![]() |
Project
|
#include <boost/functional/hash.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/unordered_map.hpp>
#include <Framework/AnalysisHelpers.h>
Go to the source code of this file.
Classes | |
struct | o2::aodhelpers::TripletHash |
struct | o2::aodhelpers::TripletEqualTo |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::aodhelpers |
Typedefs | |
typedef boost::tuple< int, int, int > | o2::aodhelpers::Triplet_t |
typedef boost::unordered_map< Triplet_t, int, TripletHash, TripletEqualTo > | o2::aodhelpers::TripletsMap_t |
Functions | |
template<typename T > | |
auto | o2::aodhelpers::createTableCursor (framework::ProcessingContext &pc) |
common helpers for AOD producers
Definition in file AODProducerHelpers.h.