Line Code
1 2 3 4 5 6 7 8 9 10
// these first to make sure they get included before any SoA header
#include <Eigen/Core>
#include <Eigen/Dense>

#include "DataFormats/Common/interface/Wrapper.h"
#include "DataFormats/PortableTestObjects/interface/TestHostCollection.h"
#include "DataFormats/PortableTestObjects/interface/TestHostObject.h"
#include "DataFormats/PortableTestObjects/interface/TestProductWithPtr.h"
#include "DataFormats/PortableTestObjects/interface/TestSoA.h"
#include "DataFormats/PortableTestObjects/interface/TestStruct.h"