#include "RecoParticleFlow/PFProducer/interface/BlockElementImporterBase.h"
#include "RecoParticleFlow/PFProducer/interface/PhotonSelectorAlgo.h"
#include "DataFormats/ParticleFlowReco/interface/PFCluster.h"
#include "DataFormats/ParticleFlowReco/interface/PFBlockElementSuperCluster.h"
#include "DataFormats/EgammaReco/interface/SuperCluster.h"
#include "RecoParticleFlow/PFProducer/interface/PFBlockElementSCEqual.h"
#include "Geometry/Records/interface/CaloGeometryRecord.h"
#include "RecoEgamma/EgammaIsolationAlgos/interface/EgammaHcalIsolation.h"
#include "CondFormats/DataRecord/interface/HcalPFCutsRcd.h"
#include "CondTools/Hcal/interface/HcalPFCutsHandler.h"
#include "Geometry/CaloTopology/interface/HcalTopology.h"
#include "Geometry/CaloGeometry/interface/CaloGeometry.h"
#include "DataFormats/HcalRecHit/interface/HcalRecHitCollections.h"
#include "RecoLocalCalo/HcalRecAlgos/interface/HcalSeverityLevelComputer.h"
#include "RecoLocalCalo/HcalRecAlgos/interface/HcalSeverityLevelComputerRcd.h"
#include "CondFormats/HcalObjects/interface/HcalChannelQuality.h"
#include "CondFormats/DataRecord/interface/HcalChannelQualityRcd.h"
#include <memory>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | SuperClusterImporter |
Functions | |
double | ptFast (const double energy, const math::XYZPoint &position, const math::XYZPoint &origin) |
static const BlockElementImporterFactory ::PMaker< SuperClusterImporter > | s_maker__LINE__ ("SuperClusterImporter") |
|
inline |
Definition at line 20 of file SuperClusterImporter.cc.
References hcalRecHitTable_cff::energy, position, mathSSE::sqrt(), and findQualityFiles::v.
Referenced by GEDPhotonProducer::fillPhotonCollection(), PFECALSuperClusterAlgo::finalizeSuperCluster(), SuperClusterImporter::importToBlock(), and OutInConversionSeedFinder::makeSeeds().
|
static |