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::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 65 of file HiGenCleaner.cc.

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

65  :
67  deltaR_(iConfig.getParameter<double>("deltaR")),
68  ptCut_(iConfig.getParameter<double>("ptCut")),
69  makeNew_(iConfig.getUntrackedParameter<bool>("createNewCollection",true)),
70  fillDummy_(iConfig.getUntrackedParameter<bool>("fillDummyEntries",true))
71 {
72  std::string alias = (iConfig.getParameter<InputTag>( "src")).label();
73  produces<T2Collection>().setBranchAlias (alias);
74 }
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 77 of file HiGenCleaner.cc.

78 {
79  // do anything here that needs to be done at desctruction time
80  // (e.g. close files, deallocate resources etc.)
81 }

Member Function Documentation

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

Definition at line 91 of file HiGenCleaner.cc.

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

92 {
93  using namespace edm;
94  using namespace reco;
95 
96  auto jets = std::make_unique<T2Collection>();
97 
98  edm::Handle<edm::View<T2> > genjets;
99  iEvent.getByToken(jetSrc_,genjets);
100 
101  int jetsize = genjets->size();
102 
103  vector<int> selection;
104  for(int ijet = 0; ijet < jetsize; ++ijet){
105  selection.push_back(-1);
106  }
107 
108  vector<int> selectedIndices;
109  vector<int> removedIndices;
110 
111  for(int ijet = 0; ijet < jetsize; ++ijet){
112 
113  const T2* jet1 = &((*genjets)[ijet]);
114 
115  if(selection[ijet] == -1){
116  selection[ijet] = 1;
117  for(int ijet2 = 0; ijet2 < jetsize; ++ijet2){
118 
119  if(ijet2 == ijet) continue;
120 
121  const T2* jet2 = &((*genjets)[ijet2]);
122 
123  if(Geom::deltaR(jet1->momentum(),jet2->momentum()) < deltaR_){
124  if(jet1->et() < jet2->et()){
125  selection[ijet] = 0;
126  removedIndices.push_back(ijet);
127  break;
128  }else{
129  selection[ijet2] = 0;
130  removedIndices.push_back(ijet2);
131  }
132  }
133  }
134  }
135 
136  double etjet = ((*genjets)[ijet]).et();
137 
138  if(selection[ijet] == 1 && etjet > ptCut_){
139  selectedIndices.push_back(ijet);
140  jets->push_back(*jet1);
141  }
142  }
143  iEvent.put(std::move(jets));
144 
145 }
double ptCut_
Definition: HiGenCleaner.h:53
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:125
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:517
selection
main part
Definition: corrVsCorr.py:100
edm::EDGetTokenT< edm::View< T2 > > jetSrc_
Definition: HiGenCleaner.h:51
vector< PseudoJet > jets
et
define resolution functions of each parameter
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