CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes
HiGenCleaner< T2 > Class Template Reference

#include <yetkin/HiGenCleaner/src/HiGenCleaner.cc>

Inheritance diagram for HiGenCleaner< T2 >:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Types

typedef std::vector< T2 > T2Collection
 
- 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
 

Public Member Functions

 HiGenCleaner (const edm::ParameterSet &)
 
 ~HiGenCleaner () 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)
 

Private Member Functions

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

Private Attributes

double deltaR_
 
bool fillDummy_
 
edm::EDGetTokenT< edm::View< T2 > > jetSrc_
 
bool makeNew_
 
double ptCut_
 

Additional Inherited Members

- 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 ()
 
- 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

template<class T2>
class HiGenCleaner< T2 >

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 41 of file HiGenCleaner.h.

Member Typedef Documentation

template<class T2 >
typedef std::vector<T2> HiGenCleaner< T2 >::T2Collection

Definition at line 43 of file HiGenCleaner.h.

Constructor & Destructor Documentation

template<class T2 >
HiGenCleaner< T2 >::HiGenCleaner ( const edm::ParameterSet iConfig)
explicit

Definition at line 63 of file HiGenCleaner.cc.

References SiStripOfflineCRack_cfg::alias, edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.

65  deltaR_(iConfig.getParameter<double>("deltaR")),
66  ptCut_(iConfig.getParameter<double>("ptCut")),
67  makeNew_(iConfig.getUntrackedParameter<bool>("createNewCollection", true)),
68  fillDummy_(iConfig.getUntrackedParameter<bool>("fillDummyEntries", true)) {
69  std::string alias = (iConfig.getParameter<InputTag>("src")).label();
70  produces<T2Collection>().setBranchAlias(alias);
71 }
double ptCut_
Definition: HiGenCleaner.h:53
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
edm::EDGetTokenT< edm::View< T2 > > jetSrc_
Definition: HiGenCleaner.h:51
double deltaR_
Definition: HiGenCleaner.h:52
template<class T2 >
HiGenCleaner< T2 >::~HiGenCleaner ( )
override

Definition at line 74 of file HiGenCleaner.cc.

74  {
75  // do anything here that needs to be done at desctruction time
76  // (e.g. close files, deallocate resources etc.)
77 }

Member Function Documentation

template<class T2 >
void HiGenCleaner< T2 >::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivate

Definition at line 85 of file HiGenCleaner.cc.

References PbPb_ZMuSkimMuonDPG_cff::deltaR, HiGenCleaner< T2 >::deltaR_, EgHLTOffHistBins_cfi::et, edm::Event::getByToken(), singleTopDQM_cfi::jets, HiGenCleaner< T2 >::jetSrc_, eostools::move(), HiGenCleaner< T2 >::ptCut_, edm::Event::put(), and corrVsCorr::selection.

85  {
86  using namespace edm;
87  using namespace reco;
88 
89  auto jets = std::make_unique<T2Collection>();
90 
91  edm::Handle<edm::View<T2> > genjets;
92  iEvent.getByToken(jetSrc_, genjets);
93 
94  int jetsize = genjets->size();
95 
96  vector<int> selection;
97  for (int ijet = 0; ijet < jetsize; ++ijet) {
98  selection.push_back(-1);
99  }
100 
101  vector<int> selectedIndices;
102  vector<int> removedIndices;
103 
104  for (int ijet = 0; ijet < jetsize; ++ijet) {
105  const T2* jet1 = &((*genjets)[ijet]);
106 
107  if (selection[ijet] == -1) {
108  selection[ijet] = 1;
109  for (int ijet2 = 0; ijet2 < jetsize; ++ijet2) {
110  if (ijet2 == ijet)
111  continue;
112 
113  const T2* jet2 = &((*genjets)[ijet2]);
114 
115  if (Geom::deltaR(jet1->momentum(), jet2->momentum()) < deltaR_) {
116  if (jet1->et() < jet2->et()) {
117  selection[ijet] = 0;
118  removedIndices.push_back(ijet);
119  break;
120  } else {
121  selection[ijet2] = 0;
122  removedIndices.push_back(ijet2);
123  }
124  }
125  }
126  }
127 
128  double etjet = ((*genjets)[ijet]).et();
129 
130  if (selection[ijet] == 1 && etjet > ptCut_) {
131  selectedIndices.push_back(ijet);
132  jets->push_back(*jet1);
133  }
134  }
135  iEvent.put(std::move(jets));
136 }
double ptCut_
Definition: HiGenCleaner.h:53
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
selection
main part
Definition: corrVsCorr.py:100
edm::EDGetTokenT< edm::View< T2 > > jetSrc_
Definition: HiGenCleaner.h:51
fixed size matrix
HLT enums.
def move(src, dest)
Definition: eostools.py:511
double deltaR_
Definition: HiGenCleaner.h:52

Member Data Documentation

template<class T2 >
double HiGenCleaner< T2 >::deltaR_
private

Definition at line 52 of file HiGenCleaner.h.

Referenced by HiGenCleaner< T2 >::produce().

template<class T2 >
bool HiGenCleaner< T2 >::fillDummy_
private

Definition at line 55 of file HiGenCleaner.h.

template<class T2 >
edm::EDGetTokenT<edm::View<T2> > HiGenCleaner< T2 >::jetSrc_
private

Definition at line 51 of file HiGenCleaner.h.

Referenced by HiGenCleaner< T2 >::produce().

template<class T2 >
bool HiGenCleaner< T2 >::makeNew_
private

Definition at line 54 of file HiGenCleaner.h.

template<class T2 >
double HiGenCleaner< T2 >::ptCut_
private