CMS 3D CMS Logo

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

#include <L2TauJetsMerger.h>

Inheritance diagram for L2TauJetsMerger:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Classes

class  SorterByPt
 

Public Member Functions

 L2TauJetsMerger (const edm::ParameterSet &)
 
void produce (edm::StreamID, edm::Event &, const edm::EventSetup &) const override
 
 ~L2TauJetsMerger () override
 
- Public Member Functions inherited from edm::global::EDProducer<>
 EDProducer ()=default
 
bool hasAbilityToProduceInLumis () const final
 
bool hasAbilityToProduceInRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () 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
 
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::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Types

typedef std::vector< edm::InputTagvtag
 
typedef std::vector< edm::EDGetTokenT< reco::CaloJetCollection > > vtoken_cjets
 

Private Attributes

const vtag jetSrc
 
vtoken_cjets jetSrc_token
 
const double mEt_Min
 

Additional Inherited Members

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

Definition at line 20 of file L2TauJetsMerger.h.

Member Typedef Documentation

typedef std::vector<edm::InputTag> L2TauJetsMerger::vtag
private

Definition at line 29 of file L2TauJetsMerger.h.

Definition at line 30 of file L2TauJetsMerger.h.

Constructor & Destructor Documentation

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

Definition at line 12 of file L2TauJetsMerger.cc.

References jetSrc, and jetSrc_token.

12  :
13  jetSrc( iConfig.getParameter<vtag>("JetSrc") ),
14  mEt_Min( iConfig.getParameter<double>("EtMin") )
15 {
16  for(vtag::const_iterator it = jetSrc.begin(); it != jetSrc.end(); ++it) {
17  edm::EDGetTokenT<CaloJetCollection> aToken = consumes<CaloJetCollection>(*it);
18  jetSrc_token.push_back(aToken);
19  }
20 
21  produces<CaloJetCollection>();
22 }
T getParameter(std::string const &) const
vtoken_cjets jetSrc_token
const vtag jetSrc
const double mEt_Min
std::vector< edm::InputTag > vtag
L2TauJetsMerger::~L2TauJetsMerger ( )
override

Definition at line 24 of file L2TauJetsMerger.cc.

24 { }

Member Function Documentation

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

Definition at line 79 of file L2TauJetsMerger.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), HiRecoMuon_cff::inputTags, edm::ConfigurationDescriptions::setComment(), and edm::ParameterDescriptionNode::setComment().

80 {
81 
83  std::vector<edm::InputTag> inputTags;
84  inputTags.push_back( edm::InputTag("hltAkIsoTau1Regional") );
85  inputTags.push_back( edm::InputTag("hltAkIsoTau2Regional") );
86  inputTags.push_back( edm::InputTag("hltAkIsoTau3Regional") );
87  inputTags.push_back( edm::InputTag("hltAkIsoTau4Regional") );
88  desc.add< std::vector<edm::InputTag> >("JetSrc",inputTags)->setComment("CaloJet collections to merge");
89  desc.add<double>("EtMin",20.0)->setComment("Minimal ET of jet to merge");
90  descriptions.setComment("Merges CaloJet collections removing duplicates");
91  descriptions.add("L2TauJetsMerger",desc);
92 
93 }
void setComment(std::string const &value)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void setComment(std::string const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void L2TauJetsMerger::produce ( edm::StreamID  iSId,
edm::Event iEvent,
const edm::EventSetup iES 
) const
override

Definition at line 26 of file L2TauJetsMerger.cc.

References HiRegitMuonDetachedTripletStep_cff::DeltaR, edm::Event::getByToken(), mps_fire::i, jetSrc_token, mEt_Min, eostools::move(), p4, edm::Event::put(), alignCSCRings::s, reco::LeafCandidate::setPdgId(), MCScenario_CRAFT1_22X::sorter(), and tmp.

27 {
28 
29  using namespace edm;
30  using namespace std;
31  using namespace reco;
32 
33  //Getting the Collections of L2ReconstructedJets from L1Seeds
34  //and removing the collinear jets
35  CaloJetCollection myTmpJets;
36 
37  int iL1Jet = 0;
38  for( vtoken_cjets::const_iterator s = jetSrc_token.begin(); s != jetSrc_token.end(); ++ s ) {
40  iEvent.getByToken( * s, tauJets );
41  for(CaloJetCollection::const_iterator iTau = tauJets->begin(); iTau !=tauJets->end(); ++iTau)
42  {
43  if(iTau->et() > mEt_Min) {
44 
45  //Add the Pdg Id here
46  CaloJet myJet = *iTau;
47  myJet.setPdgId(15);
48  myTmpJets.push_back(myJet);
49  }
50  }
51  iL1Jet++;
52  }
53 
54  std::unique_ptr<CaloJetCollection> tauL2jets(new CaloJetCollection);
55 
56  //Removing the collinear jets correctly!
57 
58  //First sort the jets you have merged
59  SorterByPt sorter;
60  std::sort(myTmpJets.begin(),myTmpJets.end(),sorter);
61 
62  //Remove Collinear Jets by prefering the highest ones!
63  while(!myTmpJets.empty()) {
64  tauL2jets->push_back(myTmpJets[0]);
66  for(unsigned int i=1 ;i<myTmpJets.size();++i) {
67  double DR = ROOT::Math::VectorUtil::DeltaR(myTmpJets[0].p4(),myTmpJets[i].p4());
68  if(DR>0.1)
69  tmp.push_back(myTmpJets[i]);
70  }
71  myTmpJets.swap(tmp);
72  }
73 
74 
75  iEvent.put(std::move(tauL2jets));
76 
77 }
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:125
Jets made from CaloTowers.
Definition: CaloJet.h:29
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:517
double p4[4]
Definition: TauolaWrapper.h:92
vtoken_cjets jetSrc_token
const double mEt_Min
std::vector< std::vector< double > > tmp
Definition: MVATrainer.cc:100
fixed size matrix
HLT enums.
void setPdgId(int pdgId) final
def move(src, dest)
Definition: eostools.py:511
std::vector< CaloJet > CaloJetCollection
collection of CaloJet objects

Member Data Documentation

const vtag L2TauJetsMerger::jetSrc
private

Definition at line 31 of file L2TauJetsMerger.h.

Referenced by L2TauJetsMerger().

vtoken_cjets L2TauJetsMerger::jetSrc_token
private

Definition at line 32 of file L2TauJetsMerger.h.

Referenced by L2TauJetsMerger(), and produce().

const double L2TauJetsMerger::mEt_Min
private

Definition at line 33 of file L2TauJetsMerger.h.

Referenced by produce().