Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
PMetadata.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef DQM_PERSISTENCY_PMETADATA_H
6 #define DQM_PERSISTENCY_PMETADATA_H
7 
8 #include <string>
9 #include <map>
10 
11 namespace dqm_persistency {
12  class PMetadata : public TObject {
13  public:
14  std::map<std::string,std::string> data;
15  virtual ~PMetadata() { }
16 
17  void Print(const Option_t* opt="") const;
18 //Get rid of Root macros that confuse Doxygen
20  ClassDef(dqm_persistency::PMetadata, 1)
22  };
23 }
24 
25 #endif //DQM_PERSISTENCY_PMETADATA_H
make_coralServer_rep.opt
opt
Definition: make_coralServer_rep.py:19
dqm_persistency::PMetadata::data
std::map< std::string, std::string > data
Definition: PMetadata.h:14
dqm_persistency::PMetadata::~PMetadata
virtual ~PMetadata()
Definition: PMetadata.h:15
dqm_persistency::PMetadata
Definition: PMetadata.h:12
dqm_persistency::PMetadata::Print
void Print(const Option_t *opt="") const
Definition: dqm_persistency_impl.cxx:154
dqm_persistency
Definition: PAlgorithm.h:13