![]() |
ATLAS Offline Software
|
#include <memory>#include "AsgDataHandles/ReadHandle.h"#include "JetRec/JetClusterer.h"#include "fastjet/PseudoJet.hh"#include "fastjet/ClusterSequence.hh"#include "fastjet/ClusterSequenceArea.hh"#include "fastjet/config.h"#include "fastjet/contrib/VariableRPlugin.hh"#include "xAODEventInfo/EventInfo.h"#include "xAODJet/JetContainer.h"#include "xAODJet/JetAuxContainer.h"#include "JetEDM/FastJetUtils.h"#include "JetRec/PseudoJetTranslator.h"#include "JetEDM/VertexIndexedConstituentUserInfo.h"#include "xAODTracking/VertexContainer.h"Go to the source code of this file.
Namespaces | |
| namespace | JetClustererHelper |
Functions | |
| void | JetClustererHelper::seedsFromEventInfo (const xAOD::EventInfo *ei, std::vector< int > &seeds) |
| Fill seeds vector from run & event number. This functio is separated from the class so it's easier to re-use and test. | |