ATLAS Offline Software
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 
12 #include "L1TopoEvent/TOBArray.h"
13 #include "L1TopoEvent/JetTOB.h"
14 
15 #include <iostream>
16 #include <vector>
17 
18 namespace TCS {
19 
20  class JetNoSortMatch : public SortingAlg {
21  public:
22 
23  // constructor
24  JetNoSortMatch(const std::string & name);
25 
26  // destructor
27  virtual ~JetNoSortMatch();
28  virtual TCS::StatusCode initialize();
30 
31  private:
32 
34  parType_t m_jsize = { 0 };
37 
38 
39  protected:
40 
42 
43  };
44 
45 } // end of namespace TCS
46 
47 #endif /* defined(__TopoCore__SortingAlg__) */
TCS::JetTOB::JetSize
JetSize
Definition: JetTOB.h:21
TCS::JetNoSortMatch::m_jsize
parType_t m_jsize
Definition: JetNoSortMatch.h:34
TCS::parType_t
uint32_t parType_t
Definition: Parameter.h:22
TCS::JetNoSortMatch::p_MinET1
parType_t p_MinET1
Definition: JetNoSortMatch.h:35
TCS::JetNoSortMatch::initialize
virtual TCS::StatusCode initialize()
Definition: JetNoSortMatch.cxx:35
TCS::JetNoSortMatch::p_MinET2
parType_t p_MinET2
Definition: JetNoSortMatch.h:36
TCS::JetNoSortMatch::m_jetsize
JetTOB::JetSize m_jetsize
Definition: JetNoSortMatch.h:41
TCS::ConfigurableAlg::name
const std::string & name() const
Definition: ConfigurableAlg.h:48
TCS::JetNoSortMatch::JetNoSortMatch
JetNoSortMatch(const std::string &name)
Definition: JetNoSortMatch.cxx:19
TCS::InputTOBArray
Definition: InputTOBArray.h:15
TCS::JetNoSortMatch::m_numberOfJets
parType_t m_numberOfJets
Definition: JetNoSortMatch.h:33
PlotPulseshapeFromCool.input
input
Definition: PlotPulseshapeFromCool.py:106
TOBArray.h
TCS::TOBArray
Definition: TOBArray.h:24
merge.output
output
Definition: merge.py:17
SortingAlg.h
TCS::JetNoSortMatch::~JetNoSortMatch
virtual ~JetNoSortMatch()
Definition: JetNoSortMatch.cxx:31
TCS::SortingAlg
Definition: SortingAlg.h:18
TCS::JetNoSortMatch::sort
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output)
Definition: JetNoSortMatch.cxx:50
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
JetTOB.h
TCS::JetNoSortMatch
Definition: JetNoSortMatch.h:20
TCS::StatusCode
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15