Skip to content
Snippets Groups Projects
Commit 38cc7193 authored by Petr Jacka's avatar Petr Jacka
Browse files

Adding functions to get clusters

Former-commit-id: b72edb5520831d5a1773279e989d2972cbc7b775
parent 59543a18
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,9 @@ public: ...@@ -82,6 +82,9 @@ public:
std::string rcjetContainerName( std::size_t hash_value, bool isLooseEvent ); std::string rcjetContainerName( std::size_t hash_value, bool isLooseEvent );
bool passSelection(const xAOD::Jet& jet) const; bool passSelection(const xAOD::Jet& jet) const;
void getScaledClusters(std::vector<fastjet::PseudoJet>& clusters,const xAOD::Jet* rcjet);
void getLCTopoClusters(std::vector<fastjet::PseudoJet>& clusters,const xAOD::Jet* rcjet);
private: private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment