ATLAS Offline Software
Classes | Namespaces
BPhysMetaDataHelper.h File Reference

B-physcis FileMetaData helpers. More...

#include <assert.h>
#include <map>
#include <iosfwd>
#include <vector>
#include "TString.h"
#include "xAODMetaData/FileMetaData.h"
Include dependency graph for BPhysMetaDataHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xAOD::BPhysMetaDataHelper
 Helper class providing easy access to FileMetaData object holding file-level metadata about an xAOD file specific to B-physics derivations. More...
 

Namespaces

 xAOD
 ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
 

Detailed Description

B-physcis FileMetaData helpers.

Author
Wolfgang Walkowiak wolfg.nosp@m.ang..nosp@m.walko.nosp@m.wiak.nosp@m.@cern.nosp@m..ch

This class provides an interface to B-physics augmemtation of the FileMetaData objects.

Note

Usage example:

void myFunction(FileMetaData* metaObj) {
// Let "metaObj" be some FileMetaData object either
// being retrieved from the input file or
// created by the b-physics software
// We gain access to augmentations through the helper class:
xAOD::BPhysMetaDataHelper metaData(metaObj);
}

Definition in file BPhysMetaDataHelper.h.

FileMetaData
Definition: Tools/FilePeeker/src/FileMetaData.h:14
xAOD::BPhysMetaDataHelper
Helper class providing easy access to FileMetaData object holding file-level metadata about an xAOD f...
Definition: BPhysMetaDataHelper.h:58