Namespaces | |
backend | |
econd | |
Classes | |
struct | caloParticleOnALayer |
struct | caloParticleOnLayer |
class | ClusterTools |
struct | detIdInfoInCluster |
struct | detIdInfoInMultiCluster |
class | EGammaPCAHelper |
class | HGCalFrameGenerator |
A S-link/ECON-D payload generator helper. More... | |
class | LayerClusterToCaloParticleAssociator |
class | LayerClusterToCaloParticleAssociatorBaseImpl |
class | LayerClusterToSimClusterAssociator |
class | LayerClusterToSimClusterAssociatorBaseImpl |
class | LayerClusterToSimTracksterAssociator |
class | LayerClusterToSimTracksterAssociatorBaseImpl |
struct | lcInfoInTrackster |
class | LongDeps |
class | MultiClusterToCaloParticleAssociator |
class | MultiClusterToCaloParticleAssociatorBaseImpl |
class | RecHitTools |
class | ShowerDepth |
struct | simClusterOnBLayer |
struct | simClusterOnCLayer |
struct | simTracksterOnLayer |
class | Spot |
class | TracksterToSimClusterAssociator |
class | TracksterToSimClusterAssociatorBaseImpl |
class | TracksterToSimTracksterAssociator |
class | TracksterToSimTracksterAssociatorBaseImpl |
Functions | |
template<typename T > | |
void | printWords (edm::MessageSender &os, const std::string &name, const std::vector< T > vec) |
static std::vector< uint64_t > | to128bit (const std::vector< uint64_t > &in) |
static std::vector< uint64_t > | to64bit (const std::vector< uint32_t > &in) |
typedef std::tuple< tracksterToSimTrackster, simTracksterToTrackster > hgcal::association |
Definition at line 62 of file LCToCPAssociatorByEnergyScoreImpl.h.
typedef std::vector<std::vector<hgcal::caloParticleOnLayer> > hgcal::caloParticleToLayerCluster |
Definition at line 58 of file LCToCPAssociatorByEnergyScoreImpl.h.
typedef std::vector<std::vector<hgcal::caloParticleOnALayer> > hgcal::caloParticleToMultiCluster |
Definition at line 43 of file MultiClusterAssociatorByEnergyScoreImpl.h.
typedef std::vector<std::vector<std::pair<unsigned int, float> > > hgcal::layerClusterToCaloParticle |
Definition at line 55 of file LCToCPAssociatorByEnergyScoreImpl.h.
typedef std::vector<std::vector<std::pair<unsigned int, float> > > hgcal::layerClusterToSimCluster |
Definition at line 52 of file LCToSCAssociatorByEnergyScoreImpl.h.
typedef std::vector<std::vector<std::pair<unsigned int, float> > > hgcal::multiClusterToCaloParticle |
Definition at line 42 of file MultiClusterAssociatorByEnergyScoreImpl.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric<reco::CaloClusterCollection, CaloParticleCollection, float> > hgcal::RecoToSimCollection |
Definition at line 26 of file LayerClusterToCaloParticleAssociatorBaseImpl.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric<ticl::TracksterCollection, ticl::TracksterCollection, float> > hgcal::RecoToSimCollectionSimTracksters |
Definition at line 27 of file TracksterToSimTracksterAssociatorBaseImpl.h.
typedef edm::AssociationMap<edm::OneToManyWithQualityGeneric<ticl::TracksterCollection, SimClusterCollection, float> > hgcal::RecoToSimCollectionTracksters |
Definition at line 26 of file TracksterToSimClusterAssociatorBaseImpl.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric<reco::HGCalMultiClusterCollection, CaloParticleCollection, float> > hgcal::RecoToSimCollectionWithMultiClusters |
Definition at line 26 of file MultiClusterToCaloParticleAssociatorBaseImpl.h.
typedef edm::AssociationMap<edm::OneToManyWithQualityGeneric<reco::CaloClusterCollection, SimClusterCollection, float> > hgcal::RecoToSimCollectionWithSimClusters |
Definition at line 25 of file LayerClusterToSimClusterAssociatorBaseImpl.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric<reco::CaloClusterCollection, ticl::TracksterCollection, float> > hgcal::RecoToSimTracksterCollection |
Definition at line 30 of file LayerClusterToSimTracksterAssociatorBaseImpl.h.
typedef std::vector<std::vector<hgcal::simClusterOnCLayer> > hgcal::simClusterToLayerCluster |
Definition at line 55 of file LCToSCAssociatorByEnergyScoreImpl.h.
typedef std::vector<hgcal::simClusterOnBLayer> hgcal::simClusterToTrackster |
Definition at line 36 of file TSToSCAssociatorByEnergyScoreImpl.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric<CaloParticleCollection, reco::CaloClusterCollection, std::pair<float, float> > > hgcal::SimToRecoCollection |
Definition at line 23 of file LayerClusterToCaloParticleAssociatorBaseImpl.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric<ticl::TracksterCollection, ticl::TracksterCollection, std::pair<float, float> > > hgcal::SimToRecoCollectionSimTracksters |
Definition at line 24 of file TracksterToSimTracksterAssociatorBaseImpl.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric<SimClusterCollection, ticl::TracksterCollection, std::pair<float, float> > > hgcal::SimToRecoCollectionTracksters |
Definition at line 24 of file TracksterToSimClusterAssociatorBaseImpl.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric<CaloParticleCollection, reco::HGCalMultiClusterCollection, std::pair<float, float> > > hgcal::SimToRecoCollectionWithMultiClusters |
Definition at line 23 of file MultiClusterToCaloParticleAssociatorBaseImpl.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric<SimClusterCollection, reco::CaloClusterCollection, std::pair<float, float> > > hgcal::SimToRecoCollectionWithSimClusters |
Definition at line 23 of file LayerClusterToSimClusterAssociatorBaseImpl.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric<ticl::TracksterCollection, reco::CaloClusterCollection, std::pair<float, float> > > hgcal::SimTracksterToRecoCollection |
Definition at line 27 of file LayerClusterToSimTracksterAssociatorBaseImpl.h.
typedef std::vector<hgcal::simTracksterOnLayer> hgcal::simTracksterToTrackster |
Definition at line 62 of file TSToSimTSAssociatorByEnergyScoreImpl.h.
typedef std::vector<std::vector<std::pair<unsigned int, float> > > hgcal::tracksterToSimCluster |
Definition at line 35 of file TSToSCAssociatorByEnergyScoreImpl.h.
typedef std::vector<std::vector<std::pair<unsigned int, float> > > hgcal::tracksterToSimTrackster |
Definition at line 59 of file TSToSimTSAssociatorByEnergyScoreImpl.h.
enum hgcal::BACKEND_FRAME |
Definition at line 52 of file HGCalRawDataDefinitions.h.
enum hgcal::ECOND_FRAME |
Definition at line 8 of file HGCalRawDataDefinitions.h.
void hgcal::printWords | ( | edm::MessageSender & | os, |
const std::string & | name, | ||
const std::vector< T > | vec | ||
) |
Definition at line 26 of file HGCalFrameGenerator.cc.
References TauDecayModes::dec, mps_fire::i, and Skims_PA_cff::name.
Referenced by hgcal::HGCalFrameGenerator::generateERxData(), hgcal::HGCalFrameGenerator::produceCaptureBlockEvent(), hgcal::HGCalFrameGenerator::produceECONEvent(), and hgcal::HGCalFrameGenerator::produceSlinkEvent().
|
static |
Definition at line 42 of file HGCalFrameGenerator.cc.
References mps_fire::i, recoMuon::in, and MillePedeFileConverter_cfg::out.
Referenced by hgcal::HGCalFrameGenerator::produceCaptureBlockEvent(), and hgcal::HGCalFrameGenerator::produceSlinkEvent().
|
static |
Definition at line 33 of file HGCalFrameGenerator.cc.
References mps_fire::i, recoMuon::in, and MillePedeFileConverter_cfg::out.
Referenced by hgcal::HGCalFrameGenerator::produceCaptureBlockEvent(), hgcal::HGCalFrameGenerator::produceECONEvent(), and hgcal::HGCalFrameGenerator::produceSlinkEvent().