Newer
Older
STAging / include / incLinAlgROOT.h
/** incLinAlgROOT.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 INCLINALGROOT_H
#define INCLINALGROOT_H


#include "TLorentzVector.h"

#include "TVector3.h"
#include "TVectorD.h"
#include "TVectorF.h"
#include "TVectorT.h"

#endif