ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigHLTJetHypo
src
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>;
21
using
ConditionsIter
= Conditions::iterator;
22
23
#endif
ConditionsIter
Conditions::iterator ConditionsIter
Definition
ConditionsDefs.h:21
Conditions
std::vector< Condition > Conditions
Definition
ConditionsDefs.h:20
Condition
std::unique_ptr< ICondition > Condition
Definition
ConditionsDefs.h:19
ICondition.h
Generated on
for ATLAS Offline Software by
1.14.0