CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Types

typedef std::vector< T2 > T2Collection
 
- Public Types inherited from edm::global::EDProducerBase
typedef EDProducerBase 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::global::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
 
EDProduceroperator= (const EDProducer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducerBase () 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
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex >
const & 
esGetTokenRecordIndicesVector (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::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
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::StreamID, edm::Event &, const edm::EventSetup &) const override
 

Private Attributes

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

Additional Inherited Members

- Static Public Member Functions inherited from edm::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- 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)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

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 HLT_FULL_cff::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 }
T getUntrackedParameter(std::string const &, T const &) const
const bool makeNew_
Definition: HiGenCleaner.h:54
const double ptCut_
Definition: HiGenCleaner.h:53
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
const edm::EDGetTokenT< edm::View< T2 > > jetSrc_
Definition: HiGenCleaner.h:51
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
const double deltaR_
Definition: HiGenCleaner.h:52
const bool fillDummy_
Definition: HiGenCleaner.h:55
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::StreamID  ,
edm::Event iEvent,
const edm::EventSetup iSetup 
) const
overrideprivatevirtual

Implements edm::global::EDProducerBase.

Definition at line 85 of file HiGenCleaner.cc.

References HLT_FULL_cff::deltaR, edm::Event::getByToken(), fwrapper::jets, eostools::move(), edm::Event::put(), dt_dqm_sourceclient_common_cff::reco, 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  selection.reserve(jetsize);
98  for (int ijet = 0; ijet < jetsize; ++ijet) {
99  selection.push_back(-1);
100  }
101 
102  vector<int> selectedIndices;
103  vector<int> removedIndices;
104 
105  for (int ijet = 0; ijet < jetsize; ++ijet) {
106  const T2* jet1 = &((*genjets)[ijet]);
107 
108  if (selection[ijet] == -1) {
109  selection[ijet] = 1;
110  for (int ijet2 = 0; ijet2 < jetsize; ++ijet2) {
111  if (ijet2 == ijet)
112  continue;
113 
114  const T2* jet2 = &((*genjets)[ijet2]);
115 
116  if (Geom::deltaR(jet1->momentum(), jet2->momentum()) < deltaR_) {
117  if (jet1->et() < jet2->et()) {
118  selection[ijet] = 0;
119  removedIndices.push_back(ijet);
120  break;
121  } else {
122  selection[ijet2] = 0;
123  removedIndices.push_back(ijet2);
124  }
125  }
126  }
127  }
128 
129  double etjet = ((*genjets)[ijet]).et();
130 
131  if (selection[ijet] == 1 && etjet > ptCut_) {
132  selectedIndices.push_back(ijet);
133  jets->push_back(*jet1);
134  }
135  }
136  iEvent.put(std::move(jets));
137 }
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:133
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:539
selection
main part
Definition: corrVsCorr.py:100
const double ptCut_
Definition: HiGenCleaner.h:53
vector< PseudoJet > jets
def move
Definition: eostools.py:511
const edm::EDGetTokenT< edm::View< T2 > > jetSrc_
Definition: HiGenCleaner.h:51
const double deltaR_
Definition: HiGenCleaner.h:52

Member Data Documentation

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

Definition at line 52 of file HiGenCleaner.h.

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

Definition at line 55 of file HiGenCleaner.h.

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

Definition at line 51 of file HiGenCleaner.h.

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

Definition at line 54 of file HiGenCleaner.h.

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