Project
Loading...
Searching...
No Matches
DetectorLists.h File Reference
#include <string>
#include <unordered_map>
#include <vector>
#include "Framework/Logger.h"

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::conf
 

Typedefs

using o2::conf::DetectorList_t = std::vector< std::string >
 
using o2::conf::DetectorMap_t = std::unordered_map< std::string, DetectorList_t >
 

Functions

bool o2::conf::parseDetectorMapfromJSON (const std::string &path, DetectorMap_t &map)
 
void o2::conf::printDetMap (const DetectorMap_t &map, const std::string &list="")