ATLAS Offline Software
Loading...
Searching...
No Matches
makeRepeatedConditions.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGHLTJETHYPOUNITTESTS_MAKEREPEATEDCONDITIONS_H
6#define TRIGHLTJETHYPOUNITTESTS_MAKEREPEATEDCONDITIONS_H
7
9
10#include <utility>
11#include <vector>
12
13using EtaPair = std::pair<double, double>;
14using EtaPairs = std::vector<EtaPair>;
15
18
19#endif
Scalar eta() const
pseudorapidity method
std::vector< ConditionPtr > ConditionPtrs
ConditionPtrs makeRepeatedConditions(const EtaPairs &etas)
std::pair< double, double > EtaPair
std::vector< EtaPair > EtaPairs