Newer
Older
STAging / include / incIOROOT.h
/** incIOROOT.h
 *  Collection of header files to be included in one go
 *  Author:   Christian Elsasser (elsasser@cern.ch)
 *  Date:     2013-03-26 (last modified: 2013-03-26)
 *  Version:  v1.0
 *  Tested:   No (last tested version: none)
 */

#ifndef INCIOROOT_H
#define INCIOROOT_H

#include "TBranch.h"
#include "TDirectory.h"
#include "TEntryList.h"
#include "TFile.h"
#include "TList.h"
#include "TTree.h"
#include "TCut.h"


#endif