HepMC event record
include/HepMC/SimpleVector.h
1 // -*- C++ -*-
2 //
3 // This file is part of HepMC
4 // Copyright (C) 2014-2015 The HepMC collaboration (see AUTHORS for details)
5 //
6 #ifndef HEPMC_SIMPLEVECTOR_H
7 #define HEPMC_SIMPLEVECTOR_H
8 
9 #include "HepMC/FourVector.h"
10 #include "HepMC/GenVertex.h"
11 #warning "HepMC/SimpleVector.h is deprecated: please #include HepMC/FourVector.h instead (or not at all)"
12 
13 #endif