CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GctJetSorter.h
Go to the documentation of this file.
1 #ifndef L1GCTJETSORTER_H_
2 #define L1GCTJETSORTER_H_
3 
4 #include <vector>
5 
6 class L1GctJetCand;
7 
9 {
10  public:
11  //Typedefs
12  typedef std::vector<L1GctJetCand> JetVector;
13 
16 
18 
20 
21  JetVector getSortedJets() const;
22  JetVector getInputJets() const;
23 
24  private:
26 };
27 
28 #endif
Level-1 Trigger jet candidate.
Definition: L1GctJetCand.h:18
JetVector m_inputJets
JetVector getSortedJets() const
JetVector getInputJets() const
std::vector< L1GctJetCand > JetVector
void setJets(JetVector &inputJets)