33 useUserData_(iConfig.exists(
"userData"))
79 for (std::vector<std::string>::const_iterator it = names.begin(), ed = names.end(); it != ed; ++it) {
84 "PATTauProducer: id addTauID is true, you must specify either:\n" <<
85 "\tPSet tauIDSources = { \n" <<
86 "\t\tInputTag <someName> = <someTag> // as many as you want \n " <<
93 if (iConfig.
exists(
"isoDeposits")) {
103 if ( depconf.
exists(
"user") ) {
104 std::vector<edm::InputTag> userdeps = depconf.
getParameter<std::vector<edm::InputTag> >(
"user");
105 std::vector<edm::InputTag>::const_iterator it = userdeps.begin(), ed = userdeps.end();
107 for ( ; it != ed; ++it, ++
key) {
115 if (addEfficiencies_) {
128 produces<std::vector<Tau> >();
149 edm::LogWarning(
"DataSource") <<
"WARNING! No Tau collection found. This missing input will not block the job. Instead, an empty tau collection is being be produced.";
150 auto patTaus = std::make_unique<std::vector<Tau>>();
161 for (
size_t j = 0, nd =
deposits.size(); j < nd; ++j) {
166 std::vector<edm::Handle<edm::Association<reco::GenParticleCollection> > >genMatches(
genMatchTokens_.size());
177 std::vector<edm::ValueMap<TauJetCorrFactors> > tauJetCorrs;
182 tauJetCorrs.push_back( *tauJetCorr );
186 auto patTaus = std::make_unique<std::vector<Tau>>();
189 for (
size_t idx = 0, ntaus = anyTaus->size();
idx < ntaus; ++
idx) {
201 edm::LogWarning(
"Type Error") <<
"Embedding a PFTau-specific information into a pat::Tau which wasn't made from a reco::PFTau is impossible.\n";
207 edm::LogWarning(
"Type Error") <<
"Embedding a PFTau-specific information into a pat::Tau which wasn't made from a reco::PFTau is impossible.\n";
213 edm::LogWarning(
"Type Error") <<
"Embedding a PFTau-specific information into a pat::Tau which wasn't made from a reco::PFTau is impossible.\n";
219 edm::LogWarning(
"Type Error") <<
"Embedding a PFTau-specific information into a pat::Tau which wasn't made from a reco::PFTau is impossible.\n";
225 edm::LogWarning(
"Type Error") <<
"Embedding a PFTau-specific information into a pat::Tau which wasn't made from a reco::PFTau is impossible.\n";
231 edm::LogWarning(
"Type Error") <<
"Embedding a PFTau-specific information into a pat::Tau which wasn't made from a reco::PFTau is impossible.\n";
237 edm::LogWarning(
"Type Error") <<
"Embedding a PFTau-specific information into a pat::Tau which wasn't made from a reco::PFTau is impossible.\n";
243 edm::LogWarning(
"Type Error") <<
"Embedding a PFTau-specific information into a pat::Tau which wasn't made from a reco::PFTau is impossible.\n";
249 edm::LogWarning(
"Type Error") <<
"Embedding a PFTau-specific information into a pat::Tau which wasn't made from a reco::PFTau is impossible.\n";
255 edm::LogWarning(
"Type Error") <<
"Embedding a PFTau-specific information into a pat::Tau which wasn't made from a reco::PFTau is impossible.\n";
261 edm::LogWarning(
"Type Error") <<
"Embedding a PFTau-specific information into a pat::Tau which wasn't made from a reco::PFTau is impossible.\n";
266 for (
unsigned int i=0;
i<tauJetCorrs.size(); ++
i ) {
272 std::vector<std::string>
levels = tauJetCorrs[0][tausRef].correctionLabels();
273 if(
std::find(levels.begin(), levels.end(),
"L2L3Residual")!=levels.end()){
274 aTau.
initializeJEC(tauJetCorrs[0][tausRef].jecLevel(
"L2L3Residual"));
276 else if(
std::find(levels.begin(), levels.end(),
"L3Absolute")!=levels.end()){
277 aTau.
initializeJEC(tauJetCorrs[0][tausRef].jecLevel(
"L3Absolute"));
280 aTau.
initializeJEC(tauJetCorrs[0][tausRef].jecLevel(
"Uncorrected"));
283 <<
"L2L3Residual and L3Absolute are not part of the correction applied jetCorrFactors \n" 284 <<
"of module " << tauJetCorrs[0][tausRef].jecSet() <<
" jets will remain" 293 for(
size_t i = 0,
n = genMatches.size();
i <
n; ++
i) {
322 if(!missingDiscriminators.empty()){
323 missingDiscriminators+=
", ";
339 if(!missingDiscriminators.empty()){
340 missingDiscriminators+=
", ";
349 "PATTauProducer: unsupported datatype '" <<
typeid(*tausRef).name() <<
"' for tauSource\n";
353 edm::LogWarning(
"DataSource") <<
"The following tau discriminators have not been found in the event:\n" 354 << missingDiscriminators <<
"\n" 355 <<
"They will not be embedded into the pat::Tau object.\n" 356 <<
"Note: this message will be printed only at first occurence.";
378 float ecalEnergy = 0;
379 float hcalEnergy = 0;
380 float sumPhiTimesEnergy = 0.;
381 float sumEtaTimesEnergy = 0.;
382 float sumEnergy = 0.;
383 float leadChargedCandPt = -99;
384 float leadChargedCandEtaAtEcalEntrance = -99;
385 const std::vector<reco::PFCandidatePtr>& signalCands = pfTauRef->signalPFCands();
386 for(std::vector<reco::PFCandidatePtr>::const_iterator it = signalCands.begin(); it != signalCands.end(); ++it) {
388 ecalEnergy += icand->ecalEnergy();
389 hcalEnergy += icand->hcalEnergy();
390 sumPhiTimesEnergy += icand->positionAtECALEntrance().phi()*icand->energy();
391 sumEtaTimesEnergy += icand->positionAtECALEntrance().eta()*icand->energy();
392 sumEnergy += icand->energy();
394 if ( icand->trackRef().
isNonnull() ) track = icand->trackRef().
get();
395 else if ( icand->muonRef().
isNonnull() && icand->muonRef()->innerTrack().
isNonnull() ) track = icand->muonRef()->innerTrack().
get();
396 else if ( icand->muonRef().
isNonnull() && icand->muonRef()->globalTrack().
isNonnull() ) track = icand->muonRef()->globalTrack().
get();
397 else if ( icand->muonRef().
isNonnull() && icand->muonRef()->outerTrack().
isNonnull() ) track = icand->muonRef()->outerTrack().
get();
398 else if ( icand->gsfTrackRef().
isNonnull() ) track = icand->gsfTrackRef().
get();
400 if( track->
pt() > leadChargedCandPt ) {
401 leadChargedCandEtaAtEcalEntrance = icand->positionAtECALEntrance().eta();
402 leadChargedCandPt = track->
pt();
410 if (sumEnergy != 0.) {
418 float leadingTrackNormChi2 = 0;
419 float ecalEnergyLeadChargedHadrCand = -99.;
420 float hcalEnergyLeadChargedHadrCand = -99.;
421 float emFraction = -1.;
422 float myHCALenergy = 0.;
423 float myECALenergy = 0.;
426 ecalEnergyLeadChargedHadrCand = leadingPFCharged->ecalEnergy();
427 hcalEnergyLeadChargedHadrCand = leadingPFCharged->hcalEnergy();
430 leadingTrackNormChi2 = trackRef->normalizedChi2();
431 for( std::vector<reco::PFCandidatePtr>::const_iterator tauIt = pfTauRef->isolationPFCands().begin(); tauIt!=pfTauRef->isolationPFCands().end(); ++tauIt ){
432 myHCALenergy += (*tauIt)->hcalEnergy();
433 myECALenergy += (*tauIt)->ecalEnergy();
435 for( std::vector<reco::PFCandidatePtr>::const_iterator tauIt = pfTauRef->signalPFCands().begin(); tauIt!=pfTauRef->signalPFCands().end(); ++tauIt ){
436 myHCALenergy += (*tauIt)->hcalEnergy();
437 myECALenergy += (*tauIt)->ecalEnergy();
439 if( myHCALenergy + myECALenergy != 0. ) {
440 emFraction = myECALenergy/( myHCALenergy + myECALenergy);
455 aTauPFEssential.
dxy_ = tauLifetimeInfo.
dxy();
460 aTauPFEssential.
ip3d_ = tauLifetimeInfo.
ip3d();
476 for (
size_t j = 0, nd =
deposits.size(); j < nd; ++j) {
505 template <
typename TauCollectionType,
typename TauDiscrType>
509 return (*tauIdDiscr)[tauRef];
522 iDesc.
add<
bool>(
"embedIsolationTracks",
false)->setComment(
"embed external isolation tracks");
523 iDesc.
add<
bool>(
"embedLeadTrack",
false)->setComment(
"embed external leading track");
524 iDesc.
add<
bool>(
"embedLeadTracks",
false)->setComment(
"embed external signal tracks");
527 iDesc.
add<
bool>(
"addGenMatch",
true)->setComment(
"add MC matching");
528 iDesc.
add<
bool>(
"embedGenMatch",
false)->setComment(
"embed MC matched MC information");
529 std::vector<edm::InputTag> emptySourceVector;
532 )->
setComment(
"input with MC match information");
535 iDesc.
add<
bool>(
"addGenJetMatch",
true)->setComment(
"add MC jet matching");
536 iDesc.
add<
bool>(
"embedGenJetMatch",
false)->setComment(
"embed MC jet matched jet information");
543 iDesc.
add<
bool>(
"addTauID",
true)->setComment(
"add tau ID variables");
550 iDesc.
add<
bool>(
"skipMissingTauID",
false)->setComment(
"allow to skip a tau ID variable when not present in the event");
561 isoDepositsPSet.
addOptional<std::vector<edm::InputTag> >(
"user");
567 iDesc.
add(
"efficiencies", efficienciesPSet);
568 iDesc.
add<
bool>(
"addEfficiencies",
false);
577 iDesc.
add(
"userIsolation", isolationPSet);
bool enabled() const
'true' if this there is at least one efficiency configured
~PATTauProducer() override
T getParameter(std::string const &) const
void setComment(std::string const &value)
Assists in assimilating all pat::UserData into pat objects.
void newEvent(const edm::Event &event)
To be called for each new event, reads in the ValueMaps for efficiencies.
std::pair< std::string, edm::InputTag > NameTag
float etaAtEcalEntranceLeadChargedCand_
bool hasSecondaryVertex() const
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
ParameterDescriptionBase * addOptional(U const &iLabel, T const &value)
bool isNonnull() const
Checks for non-null.
void setIsolation(IsolationKeys key, float value)
bool existsAs(std::string const ¶meterName, bool trackiness=true) const
checks if a parameter exists as a given type
std::vector< edm::EDGetTokenT< edm::ValueMap< IsoDeposit > > > isoDepositTokens_
void embedIsolationPFCands()
method to store the isolation candidates internally
static const HistoName names[]
pat::helper::MultiIsolator::IsolationValuePairs isolatorTmpStorage_
void embedIsolationPFGammaCands()
method to store the isolation gamma candidates internally
bool addTauJetCorrFactors_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
void setAllowAnything()
allow any parameter label/value pairs
#define DEFINE_FWK_MODULE(type)
T const * get() const
Returns C++ pointer to the item.
pat::helper::EfficiencyLoader efficiencyLoader_
void embedLeadTrack()
method to store the leading track internally
bool exists(std::string const ¶meterName) const
checks if a parameter exists
void embedSignalPFChargedHadrCands()
method to store the signal charged hadrons candidates internally
pat::helper::KinResolutionsLoader resolutionLoader_
ParameterDescriptionNode * addNode(ParameterDescriptionNode const &node)
float getTauIdDiscriminator(const edm::Handle< TauCollectionType > &, size_t, const edm::Handle< TauDiscrType > &)
void setDecayMode(int)
set decay mode
void setTauIDs(const std::vector< IdPair > &ids)
IsolationKeys
Enum defining isolation keys.
auto vector_transform(std::vector< InputType > const &input, Function predicate) -> std::vector< typename std::remove_cv< typename std::remove_reference< decltype(predicate(input.front()))>::type >::type >
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
void setResolutions(pat::PATObject< T > &obj) const
Sets the efficiencies for this object, using the reference to the original objects.
const Point & dxy_PCA() const
bool enabled() const
'true' if this there is at least one efficiency configured
void setIsoDeposit(IsolationKeys key, const IsoDeposit &dep)
Sets the IsoDeposit associated with some key; if it is already existent, it is overwritten.
bool embedIsolationPFChargedHadrCands_
static void fillDescription(edm::ParameterSetDescription &iDesc)
std::vector< std::string > getParameterNamesForType(bool trackiness=true) const
bool enabled() const
True if it has a non null configuration.
void setComment(std::string const &value)
void embedSignalPFCands()
method to store the signal candidates internally
double ip3d_error() const
void beginEvent(const edm::Event &event, const edm::EventSetup &eventSetup)
double flightLengthSig() const
edm::EDGetTokenT< PFTauTIPAssociationByRef > tauTransverseImpactParameterToken_
pat::helper::MultiIsolator isolator_
const Vector & flightLength() const
edm::EDGetTokenT< edm::View< reco::BaseTau > > baseTauToken_
void newEvent(const edm::Event &event, const edm::EventSetup &setup)
To be called for each new event, reads in the EventSetup object.
bool embedIsolationPFNeutralHadrCands_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
double pt() const
track transverse momentum
edm::EDGetTokenT< reco::CaloTauCollection > caloTauToken_
pat::PATUserDataHelper< pat::Tau > userDataHelper_
genJetMatch
switch on/off embedding of matched genJet's
bool embedSignalPFNeutralHadrCands_
std::vector< pat::tau::TauPFEssential > pfEssential_
void embedIsolationPFNeutralHadrCands()
method to store the isolation neutral hadrons candidates internally
bool embedIsolationPFCands_
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void embedLeadPFChargedHadrCand()
method to store the leading charged hadron candidate internally
void embedIsolationPFChargedHadrCands()
method to store the isolation charged hadrons candidates internally
bool isNonnull() const
Checks for non-null.
void setGenJet(const reco::GenJetRef &ref)
set the matched GenJet
void embedLeadPFNeutralCand()
method to store the leading neutral candidate internally
std::vector< edm::EDGetTokenT< reco::CaloTauDiscriminator > > caloTauIDTokens_
void addGenParticleRef(const reco::GenParticleRef &ref)
std::vector< edm::EDGetTokenT< edm::ValueMap< TauJetCorrFactors > > > tauJetCorrFactorsTokens_
static void fillDescription(edm::ParameterSetDescription &iDesc)
Method for documentation and validation of PSet.
edm::InputTag tauTransverseImpactParameterSrc_
bool embedIsolationTracks_
bool embedLeadPFChargedHadrCand_
std::vector< edm::EDGetTokenT< edm::Association< reco::GenParticleCollection > > > genMatchTokens_
bool embedIsolationPFGammaCands_
void setEfficiencies(pat::PATObject< T > &obj, const R &originalRef) const
Sets the efficiencies for this object, using the reference to the original objects.
edm::EDGetTokenT< edm::Association< reco::GenJetCollection > > genJetMatchToken_
void produce(edm::Event &iEvent, const edm::EventSetup &iSetup) override
void initializeJEC(unsigned int level, const unsigned int set=0)
initialize the jet to a given JEC level during creation starting from Uncorrected ...
void embedSignalPFNeutralHadrCands()
method to store the signal neutral hadrons candidates internally
bool embedSignalPFGammaCands_
std::vector< std::pair< pat::IsolationKeys, float > > IsolationValuePairs
void addJECFactors(const TauJetCorrFactors &jec)
add more sets of energy correction factors
PATTauProducer(const edm::ParameterSet &iConfig)
bool embedLeadPFNeutralCand_
float leadingTrackNormChi2_
void embedSignalTracks()
method to store the signal tracks internally
bool isPFTau() const
Returns true if this pat::Tau was made from a reco::PFTau.
void embedSignalPFGammaCands()
method to store the signal gamma candidates internally
std::vector< std::pair< pat::IsolationKeys, edm::InputTag > > isoDepositLabels_
float ecalEnergyLeadChargedHadrCand_
bool embedSignalPFChargedHadrCands_
std::vector< edm::EDGetTokenT< reco::PFTauDiscriminator > > pfTauIDTokens_
void embedIsolationTracks()
method to store the isolation tracks internally
std::vector< NameTag > tauIDSrcs_
edm::EDGetTokenT< reco::PFTauCollection > pfTauToken_
float hcalEnergyLeadChargedHadrCand_
GreaterByPt< Tau > pTTauComparator_
void fill(const edm::View< T > &coll, int idx, IsolationValuePairs &isolations) const