12 std::vector<WTATrigObj> input_towers;
13 const unsigned int inTopoTowersN = inTopoTowers.size();
14 for(
unsigned int i = 0; i < inTopoTowersN; i++)
16 const auto & TopoTower = inTopoTowers[i];
17 #ifndef FLOATING_POINT_SIMULATION
20 WTATrigObj this_tower(TopoTower.vec.Pt(), TopoTower.vec.Eta(), TopoTower.vec.Phi(), TopoTower.vec.M(), i);
22 input_towers.push_back(this_tower);
27 std::vector<WTAJet> WTAJetList;
40 MyWTAConeMaker->InitiateInputs(input_towers);
41 MyWTAConeMaker->SeedCleaning();
42 MyWTAConeMaker->MergeConstsToSeeds();
43 MyWTAConeMaker->CreateERingInfo();
44 WTAJetList = MyWTAConeMaker->GetSeedList();
47 std::vector<Gep::Jet> GepJetList;
48 for(
const auto&
WTAJet: WTAJetList)
51 #ifndef FLOATING_POINT_SIMULATION
76 for(
const auto& constituent: ConstituentList)
81 GepJetList.push_back(std::move(thisjet));