#include <L2TauRelaxingIsolationSelector.h>
|
| L2TauRelaxingIsolationSelector (const edm::ParameterSet &) |
|
| ~L2TauRelaxingIsolationSelector () |
|
| EDProducer () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDProducer () |
|
| ProducerBase () |
|
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
|
std::function< void(BranchDescription
const &)> | registrationCallback () const |
| used by the fwk to register list of products More...
|
|
virtual | ~ProducerBase () |
|
| EDConsumerBase () |
|
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
std::vector
< ProductHolderIndexAndSkipBit >
const & | itemsToGetFromEvent () const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
L2TauRelaxingIsolationSelector::L2TauRelaxingIsolationSelector |
( |
const edm::ParameterSet & |
iConfig | ) |
|
|
explicit |
Definition at line 7 of file L2TauRelaxingIsolationSelector.cc.
18 produces<CaloJetCollection>(
"Isolated");
T getParameter(std::string const &) const
edm::InputTag associationInput_
std::vector< double > drRMS_
std::vector< double > phiRMS_
std::vector< double > towerIsolEt_
std::vector< double > nClusters_
std::vector< double > etaRMS_
std::vector< double > ecalIsolEt_
L2TauRelaxingIsolationSelector::~L2TauRelaxingIsolationSelector |
( |
| ) |
|
void L2TauRelaxingIsolationSelector::beginJob |
( |
void |
| ) |
|
|
privatevirtual |
void L2TauRelaxingIsolationSelector::endJob |
( |
void |
| ) |
|
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 33 of file L2TauRelaxingIsolationSelector.cc.
References associationInput_, drRMS_, reco::L2TauIsolationInfo::ecalClusterShape(), reco::L2TauIsolationInfo::ecalIsolEt(), ecalIsolEt_, reco::LeafCandidate::et(), et_, etaRMS_, edm::Event::getByLabel(), reco::L2TauIsolationInfo::hcalIsolEt(), metsig::jet, nClusters_, reco::L2TauIsolationInfo::nEcalHits(), AlCaHLTBitMon_ParallelJobs::p, phiRMS_, edm::Event::put(), reco::L2TauIsolationInfo::seedHcalHitEt(), seedTowerEt_, and towerIsolEt_.
42 for(L2TauInfoAssociation::const_iterator
p = Imap->begin();
p!=Imap->end();++
p)
59 l2IsolCaloJets->push_back(jet);
64 iEvent.
put(l2IsolCaloJets,
"Isolated");
virtual double et() const GCC11_FINAL
transverse energy
Jets made from CaloTowers.
edm::InputTag associationInput_
std::vector< double > drRMS_
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
std::vector< double > phiRMS_
std::vector< double > towerIsolEt_
double ecalIsolEt() const
std::vector< double > nClusters_
std::vector< double > etaRMS_
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
std::vector< double > ecalIsolEt_
double hcalIsolEt() const
std::vector< double > ecalClusterShape() const
std::vector< CaloJet > CaloJetCollection
collection of CaloJet objects
double seedHcalHitEt() const
std::vector<double> L2TauRelaxingIsolationSelector::drRMS_ |
|
private |
std::vector<double> L2TauRelaxingIsolationSelector::ecalIsolEt_ |
|
private |
double L2TauRelaxingIsolationSelector::et_ |
|
private |
std::vector<double> L2TauRelaxingIsolationSelector::etaRMS_ |
|
private |
std::vector<double> L2TauRelaxingIsolationSelector::nClusters_ |
|
private |
std::vector<double> L2TauRelaxingIsolationSelector::phiRMS_ |
|
private |
double L2TauRelaxingIsolationSelector::seedTowerEt_ |
|
private |
std::vector<double> L2TauRelaxingIsolationSelector::towerIsolEt_ |
|
private |