CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Types | Private Member Functions | Private Attributes
ValueMapTraslator Class Reference

#include <Calibration/ValueMapTraslator/src/ValueMapTraslator.cc>

Inheritance diagram for ValueMapTraslator:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 ValueMapTraslator (const edm::ParameterSet &)
 
 ~ValueMapTraslator () override
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducer () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 

Private Types

typedef edm::ValueMap< value_tMap_t
 
typedef double value_t
 

Private Member Functions

void produce (edm::Event &, const edm::EventSetup &) override
 

Private Attributes

edm::InputTag inputCollectionTAG
 
edm::EDGetTokenT< Map_tinputToken_
 
edm::InputTag oldreferenceCollectionTAG
 
edm::EDGetTokenT< reco::GsfElectronCollectionoldreferenceToken_
 
std::string outputCollectionName
 
edm::InputTag referenceCollectionTAG
 
edm::EDGetTokenT< reco::GsfElectronCollectionreferenceToken_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::ProducerBase
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Description: [one line class summary]

Implementation: [Notes on implementation]

Definition at line 41 of file ValueMapTraslator.cc.

Member Typedef Documentation

Definition at line 43 of file ValueMapTraslator.cc.

typedef double ValueMapTraslator::value_t
private

Definition at line 42 of file ValueMapTraslator.cc.

Constructor & Destructor Documentation

ValueMapTraslator::ValueMapTraslator ( const edm::ParameterSet iConfig)
explicit

Definition at line 75 of file ValueMapTraslator.cc.

References inputCollectionTAG, inputToken_, oldreferenceCollectionTAG, oldreferenceToken_, outputCollectionName, referenceCollectionTAG, and referenceToken_.

76  : referenceCollectionTAG(iConfig.getParameter<edm::InputTag>("referenceCollection")),
77  oldreferenceCollectionTAG(iConfig.getParameter<edm::InputTag>("oldreferenceCollection")),
78  inputCollectionTAG(iConfig.getParameter<edm::InputTag>("inputCollection")),
79  outputCollectionName(iConfig.getParameter<std::string>("outputCollection")) {
80  //now do what ever other initialization is needed
81  referenceToken_ = consumes<reco::GsfElectronCollection>(referenceCollectionTAG);
82  oldreferenceToken_ = consumes<reco::GsfElectronCollection>(oldreferenceCollectionTAG);
83  inputToken_ = consumes<Map_t>(inputCollectionTAG);
85  produces<Map_t>(outputCollectionName);
86 }
T getParameter(std::string const &) const
std::string outputCollectionName
edm::InputTag inputCollectionTAG
edm::InputTag oldreferenceCollectionTAG
edm::EDGetTokenT< reco::GsfElectronCollection > referenceToken_
edm::EDGetTokenT< reco::GsfElectronCollection > oldreferenceToken_
edm::EDGetTokenT< Map_t > inputToken_
edm::InputTag referenceCollectionTAG
ValueMapTraslator::~ValueMapTraslator ( )
override

Definition at line 88 of file ValueMapTraslator.cc.

88  {
89  // do anything here that needs to be done at desctruction time
90  // (e.g. close files, deallocate resources etc.)
91 }

Member Function Documentation

void ValueMapTraslator::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 158 of file ValueMapTraslator.cc.

References edm::ConfigurationDescriptions::addDefault(), DEFINE_FWK_MODULE, and edm::ParameterSetDescription::setUnknown().

158  {
159  //The following says we do not know what parameters are allowed so do no validation
160  // Please change this to state exactly what you do use, even if it is no parameters
162  desc.setUnknown();
163  descriptions.addDefault(desc);
164 }
void addDefault(ParameterSetDescription const &psetDescription)
void ValueMapTraslator::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivate

< requires that the track is the same, so I'm sure the electron object is the same. This to avoid the case when two electrons have the same eta and phi at the vtx

Definition at line 98 of file ValueMapTraslator.cc.

References gather_cfg::cout, metsig::electron, edm::helper::Filler< Map >::fill(), trigObjTnPSource_cfi::filler, edm::Event::getByToken(), mps_fire::i, inputToken_, edm::helper::Filler< Map >::insert(), eostools::move(), oldreferenceToken_, edm::Event::put(), and referenceToken_.

Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().

98  {
99  using namespace edm;
100  std::vector<value_t> valueVector;
101  auto valueVectorPtr = std::make_unique<Map_t>();
102 
103  //------------------------------
104  Handle<reco::GsfElectronCollection> referenceHandle;
105  Handle<reco::GsfElectronCollection> oldreferenceHandle;
106  Handle<Map_t> inputHandle;
107 
108  iEvent.getByToken(referenceToken_, referenceHandle);
109  iEvent.getByToken(oldreferenceToken_, oldreferenceHandle);
110  iEvent.getByToken(inputToken_, inputHandle);
111 
112  for (Map_t::const_iterator valueMap_itr = inputHandle->begin(); valueMap_itr != inputHandle->end(); valueMap_itr++) {
113  for (unsigned int i = 0; i < valueMap_itr.size(); i++) {
114 #ifdef DEBUG
115  std::cout << valueMap_itr[i] << std::endl;
116 #endif
117  // valueVector.push_back((valueMap_itr[i])); //valueMap_itr-inputHandle->begin()]));
118  }
119  break;
120  }
121 
122 #ifdef DEBUG
123  std::cout << "Size: " << referenceHandle->size() << "\t" << oldreferenceHandle->size() << "\t" << inputHandle->size()
124  << "\t" << valueVector.size() << std::endl;
125 #endif
126  for (reco::GsfElectronCollection::const_iterator electronNew = referenceHandle->begin();
127  electronNew != referenceHandle->end();
128  electronNew++) {
129  for (reco::GsfElectronCollection::const_iterator electron = oldreferenceHandle->begin();
130  electron != oldreferenceHandle->end();
131  electron++) {
132  //if(electronNew->GsfTrackF
133  if (electron->gsfTrack() != electronNew->gsfTrack())
134  continue;
135  //if(fabs(electronNew->eta() - electron->eta())>0.0001) continue;
136  //if(fabs(electronNew->phi() - electron->phi())>0.0001) continue;
137 
138  reco::GsfElectronRef eleRef(oldreferenceHandle, electron - oldreferenceHandle->begin());
139  reco::GsfElectronRef eleRef2(referenceHandle, electronNew - referenceHandle->begin());
140 
141 #ifdef DEBUG
142  std::cout << eleRef->eta() << "\t" << eleRef2->eta() << "\t" << eleRef->phi() << "\t" << eleRef2->phi() << "\t"
143  << eleRef->energy() << "\t" << eleRef2->energy() << "\t" << (eleRef->gsfTrack() == eleRef2->gsfTrack())
144  << "\t" << (eleRef == eleRef2) << "\t" << (*inputHandle)[eleRef] << std::endl;
145 #endif
146  valueVector.push_back((*inputHandle)[eleRef]); //valueMap_itr-inputHandle->begin()]));
147  }
148  }
149  //#endif
150  Map_t::Filler filler(*valueVectorPtr);
151  filler.insert(referenceHandle, valueVector.begin(), valueVector.end());
152  filler.fill();
153 
154  iEvent.put(std::move(valueVectorPtr));
155 }
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:131
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:525
edm::EDGetTokenT< reco::GsfElectronCollection > referenceToken_
edm::EDGetTokenT< reco::GsfElectronCollection > oldreferenceToken_
helper::Filler< ValueMap< T > > Filler
Definition: ValueMap.h:168
edm::EDGetTokenT< Map_t > inputToken_
HLT enums.
def move(src, dest)
Definition: eostools.py:511

Member Data Documentation

edm::InputTag ValueMapTraslator::inputCollectionTAG
private

Definition at line 56 of file ValueMapTraslator.cc.

Referenced by ValueMapTraslator().

edm::EDGetTokenT<Map_t> ValueMapTraslator::inputToken_
private

Definition at line 61 of file ValueMapTraslator.cc.

Referenced by produce(), and ValueMapTraslator().

edm::InputTag ValueMapTraslator::oldreferenceCollectionTAG
private

Definition at line 55 of file ValueMapTraslator.cc.

Referenced by ValueMapTraslator().

edm::EDGetTokenT<reco::GsfElectronCollection> ValueMapTraslator::oldreferenceToken_
private

Definition at line 60 of file ValueMapTraslator.cc.

Referenced by produce(), and ValueMapTraslator().

std::string ValueMapTraslator::outputCollectionName
private

Definition at line 57 of file ValueMapTraslator.cc.

Referenced by ValueMapTraslator().

edm::InputTag ValueMapTraslator::referenceCollectionTAG
private

Definition at line 55 of file ValueMapTraslator.cc.

Referenced by ValueMapTraslator().

edm::EDGetTokenT<reco::GsfElectronCollection> ValueMapTraslator::referenceToken_
private

Definition at line 59 of file ValueMapTraslator.cc.

Referenced by produce(), and ValueMapTraslator().