Analysis Software
Documentation for sPHENIX simulation software
|
#include <limits>
#include <string>
#include <vector>
#include <cassert>
#include <optional>
#include <phool/phool.h>
#include <phool/getClass.h>
#include <phool/PHIODataNode.h>
#include <phool/PHNodeIterator.h>
#include <phool/PHCompositeNode.h>
#include <calobase/RawCluster.h>
#include <calobase/RawClusterUtility.h>
#include <calobase/RawClusterContainer.h>
#include "Constants.h"
Go to the source code of this file.
Classes | |
struct | SColdQcdCorrelatorAnalysis::SCorrelatorUtilities::ClustInfo |
Namespaces | |
namespace | SColdQcdCorrelatorAnalysis |
namespace | SColdQcdCorrelatorAnalysis::SCorrelatorUtilities |
Functions | |
RawClusterContainer * | SColdQcdCorrelatorAnalysis::SCorrelatorUtilities::GetClusterStore (PHCompositeNode *topNode, const string node) |
RawClusterContainer::ConstRange | SColdQcdCorrelatorAnalysis::SCorrelatorUtilities::GetClusters (PHCompositeNode *topNode, const string store) |
bool | SColdQcdCorrelatorAnalysis::SCorrelatorUtilities::IsInAcceptance (const ClustInfo &cluster, const ClustInfo &minimum, const ClustInfo &maximum) |