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