ATLAS Offline Software
Loading...
Searching...
No Matches
SortingAlg.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4// SortingAlg.cxx
5// TopoCore
6// Created by Joerg Stelzer on 11/16/12.
7
9
10
16
18{
19 return sort(input, output);
20}
21
void sort(typename DataModel_detail::iterator< DVL > beg, typename DataModel_detail::iterator< DVL > end)
Specialization of sort for DataVector/List.
virtual ~SortingAlg()
virtual TCS::StatusCode sortBitCorrect(const InputTOBArray &input, TOBArray &output)
bool m_overflow
whether an overflow occurred during the current execution.
Definition SortingAlg.h:42
virtual StatusCode doReset()