ATLAS Offline Software
ConditionsDefs.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 TRIGHLTJETHYPO_CONDITIONSDEFS_H
6 #define TRIGHLTJETHYPO_CONDITIONSDEFS_H
7 /********************************************************************
8  *
9  * NAME: ConditionsDefs.h
10  * PACKAGE: Trigger/TrigHypothesis/TrigHLTJetHypo
11  *
12  * AUTHOR: P. Sherwood
13  *********************************************************************/
14 
15 #include <string>
16 #include <memory>
17 #include "./ICondition.h"
18 
19 using Condition = std::unique_ptr<ICondition>;
20 using Conditions = std::vector<Condition>;
22 
23 #endif
xAOD::iterator
JetConstituentVector::iterator iterator
Definition: JetConstituentVector.cxx:68
Condition
std::unique_ptr< ICondition > Condition
Definition: ConditionsDefs.h:19
Conditions
std::vector< Condition > Conditions
Definition: ConditionsDefs.h:20
ConditionsIter
Conditions::iterator ConditionsIter
Definition: ConditionsDefs.h:21
ICondition.h