CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
HEBRecHitFromSoA Class Reference
Inheritance diagram for HEBRecHitFromSoA:
edm::stream::EDProducer<>

Public Member Functions

void convert_soa_data_to_collection_ (uint32_t, HGCRecHitCollection &, ConstHGCRecHitSoA *)
 
 HEBRecHitFromSoA (const edm::ParameterSet &ps)
 
void produce (edm::Event &, const edm::EventSetup &) override
 
 ~HEBRecHitFromSoA () override
 
- Public Member Functions inherited from edm::stream::EDProducer<>
 EDProducer ()=default
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 

Private Attributes

edm::EDPutTokenT< HGChefRecHitCollectionrecHitCollectionToken_
 
std::unique_ptr< HGChefRecHitCollectionrechits_
 
edm::EDGetTokenT< HGCRecHitCPUProductrecHitSoAToken_
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDProducer<>
typedef CacheContexts< T... > CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T... > HasAbility
 
typedef CacheTypes::LuminosityBlockCache LuminosityBlockCache
 
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCacheLuminosityBlockContext
 
typedef CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache, GlobalCacheRunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 

Detailed Description

Definition at line 14 of file HEBRecHitFromSoA.cc.

Constructor & Destructor Documentation

◆ HEBRecHitFromSoA()

HEBRecHitFromSoA::HEBRecHitFromSoA ( const edm::ParameterSet ps)
explicit

Definition at line 28 of file HEBRecHitFromSoA.cc.

28  {
29  recHitSoAToken_ = consumes<HGCRecHitCPUProduct>(ps.getParameter<edm::InputTag>("HEBRecHitSoATok"));
30  recHitCollectionToken_ = produces<HGChebRecHitCollection>();
31 }

References edm::ParameterSet::getParameter(), recHitCollectionToken_, and recHitSoAToken_.

◆ ~HEBRecHitFromSoA()

HEBRecHitFromSoA::~HEBRecHitFromSoA ( )
override

Definition at line 33 of file HEBRecHitFromSoA.cc.

33 {}

Member Function Documentation

◆ convert_soa_data_to_collection_()

void HEBRecHitFromSoA::convert_soa_data_to_collection_ ( uint32_t  nhits,
HGCRecHitCollection rechits,
ConstHGCRecHitSoA h_calibSoA 
)

Definition at line 43 of file HEBRecHitFromSoA.cc.

45  {
46  rechits.reserve(nhits);
47  for (uint i = 0; i < nhits; ++i) {
48  DetId id_converted(h_calibSoA->id_[i]);
49  rechits.emplace_back(id_converted,
50  h_calibSoA->energy_[i],
51  h_calibSoA->time_[i],
52  0,
53  h_calibSoA->flagBits_[i],
54  h_calibSoA->son_[i],
55  h_calibSoA->timeError_[i]);
56  }
57 }

References ConstHGCRecHitSoA::energy_, ConstHGCRecHitSoA::flagBits_, mps_fire::i, ConstHGCRecHitSoA::id_, nhits, HI_PhotonSkim_cff::rechits, ConstHGCRecHitSoA::son_, ConstHGCRecHitSoA::time_, ConstHGCRecHitSoA::timeError_, and parallelization::uint.

Referenced by produce().

◆ produce()

void HEBRecHitFromSoA::produce ( edm::Event event,
const edm::EventSetup setup 
)
override

Definition at line 35 of file HEBRecHitFromSoA.cc.

35  {
36  const HGCRecHitCPUProduct& recHits = event.get(recHitSoAToken_);
37  ConstHGCRecHitSoA recHitsSoA = recHits.get();
38  rechits_ = std::make_unique<HGCRecHitCollection>();
39  convert_soa_data_to_collection_(recHits.nHits(), *rechits_, &recHitsSoA);
40  event.put(std::move(rechits_));
41 }

References convert_soa_data_to_collection_(), eostools::move(), FastTrackerRecHitMaskProducer_cfi::recHits, rechits_, and recHitSoAToken_.

Member Data Documentation

◆ recHitCollectionToken_

edm::EDPutTokenT<HGChefRecHitCollection> HEBRecHitFromSoA::recHitCollectionToken_
private

Definition at line 25 of file HEBRecHitFromSoA.cc.

Referenced by HEBRecHitFromSoA().

◆ rechits_

std::unique_ptr<HGChefRecHitCollection> HEBRecHitFromSoA::rechits_
private

Definition at line 23 of file HEBRecHitFromSoA.cc.

Referenced by produce().

◆ recHitSoAToken_

edm::EDGetTokenT<HGCRecHitCPUProduct> HEBRecHitFromSoA::recHitSoAToken_
private

Definition at line 24 of file HEBRecHitFromSoA.cc.

Referenced by HEBRecHitFromSoA(), and produce().

HEBRecHitFromSoA::convert_soa_data_to_collection_
void convert_soa_data_to_collection_(uint32_t, HGCRecHitCollection &, ConstHGCRecHitSoA *)
Definition: HEBRecHitFromSoA.cc:43
mps_fire.i
i
Definition: mps_fire.py:428
HGCRecHitCPUProduct
Definition: HGCRecHitCPUProduct.h:12
HEBRecHitFromSoA::recHitCollectionToken_
edm::EDPutTokenT< HGChefRecHitCollection > recHitCollectionToken_
Definition: HEBRecHitFromSoA.cc:25
ConstHGCRecHitSoA::energy_
const float * energy_
Definition: ConstHGCRecHitSoA.h:8
parallelization.uint
uint
Definition: parallelization.py:124
ConstHGCRecHitSoA::son_
const uint8_t * son_
Definition: ConstHGCRecHitSoA.h:13
DetId
Definition: DetId.h:17
ConstHGCRecHitSoA::time_
const float * time_
Definition: ConstHGCRecHitSoA.h:9
HI_PhotonSkim_cff.rechits
rechits
Definition: HI_PhotonSkim_cff.py:76
nhits
Definition: HIMultiTrackSelector.h:42
FastTrackerRecHitMaskProducer_cfi.recHits
recHits
Definition: FastTrackerRecHitMaskProducer_cfi.py:8
ConstHGCRecHitSoA::flagBits_
const uint32_t * flagBits_
Definition: ConstHGCRecHitSoA.h:12
ConstHGCRecHitSoA::timeError_
const float * timeError_
Definition: ConstHGCRecHitSoA.h:10
eostools.move
def move(src, dest)
Definition: eostools.py:511
ConstHGCRecHitSoA
Definition: ConstHGCRecHitSoA.h:6
HEBRecHitFromSoA::recHitSoAToken_
edm::EDGetTokenT< HGCRecHitCPUProduct > recHitSoAToken_
Definition: HEBRecHitFromSoA.cc:24
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
edm::InputTag
Definition: InputTag.h:15
ConstHGCRecHitSoA::id_
const uint32_t * id_
Definition: ConstHGCRecHitSoA.h:11
HEBRecHitFromSoA::rechits_
std::unique_ptr< HGChefRecHitCollection > rechits_
Definition: HEBRecHitFromSoA.cc:23