ATLAS Offline Software
|
Functions | |
template<typename T > | |
void record | ATLAS_NOT_THREAD_SAFE (T *cont, const std::string &name) |
JetContainer *createEmptyJetContainer | ATLAS_NOT_THREAD_SAFE (const std::string &name) |
Create and return an empty JetContainer. JetContainer has an AuxContainer associated and is recorded in an event store so its elements can be used as ElementLink. More... | |
void | fillJets (JetContainer &jetCont, const std::vector< xAOD::JetFourMom_t > &jet4moms) |
Fill input JetContainer with new jets which 4-momentum are given by jet4moms. More... | |
void | fillJets (JetContainer &jetCont, const std::vector< xAOD::JetFourMom_t > &jet4moms, const std::map< std::string, std::vector< float >> jetAttMap) |
Fill input JetContainer with new jets which 4-momentum are given by jet4moms and with attributes as given by the map "jetAttMap". It is expected that vectors in this map have same lenght as jet4moms. More... | |
void | fillStandardTestJets (JetContainer &jetCont) |
Fill input JetContainer with a list of test jets. More... | |
void fillStandardTestClusters | ATLAS_NOT_THREAD_SAFE (CaloClusterContainer &clustCont) |
Fill input CaloClusterAuxContainer with a list of test clusters (with only their default and Raw 4-momentum set) More... | |
void fillStandardTestClusters xAOD::JetTests::ATLAS_NOT_THREAD_SAFE | ( | CaloClusterContainer & | clustCont | ) |
Fill input CaloClusterAuxContainer with a list of test clusters (with only their default and Raw 4-momentum set)
Definition at line 154 of file JetFactory.h.
CaloClusterContainer *createEmptyCaloClusterContainer xAOD::JetTests::ATLAS_NOT_THREAD_SAFE | ( | const std::string & | name | ) |
Create and return an empty JetContainer. JetContainer has an AuxContainer associated and is recorded in an event store so its elements can be used as ElementLink.
Create and return an empty CaloClusterAuxContainer. CaloClusterAuxContainer has an AuxContainer associated and is recorded in an event store so its elements can be used as ElementLink.
Definition at line 67 of file JetFactory.h.
void record xAOD::JetTests::ATLAS_NOT_THREAD_SAFE | ( | T * | cont, |
const std::string & | name | ||
) |
Definition at line 35 of file JetFactory.h.
void xAOD::JetTests::fillJets | ( | JetContainer & | jetCont, |
const std::vector< xAOD::JetFourMom_t > & | jet4moms | ||
) |
Fill input JetContainer with new jets which 4-momentum are given by jet4moms.
Definition at line 78 of file JetFactory.h.
void xAOD::JetTests::fillJets | ( | JetContainer & | jetCont, |
const std::vector< xAOD::JetFourMom_t > & | jet4moms, | ||
const std::map< std::string, std::vector< float >> | jetAttMap | ||
) |
Fill input JetContainer with new jets which 4-momentum are given by jet4moms and with attributes as given by the map "jetAttMap". It is expected that vectors in this map have same lenght as jet4moms.
Definition at line 88 of file JetFactory.h.
void xAOD::JetTests::fillStandardTestJets | ( | JetContainer & | jetCont | ) |