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