ATLAS Offline Software
Loading...
Searching...
No Matches
ITLorentzVectorFactory.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGHLTJETHYPOUNITTESTS_ITLORENTZVECTORFACTORY_H
6#define TRIGHLTJETHYPOUNITTESTS_ITLORENTZVECTORFACTORY_H
7
8#include <TLorentzVector.h>
9
11 public:
12 virtual ~ITLorentzVectorFactory() = default;
13 virtual TLorentzVector make(double, double) const = 0;
14};
15#endif
virtual ~ITLorentzVectorFactory()=default
virtual TLorentzVector make(double, double) const =0