ATLAS Offline Software
Loading...
Searching...
No Matches
JetSortingAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4// JetSortingAlg.h
5// TopoCore
6// Created by Christoper Willis 12/6/12
7
8#ifndef __TopoCore__JetSortingAlg__
9#define __TopoCore__JetSortingAlg__
10
13#include "L1TopoEvent/JetTOB.h"
14
15#include <iostream>
16#include <vector>
17
18namespace TCS {
19
20 class JetSortingAlg : public SortingAlg {
21 public:
22
23 // constructor
24 JetSortingAlg(const std::string & name);
25
26 // destructor
27 virtual ~JetSortingAlg();
28
29 virtual TCS::StatusCode sort(const InputTOBArray & input, TOBArray & output);
30
31 protected:
32
34
35 };
36
37} // end of namespace TCS
38
39#endif /* defined(__TopoCore__SortingAlg__) */
const std::string & name() const
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output)
JetTOB::JetSize m_jetsize
JetSortingAlg(const std::string &name)
SortingAlg(const std::string &name)
Definition SortingAlg.h:21