CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
DQMTauProducer Class Reference

#include <DQMTauProducer.h>

Inheritance diagram for DQMTauProducer:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 DQMTauProducer (const edm::ParameterSet &)
 
void produce (edm::Event &, const edm::EventSetup &) override
 
 ~DQMTauProducer () 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
 
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 Attributes

double isolationCone_
 
double matchingCone_
 
double ptMin_
 
double ptMinLeadTk_
 
double rmax_
 
double rmin_
 
double signalCone_
 
edm::EDGetTokenT
< reco::IsolatedTauTagInfoCollection
trackIsolatedJets_
 

Additional Inherited Members

- 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
 
- 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 wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
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)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (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 ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
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

Definition at line 16 of file DQMTauProducer.h.

Constructor & Destructor Documentation

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

Definition at line 7 of file DQMTauProducer.cc.

References edm::ParameterSet::getParameter(), isolationCone_, matchingCone_, ptMin_, signalCone_, and trackIsolatedJets_.

7  {
9  consumes<reco::IsolatedTauTagInfoCollection>(iConfig.getParameter<edm::InputTag>("TrackIsoJets"));
10  matchingCone_ = iConfig.getParameter<double>("MatchingCone");
11  signalCone_ = iConfig.getParameter<double>("SignalCone");
12  ptMin_ = iConfig.getParameter<double>("MinPtTracks");
13 
14  isolationCone_ = iConfig.getParameter<double>("IsolationCone");
15  produces<reco::HLTTauCollection>();
16 }
edm::EDGetTokenT< reco::IsolatedTauTagInfoCollection > trackIsolatedJets_
double isolationCone_
double matchingCone_
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
DQMTauProducer::~DQMTauProducer ( )
override

Definition at line 18 of file DQMTauProducer.cc.

18 {}

Member Function Documentation

void DQMTauProducer::produce ( edm::Event iEvent,
const edm::EventSetup iES 
)
overridevirtual

Implements edm::EDProducer.

Definition at line 20 of file DQMTauProducer.cc.

References MuTauSkim_cff::discriminator, edm::Event::getByToken(), mps_fire::i, isolationCone_, HLT_FULL_cff::jetTracks, matchingCone_, eostools::move(), BeamSpotPI::nTracks, ptMin_, edm::Event::put(), dt_dqm_sourceclient_common_cff::reco, reco::HLTTau::setNL25TrackIsolation(), reco::HLTTau::setNL3TrackIsolation(), signalCone_, metsig::tau, and trackIsolatedJets_.

20  {
21  using namespace reco;
22  using namespace edm;
23  using namespace std;
24 
25  HLTTauCollection* jetCollection = new HLTTauCollection;
26 
28  iEvent.getByToken(trackIsolatedJets_, tauL25Jets);
29 
30  IsolatedTauTagInfoCollection tau = *(tauL25Jets.product());
31 
32  float eta_, phi_, pt_;
33  float ptLeadTk = 0.;
34  int trackIsolation = 1000.;
35  int nTracks = 1000.;
36 
37  for (unsigned int i = 0; i < tau.size(); i++) {
39  math::XYZVector jetDir(jetTracks->first->px(), jetTracks->first->py(), jetTracks->first->pz());
40  eta_ = jetDir.eta();
41  phi_ = jetDir.phi();
42  pt_ = jetTracks->first->pt();
43 
44  const TrackRef leadTk = tau[i].leadingSignalTrack(jetDir, matchingCone_, 1.);
45  if (!leadTk) {
46  } else {
47  trackIsolation = (int)tau[i].discriminator(jetDir, matchingCone_, signalCone_, isolationCone_, 1., 1., 0);
48  ptLeadTk = (*leadTk).pt();
49  nTracks = (tau[i].tracksInCone((*leadTk).momentum(), isolationCone_, ptMin_)).size() -
50  (tau[i].tracksInCone((*leadTk).momentum(), signalCone_, ptMin_)).size();
51  }
52  HLTTau pippo(eta_, phi_, pt_, -1, trackIsolation, ptLeadTk, trackIsolation, ptLeadTk);
53  pippo.setNL25TrackIsolation(nTracks);
54  pippo.setNL3TrackIsolation(nTracks);
55  jetCollection->push_back(pippo);
56  }
57 
58  std::unique_ptr<reco::HLTTauCollection> selectedTaus(jetCollection);
59 
60  iEvent.put(std::move(selectedTaus));
61 }
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
edm::EDGetTokenT< reco::IsolatedTauTagInfoCollection > trackIsolatedJets_
tuple discriminator
double isolationCone_
double matchingCone_
std::vector< IsolatedTauTagInfo > IsolatedTauTagInfoCollection
def move
Definition: eostools.py:511
std::vector< HLTTau > HLTTauCollection
collection of HLTTau objects
Definition: HLTTauFwd.h:9
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:31

Member Data Documentation

double DQMTauProducer::isolationCone_
private

Definition at line 24 of file DQMTauProducer.h.

Referenced by DQMTauProducer(), and produce().

double DQMTauProducer::matchingCone_
private

Definition at line 24 of file DQMTauProducer.h.

Referenced by DQMTauProducer(), and produce().

double DQMTauProducer::ptMin_
private

Definition at line 24 of file DQMTauProducer.h.

Referenced by DQMTauProducer(), and produce().

double DQMTauProducer::ptMinLeadTk_
private

Definition at line 24 of file DQMTauProducer.h.

double DQMTauProducer::rmax_
private

Definition at line 24 of file DQMTauProducer.h.

double DQMTauProducer::rmin_
private

Definition at line 24 of file DQMTauProducer.h.

double DQMTauProducer::signalCone_
private

Definition at line 24 of file DQMTauProducer.h.

Referenced by DQMTauProducer(), and produce().

edm::EDGetTokenT<reco::IsolatedTauTagInfoCollection> DQMTauProducer::trackIsolatedJets_
private

Definition at line 23 of file DQMTauProducer.h.

Referenced by DQMTauProducer(), and produce().