Project
Loading...
Searching...
No Matches
DeadChannelMapCreator.h File Reference
#include <string_view>
#include <unordered_map>
#include <memory>
#include "Rtypes.h"
#include "CCDB/CcdbApi.h"
#include "DataFormatsTPC/Defs.h"
#include "TPCBase/CDBTypes.h"
#include "TPCBase/CalDet.h"
#include "TPCBase/FEEConfig.h"

Go to the source code of this file.

Classes

class  o2::tpc::DeadChannelMapCreator
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::tpc
 Global TPC definitions and constants.
 

Enumerations

enum class  o2::tpc::SourcesDeadMap : unsigned short { o2::tpc::None = 0 , o2::tpc::IDCPadStatus = 1 << 0 , o2::tpc::FEEConfig = 1 << 1 , o2::tpc::All = IDCPadStatus | FEEConfig }
 

Functions

SourcesDeadMap o2::tpc::operator& (SourcesDeadMap a, SourcesDeadMap b)
 
SourcesDeadMap o2::tpc::operator~ (SourcesDeadMap a)
 
SourcesDeadMap o2::tpc::operator| (SourcesDeadMap a, SourcesDeadMap b)