The Gaudi Framework  v36r11 (bdb84f5f)
readMetaData.C File Reference
#include "TFile.h"
#include "TTree.h"
#include <map>
#include <stdio.h>
#include <string>
#include "TApplication.h"
#include "TColor.h"
#include "TDatime.h"
#include "TGColorSelect.h"
#include "TGComboBox.h"
#include "TGHtml.h"
#include "TGLabel.h"
#include "TGNumberEntry.h"
#include "TROOT.h"
#include "TTimeStamp.h"
Include dependency graph for readMetaData.C:

Go to the source code of this file.

Classes

class  Widget
 

Functions

void readMetaData ()
 

Function Documentation

◆ readMetaData()

void readMetaData ( )

Definition at line 91 of file readMetaData.C.

91  {
92  TFile mFile( "TupleEx.root" ); // TODO update name of the file
93  map<string, string>* mdMap = (map<string, string>*)mFile.Get( "info" );
94  map<string, string> newMap = *mdMap;
95  new Widget( newMap );
96 }
std::map
STL class.
Widget
Definition: readMetaData.C:30