ATLAS Offline Software
Loading...
Searching...
No Matches
GenericArrayCreator.h
Go to the documentation of this file.
1// Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2
3#ifndef L1TOPOALGORITHMS_GENERICARRAYCREATOR
4#define L1TOPOALGORITHMS_GENERICARRAYCREATOR
5
6#include <iostream>
7
10
11
12namespace TCS {
14 public:
15 GenericArrayCreator(const std::string & name);
17
18 virtual StatusCode sort(const InputTOBArray & input, TOBArray & output);
19
20 void setJetWidth(JetTOB::JetSize jetsize) { m_jetsize = jetsize; }
21
22 private:
24 };
25}
26
27#endif
const std::string & name() const
GenericArrayCreator(const std::string &name)
void setJetWidth(JetTOB::JetSize jetsize)
virtual StatusCode sort(const InputTOBArray &input, TOBArray &output)
SortingAlg(const std::string &name)
Definition SortingAlg.h:21