Go to the documentation of this file. 1 #ifndef L1GCTSIMPLEJETFINDER_H_
2 #define L1GCTSIMPLEJETFINDER_H_
L1GctSimpleJetFinder(int id)
id is 0-8 for -ve Eta jetfinders, 9-17 for +ve Eta, for increasing Phi.
virtual unsigned nCols() const
friend std::ostream & operator<<(std::ostream &os, const L1GctSimpleJetFinder &algo)
Overload << operator.
virtual unsigned maxRegionsIn() const
Base class to allow implementation of jetFinder algorithms.
virtual unsigned centralCol0() const
static const unsigned int CENTRAL_COL0
std::ostream & operator<<(std::ostream &os, const L1GctSimpleJetFinder &algo)
static const unsigned int MAX_REGIONS_IN
The real jetFinders must define these constants.
virtual void fetchInput()
get input data from sources
static const unsigned int N_COLS
virtual void process()
process the data, fill output buffers
simple jet finder for test purposes.