ATLAS Offline Software
Loading...
Searching...
No Matches
RepeatedConditionsDefs.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 TRIGHLTJETHYPO_REPEATEDCONDITIONSDES_H
6#define TRIGHLTJETHYPO_REPEATEDCONDITIONSDES_H
7/********************************************************************
8 *
9 * NAME: RepeatedConditionsDefs.h
10 * PACKAGE: Trigger/TrigHypothesis/TrigHLTJetHypo
11 *
12 * AUTHOR: P. Sherwood
13 *********************************************************************/
14
15#include <string>
16#include <memory>
18
19using ConditionPtr = std::unique_ptr<IRepeatedCondition>;
20using ConditionPtrs = std::vector<ConditionPtr>;
21using ConditionPtrsIter = ConditionPtrs::iterator;
22
23#endif
std::vector< ConditionPtr > ConditionPtrs
std::unique_ptr< IRepeatedCondition > ConditionPtr
ConditionPtrs::iterator ConditionPtrsIter