ATLAS Offline Software
Trigger
TrigHypothesis
TrigHLTJetHypoUnitTests
src
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
10
class
ITLorentzVectorFactory
{
11
public
:
12
virtual
~ITLorentzVectorFactory
() =
default
;
13
virtual
TLorentzVector
make
(
double
,
double
)
const
= 0;
14
};
15
#endif
ITLorentzVectorFactory
Definition:
ITLorentzVectorFactory.h:10
ITLorentzVectorFactory::~ITLorentzVectorFactory
virtual ~ITLorentzVectorFactory()=default
ITLorentzVectorFactory::make
virtual TLorentzVector make(double, double) const =0
Generated on Sun Dec 22 2024 21:12:07 for ATLAS Offline Software by
1.8.18