![]() |
ATLAS Offline Software
|
#include <WTAConeMaker.h>
Public Member Functions | |
| WTAConeMaker (bool debug=false, bool verbose=false) | |
| virtual | ~WTAConeMaker ()=default |
| void | ResizeConstituentList () |
| void | ResizeSeedSortingList () |
| void | ResizeSeedList () |
| void | ResizeSeedNConstLists () |
| void | ResizeThisJetConstituents (WTAJet &jet) |
| void | ClearLists () |
| void | PrintSeedList () |
| WTAJet | WTATrigObjToWTAJet (const WTATrigObj &obj) |
| WTATrigObj | WTAJetToWTATrigObj (const WTAJet &jet) |
| const std::vector< WTATrigObj > & | GetConstituentList () const |
| const std::vector< WTATrigObj > & | GetSeedSortingList () const |
| const std::vector< WTAJet > & | GetSeedList () const |
| std::vector< int > | GetAssociateBits (WTATrigObj incoming_seed, int &max_pt_index) |
| std::vector< WTATrigObj > | LoadInputs (const std::vector< pt_t > &ptVec, const std::vector< eta_t > &etaVec, const std::vector< phi_t > &phiVec, const std::vector< m_t > &mVec) |
| virtual void | FillLists (const std::vector< WTATrigObj > &InputTowers) |
| void | InitiateInputs (const std::vector< pt_t > &ptVec, const std::vector< eta_t > &etaVec, const std::vector< phi_t > &phiVec, const std::vector< m_t > &mVec) |
| void | InitiateInputs (const std::vector< WTATrigObj > &InputTowers) |
| void | InsertToConstList (const WTATrigObj &obj) |
| virtual void | SeedCleaning () |
| virtual void | MergeConstsToSeeds () |
| void | CreateERingInfo () |
| void | SetDEBUG () |
| void | SetVERBOSE () |
| bool | GetDEBUG () |
| bool | GetVERBOSE () |
Public Attributes | |
| WTAParameters | m_WTAConeMakerParameter |
Protected Attributes | |
| std::vector< WTATrigObj > | m_ConstituentList |
| std::vector< WTATrigObj > | m_SeedSortingList |
| std::vector< WTAJet > | m_SeedList |
| bool | m_DEBUG |
| bool | m_VERBOSE |
Definition at line 59 of file WTAConeMaker.h.
|
inline |
Definition at line 61 of file WTAConeMaker.h.
|
virtualdefault |
|
inline |
Definition at line 71 of file WTAConeMaker.h.
|
inline |
Definition at line 309 of file WTAConeMaker.h.
|
inlinevirtual |
Reimplemented in WTACone2PassMaker.
Definition at line 120 of file WTAConeMaker.h.
|
inline |
Definition at line 216 of file WTAConeMaker.h.
|
inline |
Definition at line 75 of file WTAConeMaker.h.
|
inline |
Definition at line 92 of file WTAConeMaker.h.
Definition at line 77 of file WTAConeMaker.h.
|
inline |
Definition at line 76 of file WTAConeMaker.h.
|
inline |
Definition at line 93 of file WTAConeMaker.h.
|
inline |
Definition at line 142 of file WTAConeMaker.h.
|
inline |
Definition at line 149 of file WTAConeMaker.h.
|
inline |
Definition at line 167 of file WTAConeMaker.h.
|
inline |
Definition at line 107 of file WTAConeMaker.h.
|
inlinevirtual |
Reimplemented in WTACone2PassMaker.
Definition at line 293 of file WTAConeMaker.h.
|
inline |
Definition at line 155 of file WTAConeMaker.h.
|
inline |
Definition at line 173 of file WTAConeMaker.h.
|
inline |
Definition at line 194 of file WTAConeMaker.h.
|
inline |
Definition at line 69 of file WTAConeMaker.h.
|
inline |
Definition at line 179 of file WTAConeMaker.h.
|
inline |
Definition at line 185 of file WTAConeMaker.h.
|
inlinevirtual |
Reimplemented in WTACone2PassMaker.
Definition at line 242 of file WTAConeMaker.h.
|
inline |
Definition at line 90 of file WTAConeMaker.h.
|
inline |
Definition at line 91 of file WTAConeMaker.h.
|
inline |
Definition at line 210 of file WTAConeMaker.h.
|
inline |
Definition at line 204 of file WTAConeMaker.h.
|
protected |
Definition at line 98 of file WTAConeMaker.h.
|
protected |
Definition at line 102 of file WTAConeMaker.h.
|
protected |
Definition at line 100 of file WTAConeMaker.h.
|
protected |
Definition at line 99 of file WTAConeMaker.h.
|
protected |
Definition at line 103 of file WTAConeMaker.h.
| WTAParameters WTAConeMaker::m_WTAConeMakerParameter |
Definition at line 95 of file WTAConeMaker.h.