R3BROOT
R3B analysis software
|
#include <boost/assert/source_location.hpp>
#include <FairRootManager.h>
#include <R3BException.h>
#include <R3BLogger.h>
#include <TClonesArray.h>
#include <TCollection.h>
#include <TObject.h>
#include <fmt/format.h>
#include <map>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | R3B::InputConnector< InputType > |
class | R3B::InputTCAConnector< InputType, typename > |
class | R3B::OutputConnector< OutputType > |
Namespaces | |
namespace | R3B |
Typedefs | |
template<typename ElementType> | |
using | R3B::InputVectorConnector = InputConnector<std::vector<ElementType>> |
template<typename ElementType> | |
using | R3B::OutputVectorConnector = OutputConnector<std::vector<ElementType>> |
template<typename KeyType, typename ValueType> | |
using | R3B::InputMapConnector = InputConnector<std::map<KeyType, ValueType>> |
template<typename KeyType, typename ValueType> | |
using | R3B::OutputMapConnector = OutputConnector<std::map<KeyType, ValueType>> |
template<typename KeyType, typename ValueType> | |
using | R3B::InputHashConnector = InputConnector<std::unordered_map<KeyType, ValueType>> |
template<typename KeyType, typename ValueType> | |
using | R3B::OutputHashConnector = OutputConnector<std::unordered_map<KeyType, ValueType>> |