#include <DoubleCollectionMerger.h>
Public Member Functions | |
DoubleCollectionMerger (const edm::ParameterSet &) | |
~DoubleCollectionMerger () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Types | |
typedef T2 | BaseHit1 |
typedef T4 | BaseHit2 |
typedef T1 | MergeCollection1 |
typedef T3 | MergeCollection2 |
Private Member Functions | |
void | fill_output_obj (std::unique_ptr< MergeCollection1 > &output1, std::vector< edm::Handle< MergeCollection1 >> &inputCollections1) |
void | fill_output_obj (std::unique_ptr< MergeCollection2 > &output2, std::vector< edm::Handle< MergeCollection2 >> &inputCollections2) |
template<> | |
void | fill_output_obj (std::unique_ptr< MergeCollection1 > &output, std::vector< edm::Handle< MergeCollection1 >> &inputCollections) |
template<> | |
void | fill_output_obj (std::unique_ptr< MergeCollection2 > &output, std::vector< edm::Handle< MergeCollection2 >> &inputCollections) |
template<> | |
void | fill_output_obj (std::unique_ptr< MergeCollection1 > &output, std::vector< edm::Handle< MergeCollection1 >> &inputCollections) |
template<> | |
void | fill_output_obj (std::unique_ptr< MergeCollection2 > &output, std::vector< edm::Handle< MergeCollection2 >> &inputCollections) |
void | fill_output_obj_digiflag (std::unique_ptr< MergeCollection1 > &output, std::vector< edm::Handle< MergeCollection1 >> &inputCollections) |
void | fill_output_obj_digiflag (std::unique_ptr< MergeCollection2 > &output, std::vector< edm::Handle< MergeCollection2 >> &inputCollections) |
void | fill_output_obj_hcaldigi (std::unique_ptr< MergeCollection1 > &output, std::vector< edm::Handle< MergeCollection1 >> &inputCollections) |
void | fill_output_obj_hcaldigi (std::unique_ptr< MergeCollection2 > &output, std::vector< edm::Handle< MergeCollection2 >> &inputCollections) |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::map< std::string, std::vector< edm::EDGetTokenT< MergeCollection1 > > > | inputs1_ |
std::map< std::string, std::vector< edm::EDGetTokenT< MergeCollection2 > > > | inputs2_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Clean Up from Christian Winter & Sebastian Brommer, KIT
Definition at line 24 of file DoubleCollectionMerger.h.
|
private |
Definition at line 33 of file DoubleCollectionMerger.h.
|
private |
Definition at line 35 of file DoubleCollectionMerger.h.
|
private |
Definition at line 32 of file DoubleCollectionMerger.h.
|
private |
Definition at line 34 of file DoubleCollectionMerger.h.
|
explicit |
Definition at line 20 of file DoubleCollectionMerger.cc.
References edm::ParameterSet::getParameter().
|
override |
Definition at line 35 of file DoubleCollectionMerger.cc.
|
private |
Definition at line 65 of file DoubleCollectionMerger.cc.
References cms::cuda::assert().
|
private |
Definition at line 71 of file DoubleCollectionMerger.cc.
References cms::cuda::assert().
|
private |
Definition at line 178 of file DoubleCollectionMerger.cc.
|
private |
Definition at line 185 of file DoubleCollectionMerger.cc.
|
private |
Definition at line 192 of file DoubleCollectionMerger.cc.
|
private |
Definition at line 199 of file DoubleCollectionMerger.cc.
|
private |
Definition at line 77 of file DoubleCollectionMerger.cc.
References valuemaptraslator_cfi::inputCollection, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, WZElectronSkims53X_cff::max, getGTfromDQMFile::obj, and or.
|
private |
Definition at line 120 of file DoubleCollectionMerger.cc.
References valuemaptraslator_cfi::inputCollection, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, WZElectronSkims53X_cff::max, getGTfromDQMFile::obj, and or.
|
private |
Definition at line 163 of file DoubleCollectionMerger.cc.
|
private |
Definition at line 170 of file DoubleCollectionMerger.cc.
|
overrideprivate |
Definition at line 40 of file DoubleCollectionMerger.cc.
References iEvent, eostools::move(), and convertSQLitetoXML_cfg::output.
|
private |
Definition at line 36 of file DoubleCollectionMerger.h.
|
private |
Definition at line 37 of file DoubleCollectionMerger.h.