ATLAS Offline Software
Event
FourMomUtils
FourMomUtils
Event/FourMomUtils/FourMomUtils/Thrust.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef FOURMOMUTILS_THRUST_H
6
#define FOURMOMUTILS_THRUST_H
7
8
// AthAnalysisBase/ManaCore doesn't currently include the Trigger Service
9
#ifndef XAOD_ANALYSIS
10
11
#include "
EventKernel/INavigable4Momentum.h
"
12
#include "
NavFourMom/INavigable4MomentumCollection.h
"
13
14
namespace
FourMomUtils
15
{
16
17
typedef
INavigable4MomentumCollection::const_iterator
I4MomIter_t
;
18
19
CLHEP::Hep3Vector
thrust
(
const
I4MomIter_t
& iBeg,
const
I4MomIter_t
& iEnd,
20
double
& thrust_major,
double
& thrust_minor,
21
bool
useThreeD=
false
);
22
23
inline
24
CLHEP::Hep3Vector
thrust
(
const
INavigable4MomentumCollection
* theParticles,
25
double
& thrust_major,
double
& thrust_minor,
26
bool
useThreeD=
false
) {
27
return
thrust
( theParticles->
begin
(), theParticles->
end
(),
28
thrust_major, thrust_minor,
29
useThreeD );
30
}
31
}
32
33
#endif
34
35
#endif // FOURMOMUTILS_THRUST_H
DataModel_detail::const_iterator
Const iterator class for DataVector/DataList.
Definition:
DVLIterator.h:82
INavigable4Momentum.h
FourMomUtils::I4MomIter_t
INavigable4MomentumCollection::const_iterator I4MomIter_t
Definition:
ForwardTerm.h:16
FourMomUtils::thrust
CLHEP::Hep3Vector thrust(const I4MomIter_t &iBeg, const I4MomIter_t &iEnd, double &thrust_major, double &thrust_minor, bool useThreeD=false)
Definition:
Event/FourMomUtils/src/Thrust.cxx:19
INavigable4MomentumCollection.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
DataVector::end
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
FourMomUtils
Definition:
ForwardTerm.h:14
DataVector::begin
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
Generated on Mon Dec 23 2024 21:19:47 for ATLAS Offline Software by
1.8.18