ATLAS Offline Software
Loading...
Searching...
No Matches
JetAbbreviated.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4// JetAbbreviated.h
5// TopoCore
6// Created by Veronica Sorin 14/8/14
7
8#ifndef __TopoCore__JetAbbreviated__
9#define __TopoCore__JetAbbreviated__
10
13#include "L1TopoEvent/JetTOB.h"
14
15#include <iostream>
16#include <vector>
17
18namespace TCS {
19
20 class JetAbbreviated : public SortingAlg {
21 public:
22
23 // constructor
24 JetAbbreviated(const std::string & name);
25
26 // destructor
27 virtual ~JetAbbreviated();
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)
JetAbbreviated(const std::string &name)
JetTOB::JetSize m_jetsize
SortingAlg(const std::string &name)
Definition SortingAlg.h:21