Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
EDProducer of the tagged TauJet with the ConeIsolationAlgorithm. It returns two collections: base collection is the JetTag, and extended Collection which is the IsolatedTauTagInfo. The method implemented in the IsolatedTauTagInfo class are used to compute the discriminator variable. A trick is used to link the IsolatedTauTagInfo to a smart reference to the JetTag.
- Author
- Simone Gennai
Definition at line 21 of file ConeIsolation.h.
Implements edm::EDProducer.
Definition at line 84 of file ConeIsolation.cc.
References reco::Vertex::chi2(), alignCSCRings::e, reco::Vertex::error(), edm::Event::getByToken(), mps_fire::i, iEvent, edm::makeRefToBaseProdFrom(), eostools::move(), reco::Vertex::ndof(), AlCaHLTBitMon_ParallelJobs::p, edm::Event::put(), reco::Vertex::tracksSize(), beam_dqm_sourceclient-live_cfg::vertices, and reco::Vertex::z().
90 std::unique_ptr<reco::JetTagCollection> tagCollection;
92 if (not jetTracksAssociation->empty()) {
94 tagCollection = std::make_unique<reco::JetTagCollection>(prod);
96 tagCollection = std::make_unique<reco::JetTagCollection>();
112 if (vertCollection.begin() != vertCollection.end())
113 myPVtmp = *(vertCollection.begin());
122 vertexBeamSpot = *recoBeamSpotHandle;
123 Vertex::Point bspoint(vertexBeamSpot.x0(), vertexBeamSpot.y0(), myPVtmp.z());
124 Vertex combinedVertex =
Vertex(bspoint, myPVtmp.error(), myPVtmp.chi2(), myPVtmp.ndof(), myPVtmp.tracksSize());
125 myPV = combinedVertex;
130 for (
unsigned int i = 0;
i < jetTracksAssociation->size(); ++
i) {
131 pair<float, IsolatedTauTagInfo> myPair =
133 tagCollection->setValue(
i, myPair.first);
134 extCollection->push_back(myPair.second);
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
edm::EDGetTokenT< reco::VertexCollection > vertexToken
edm::EDGetTokenT< reco::BeamSpot > beamSpotToken
bool getByToken(EDGetToken token, Handle< PROD > &result) const
math::Error< dimension >::type Error
covariance error matrix (3x3)
std::vector< Vertex > VertexCollection
collection of Vertex objects
std::vector< IsolatedTauTagInfo > IsolatedTauTagInfoCollection
ConeIsolationAlgorithm * m_algo
math::XYZPoint Point
point in the space
std::pair< float, reco::IsolatedTauTagInfo > tag(const reco::JetTracksAssociationRef &jetTracks, const reco::Vertex &pv)
RefToBaseProd< T > makeRefToBaseProdFrom(RefToBase< T > const &iRef, Event const &iEvent)
edm::EDGetTokenT< reco::JetTracksAssociationCollection > jetTrackToken