ATLAS Offline Software
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>
17 #include "./IRepeatedCondition.h"
18 
19 using ConditionPtr = std::unique_ptr<IRepeatedCondition>;
20 using ConditionPtrs = std::vector<ConditionPtr>;
22 
23 #endif
xAOD::iterator
JetConstituentVector::iterator iterator
Definition: JetConstituentVector.cxx:68
IRepeatedCondition.h
ConditionPtr
std::unique_ptr< IRepeatedCondition > ConditionPtr
Definition: RepeatedConditionsDefs.h:19
ConditionPtrsIter
ConditionPtrs::iterator ConditionPtrsIter
Definition: RepeatedConditionsDefs.h:21
ConditionPtrs
std::vector< ConditionPtr > ConditionPtrs
Definition: RepeatedConditionsDefs.h:20