#include <WTAConeJetMaker.h>
Definition at line 28 of file WTAConeJetMaker.h.
◆ WTAConeJetMaker()
| Gep::WTAConeJetMaker::WTAConeJetMaker |
( |
unsigned int |
block_n = 4, |
|
|
unsigned int |
rolloff_buffersize = 155 |
|
) |
| |
|
inline |
◆ CreateWTAConeMaker()
Definition at line 42 of file WTAConeJetMaker.h.
44 switch(seed_cleaning_algo)
47 return std::make_unique<WTAConeMaker>();
49 return std::make_unique<WTACone2PassMaker>();
50 std::cerr <<
"Invalid seed cleaning algorithm" << std::endl;
◆ GetRollOffBufferSize()
| int Gep::WTAConeJetMaker::GetRollOffBufferSize |
( |
| ) |
|
|
inline |
◆ makeJets()
Implements Gep::IJetMaker.
Definition at line 8 of file WTAConeJetMaker.cxx.
11 std::vector<WTATrigObj> input_towers;
12 const unsigned int inTopoTowersN = inTopoTowers.size();
14 for(
unsigned int i = 0;
i < inTopoTowersN;
i++)
18 input_towers.push_back(this_tower);
23 std::vector<WTAJet> WTAJetList;
42 std::vector<Gep::Jet> GepJetList;
43 for(
const auto&
WTAJet: WTAJetList)
53 for(
const auto& constituent: ConstituentList)
57 GepJetList.push_back(thisjet);
◆ SetBlockN()
| void Gep::WTAConeJetMaker::SetBlockN |
( |
unsigned int |
block_n | ) |
|
|
inline |
◆ SetRollOffBufferSize()
| void Gep::WTAConeJetMaker::SetRollOffBufferSize |
( |
int |
rolloff_buffersize | ) |
|
|
inline |
◆ SetSeedCleaningAlgo()
| void Gep::WTAConeJetMaker::SetSeedCleaningAlgo |
( |
unsigned int |
algo | ) |
|
|
inline |
◆ toString()
| virtual std::string Gep::WTAConeJetMaker::toString |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ m_BlockN
| unsigned int Gep::WTAConeJetMaker::m_BlockN {} |
|
private |
◆ m_GEPWTAParameters
◆ m_RollOffBufferSize
| unsigned int Gep::WTAConeJetMaker::m_RollOffBufferSize {} |
|
private |
◆ m_SeedCleaningAlgo
| unsigned int Gep::WTAConeJetMaker::m_SeedCleaningAlgo {} |
|
private |
The documentation for this class was generated from the following files: