ATLAS Offline Software
Loading...
Searching...
No Matches
PFClusterFiller.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EFLOWREC_PFCLUSTERFILLER_H
6#define EFLOWREC_PFCLUSTERFILLER_H
7
8#include "eflowRecCluster.h"
9#include "PFData.h"
10
12
13public:
16
17 static void fillClustersToRecover(PFData &data) ;
18 static void fillClustersToConsider(PFData &data, eflowRecClusterContainer &recClusterContainer) ;
19
20};
21#endif
static void fillClustersToRecover(PFData &data)
static void fillClustersToConsider(PFData &data, eflowRecClusterContainer &recClusterContainer)