CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Static Public Attributes | Protected Attributes
reco::PFTauDecayMode Class Reference

#include <PFTauDecayMode.h>

Inheritance diagram for reco::PFTauDecayMode:
reco::CompositeCandidate reco::LeafCandidate reco::Candidate

Public Types

enum  hadronicTauDecayModes {
  tauDecay1ChargedPion0PiZero, tauDecay1ChargedPion1PiZero, tauDecay1ChargedPion2PiZero, tauDecay1ChargedPion3PiZero,
  tauDecay1ChargedPion4PiZero, tauDecay2ChargedPion0PiZero, tauDecay2ChargedPion1PiZero, tauDecay2ChargedPion2PiZero,
  tauDecay2ChargedPion3PiZero, tauDecay2ChargedPion4PiZero, tauDecay3ChargedPion0PiZero, tauDecay3ChargedPion1PiZero,
  tauDecay3ChargedPion2PiZero, tauDecay3ChargedPion3PiZero, tauDecay3ChargedPion4PiZero, tauDecaysElectron,
  tauDecayMuon, tauDecayOther
}
 
- Public Types inherited from reco::CompositeCandidate
typedef CandidateCollection daughters
 collection of daughters More...
 
typedef std::vector< std::string > role_collection
 
- Public Types inherited from reco::LeafCandidate
typedef int Charge
 electric charge type More...
 
typedef CandidateCollection daughters
 collection of daughter candidates More...
 
typedef unsigned int index
 
typedef math::XYZTLorentzVector LorentzVector
 Lorentz vector. More...
 
typedef math::XYZPoint Point
 point in the space More...
 
typedef math::PtEtaPhiMLorentzVector PolarLorentzVector
 Lorentz vector. More...
 
typedef math::XYZVector Vector
 point in the space More...
 
- Public Types inherited from reco::Candidate
enum  { dimension = 3 }
 
enum  { size = dimension * (dimension + 1) / 2 }
 matix size More...
 
typedef int Charge
 electric charge type More...
 
typedef candidate::const_iterator const_iterator
 
typedef math::Error< dimension >::type CovarianceMatrix
 covariance error matrix (3x3) More...
 
typedef unsigned int index
 index type More...
 
typedef candidate::iterator iterator
 
typedef math::XYZTLorentzVector LorentzVector
 Lorentz vector. More...
 
typedef math::XYZPoint Point
 point in the space More...
 
typedef math::PtEtaPhiMLorentzVector PolarLorentzVector
 Lorentz vector. More...
 
typedef size_t size_type
 
typedef math::XYZVector Vector
 point in the space More...
 

Public Member Functions

PFCandidateRefVector associatedChargedPFCandidates () const
 returns the PFCandidates associated to the charged signal objects More...
 
PFCandidateRefVector associatedNeutralPFCandidates () const
 returns the PFCandidates associated to the PiZero signal objects (i.e., the unmerged photons) More...
 
std::vector< const Candidate * > chargedFilteredObjectCandidates () const
 returns only charged filtered objects More...
 
std::vector< const Candidate * > chargedPionCandidates () const
 returns pointers to charged pions More...
 
const VertexCompositeCandidatechargedPions () const
 returns collection of charged pions w/ vertex information (tracks are refit) More...
 
PFTauDecayModeclone () const override
 returns a clone of the candidate More...
 
std::vector< const Candidate * > decayProductCandidates () const
 returns pointers to non-filtered objects More...
 
std::vector< const Candidate * > filteredObjectCandidates (int absCharge=-2) const
 returns pointers to filtered objects (i.e. those not included in signal objects) More...
 
const CompositeCandidatefilteredObjects () const
 returns references to PF objects that were filtered More...
 
PFCandidateRefVector filteredPFCandidates () const
 returns the PFCandidates that were filtered More...
 
hadronicTauDecayModes getDecayMode () const
 
std::vector< const Candidate * > neutralFilteredObjectCandidates () const
 returns only netural filtered objects More...
 
std::vector< const Candidate * > neutralPionCandidates () const
 returns pointers to neutral pions More...
 
const CompositeCandidateneutralPions () const
 returns a collection of merged Pi0s More...
 
void pfMasterClones (const Candidate *input, PFCandidateRefVector &toFill) const
 fills master clones to PF objects (utility function) More...
 
 PFTauDecayMode ()
 
 PFTauDecayMode (Charge q, const LorentzVector &p4, const Point &vtx=Point(0, 0, 0), int pdgId=12, int status=2, bool integerCharge=true)
 constructor from values More...
 
 PFTauDecayMode (const VertexCompositeCandidate &chargedPions, const CompositeCandidate &piZeroes, const CompositeCandidate &filteredObjects)
 constructor from candidate content More...
 
const PFTauRefpfTauRef () const
 return reference to associated PFTau object More...
 
void setDecayMode (hadronicTauDecayModes theDecayMode)
 
void setPFTauRef (const PFTauRef &theTau)
 
 ~PFTauDecayMode () override
 
- Public Member Functions inherited from reco::CompositeCandidate
void addDaughter (const Candidate &, const std::string &s="")
 add a clone of the passed candidate as daughter More...
 
void addDaughter (std::unique_ptr< Candidate >, const std::string &s="")
 add a clone of the passed candidate as daughter More...
 
void applyRoles ()
 
void clearDaughters ()
 clear daughters More...
 
void clearRoles ()
 
template<typename P4 >
 CompositeCandidate (Charge q, const P4 &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0, bool integerCharge=true, std::string name="")
 constructor from values More...
 
 CompositeCandidate (const Candidate &p, const std::string &name, role_collection const &roles)
 constructor from values More...
 
 CompositeCandidate (const Candidate &p, const std::string &name="")
 constructor from values More...
 
 CompositeCandidate (std::string name="")
 default constructor More...
 
const Candidatedaughter (const std::string &s) const override
 return daughter with a specified role name More...
 
Candidatedaughter (const std::string &s) override
 return daughter with a specified role name More...
 
const Candidatedaughter (size_type) const override
 return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) More...
 
Candidatedaughter (size_type) override
 return daughter at a given position, i = 0, ... numberOfDaughters() - 1 More...
 
const Candidatemother (size_type i=0) const override
 return pointer to mother More...
 
std::string name () const
 get the name of the candidate More...
 
size_type numberOfDaughters () const override
 number of daughters More...
 
size_type numberOfMothers () const override
 number of mothers (zero or one in most of but not all the cases) More...
 
role_collection const & roles () const
 get the roles More...
 
void setName (std::string name)
 set the name of the candidate More...
 
void setRoles (const role_collection &roles)
 set the roles More...
 
 ~CompositeCandidate () override
 destructor More...
 
- Public Member Functions inherited from reco::LeafCandidate
Vector boostToCM () const final
 
int charge () const final
 electric charge More...
 
void construct (int qx3, float pt, float eta, float phi, float mass, const Point &vtx, int pdgId, int status)
 
const Candidatedaughter (const std::string &s) const override
 return daughter with a specified role name More...
 
Candidatedaughter (const std::string &s) override
 return daughter with a specified role name More...
 
const Candidatedaughter (size_type) const override
 return daughter at a given position (throws an exception) More...
 
Candidatedaughter (size_type) override
 return daughter at a given position (throws an exception) More...
 
double energy () const final
 energy More...
 
double et () const final
 transverse energy More...
 
double et2 () const final
 transverse energy squared (use this for cut!) More...
 
double eta () const final
 momentum pseudorapidity More...
 
void fillVertexCovariance (CovarianceMatrix &v) const override
 fill SMatrix More...
 
template<typename T >
T get () const
 get a component More...
 
template<typename T , typename Tag >
T get () const
 get a component More...
 
template<typename T >
T get (size_type i) const
 get a component More...
 
template<typename T , typename Tag >
T get (size_type i) const
 get a component More...
 
bool hasMasterClone () const override
 
bool hasMasterClonePtr () const override
 
bool isCaloMuon () const override
 
bool isConvertedPhoton () const override
 
bool isElectron () const override
 
bool isGlobalMuon () const override
 
bool isJet () const override
 
bool isMuon () const override
 
bool isPhoton () const override
 
bool isStandAloneMuon () const override
 
bool isTrackerMuon () const override
 
 LeafCandidate ()
 
template<typename... Args>
 LeafCandidate (Args &&... args)
 
 LeafCandidate (const Candidate &c)
 
 LeafCandidate (LeafCandidate &&)=default
 
 LeafCandidate (LeafCandidate &rh)
 
 LeafCandidate (LeafCandidate const &)=default
 
bool longLived () const final
 is long lived? More...
 
double mass () const final
 mass More...
 
bool massConstraint () const final
 do mass constraint? More...
 
double massSqr () const final
 mass squared More...
 
const CandidateBaseRefmasterClone () const override
 
const CandidatePtrmasterClonePtr () const override
 
template<typename Ref >
Ref masterRef () const
 cast master clone reference to a concrete type More...
 
Vector momentum () const final
 spatial momentum vector More...
 
const Candidatemother (size_type) const override
 return mother at a given position (throws an exception) More...
 
double mt () const final
 transverse mass More...
 
double mtSqr () const final
 transverse mass squared More...
 
template<typename T >
size_type numberOf () const
 number of components More...
 
template<typename T , typename Tag >
size_type numberOf () const
 number of components More...
 
size_t numberOfDaughters () const override
 number of daughters More...
 
size_t numberOfMothers () const override
 number of mothers More...
 
size_t numberOfSourceCandidatePtrs () const override
 
LeafCandidateoperator= (LeafCandidate &&)=default
 
LeafCandidateoperator= (LeafCandidate const &)=default
 
double p () const final
 magnitude of momentum vector More...
 
const LorentzVectorp4 () const final
 four-momentum Lorentz vector More...
 
int pdgId () const final
 PDG identifier. More...
 
double phi () const final
 momentum azimuthal angle More...
 
const PolarLorentzVectorpolarP4 () const final
 four-momentum Lorentz vector More...
 
double pt () const final
 transverse momentum More...
 
double px () const final
 x coordinate of momentum vector More...
 
double py () const final
 y coordinate of momentum vector More...
 
double pz () const final
 z coordinate of momentum vector More...
 
double rapidity () const final
 rapidity More...
 
void setCharge (Charge q) final
 set electric charge More...
 
void setLongLived () final
 
void setMass (double m) final
 set particle mass More...
 
void setMassConstraint () final
 
void setP4 (const LorentzVector &p4) final
 set 4-momentum More...
 
void setP4 (const PolarLorentzVector &p4) final
 set 4-momentum More...
 
void setPdgId (int pdgId) final
 
void setPz (double pz) final
 
void setStatus (int status) final
 set status word More...
 
void setThreeCharge (Charge qx3) final
 set electric charge More...
 
void setVertex (const Point &vertex) override
 set vertex More...
 
CandidatePtr sourceCandidatePtr (size_type i) const override
 
int status () const final
 status word More...
 
double theta () const final
 momentum polar angle More...
 
int threeCharge () const final
 electric charge More...
 
const Pointvertex () const override
 vertex position (overwritten by PF...) More...
 
double vertexChi2 () const override
 chi-squares More...
 
CovarianceMatrix vertexCovariance () const final
 return SMatrix More...
 
double vertexCovariance (int i, int j) const override
 (i, j)-th element of error matrix, i, j = 0, ... 2 More...
 
double vertexNdof () const override
 
double vertexNormalizedChi2 () const override
 chi-squared divided by n.d.o.f. More...
 
double vx () const override
 x coordinate of vertex position More...
 
double vy () const override
 y coordinate of vertex position More...
 
double vz () const override
 z coordinate of vertex position More...
 
double y () const final
 rapidity More...
 
 ~LeafCandidate () override
 destructor More...
 
- Public Member Functions inherited from reco::Candidate
iterator begin ()
 first daughter iterator More...
 
const_iterator begin () const
 first daughter const_iterator More...
 
virtual const TrackbestTrack () const
 
 Candidate ()
 default constructor More...
 
virtual float dxyError () const
 uncertainty on dxy More...
 
virtual float dzError () const
 uncertainty on dz More...
 
iterator end ()
 last daughter iterator More...
 
const_iterator end () const
 last daughter const_iterator More...
 
template<typename T >
T get () const
 get a component More...
 
template<typename T , typename Tag >
T get () const
 get a component More...
 
template<typename T >
T get (size_type i) const
 get a component More...
 
template<typename T , typename Tag >
T get (size_type i) const
 get a component More...
 
template<typename Ref >
Ref masterRef () const
 cast master clone reference to a concrete type More...
 
template<typename T >
size_type numberOf () const
 number of components More...
 
template<typename T , typename Tag >
size_type numberOf () const
 number of components More...
 
virtual void setSourceCandidatePtr (const CandidatePtr &ptr)
 Set the ptr to the source Candidate. More...
 
virtual ~Candidate ()
 destructor More...
 

Static Public Attributes

const static unsigned char maxNumberOfPiZeroCandidatesAllowed = 4
 

Protected Attributes

VertexCompositeCandidate chargedPions_
 
CompositeCandidate filteredObjects_
 
PFTauRef pfTauRef_
 
CompositeCandidate piZeroes_
 
hadronicTauDecayModes theDecayMode_
 

Additional Inherited Members

Detailed Description

Definition at line 28 of file PFTauDecayMode.h.

Member Enumeration Documentation

◆ hadronicTauDecayModes

Enumerator
tauDecay1ChargedPion0PiZero 
tauDecay1ChargedPion1PiZero 
tauDecay1ChargedPion2PiZero 
tauDecay1ChargedPion3PiZero 
tauDecay1ChargedPion4PiZero 
tauDecay2ChargedPion0PiZero 
tauDecay2ChargedPion1PiZero 
tauDecay2ChargedPion2PiZero 
tauDecay2ChargedPion3PiZero 
tauDecay2ChargedPion4PiZero 
tauDecay3ChargedPion0PiZero 
tauDecay3ChargedPion1PiZero 
tauDecay3ChargedPion2PiZero 
tauDecay3ChargedPion3PiZero 
tauDecay3ChargedPion4PiZero 
tauDecaysElectron 
tauDecayMuon 
tauDecayOther 

Definition at line 33 of file PFTauDecayMode.h.

33  {
35  tauDecay1ChargedPion1PiZero, // rho (770 MeV) mediated)
36  tauDecay1ChargedPion2PiZero, // a1 (1.2 GeV) mediated
37  tauDecay1ChargedPion3PiZero, // contaminated or unmerged photo
38  tauDecay1ChargedPion4PiZero, // contaminated or unmerged photo
39  tauDecay2ChargedPion0PiZero, // extra track or un-recod track
40  tauDecay2ChargedPion1PiZero, // extra track or un-recod track
41  tauDecay2ChargedPion2PiZero, // extra track or un-recod track
42  tauDecay2ChargedPion3PiZero, // extra track or un-recod track
43  tauDecay2ChargedPion4PiZero, // extra track or un-recod track
44  tauDecay3ChargedPion0PiZero, // a1 (1.2 GeV) mediated
45  tauDecay3ChargedPion1PiZero, // a1 (1.2 GeV) mediated
46  tauDecay3ChargedPion2PiZero, // a1 (1.2 GeV) mediated
47  tauDecay3ChargedPion3PiZero, // a1 (1.2 GeV) mediated
48  tauDecay3ChargedPion4PiZero, // a1 (1.2 GeV) mediated
51  tauDecayOther // catch-all
52  };

Constructor & Destructor Documentation

◆ PFTauDecayMode() [1/3]

reco::PFTauDecayMode::PFTauDecayMode ( )
inline

Definition at line 54 of file PFTauDecayMode.h.

54 {}

Referenced by clone().

◆ PFTauDecayMode() [2/3]

reco::PFTauDecayMode::PFTauDecayMode ( Charge  q,
const LorentzVector p4,
const Point vtx = Point(0, 0, 0),
int  pdgId = 12,
int  status = 2,
bool  integerCharge = true 
)
inline

constructor from values

Definition at line 56 of file PFTauDecayMode.h.

62  : CompositeCandidate(q, p4, vtx, pdgId, status, integerCharge) {}

◆ PFTauDecayMode() [3/3]

reco::PFTauDecayMode::PFTauDecayMode ( const VertexCompositeCandidate chargedPions,
const CompositeCandidate piZeroes,
const CompositeCandidate filteredObjects 
)

constructor from candidate content

Definition at line 4 of file PFTauDecayMode.cc.

6  {
8  piZeroes_ = piZeroes;
10 
11  // determine decay mode
12  unsigned int nCharged = chargedPions_.numberOfDaughters();
13  unsigned int nNeutral = piZeroes_.numberOfDaughters();
14  hadronicTauDecayModes hadronicTauDecayIndex =
15  static_cast<hadronicTauDecayModes>(((nCharged - 1) * (maxNumberOfPiZeroCandidatesAllowed + 1) + nNeutral));
17  hadronicTauDecayIndex = static_cast<hadronicTauDecayModes>(tauDecayOther);
18  this->setDecayMode(hadronicTauDecayIndex);
19 
20  // setup Particle base
21  for (size_type iCand = 0; iCand < nCharged; ++iCand) {
22  const Candidate* theCandToAdd = chargedPions_.daughter(iCand);
23  this->addDaughter(*theCandToAdd);
24  }
25  for (size_type iCand = 0; iCand < nNeutral; ++iCand) {
26  const Candidate* theCandToAdd = piZeroes_.daughter(iCand);
27  this->addDaughter(*theCandToAdd);
28  }
29 
31  this->setP4(chargedPions_.p4() + piZeroes_.p4());
32  this->setStatus(2); //decayed
33  this->setPdgId(12); //everyone's favorite lepton!
34  }

References reco::CompositeCandidate::addDaughter(), reco::LeafCandidate::charge(), chargedPions(), chargedPions_, reco::CompositeCandidate::daughter(), filteredObjects(), filteredObjects_, maxNumberOfPiZeroCandidatesAllowed, HLT_FULL_cff::nCharged, reco::CompositeCandidate::numberOfDaughters(), reco::LeafCandidate::p4(), piZeroes_, reco::LeafCandidate::setCharge(), setDecayMode(), reco::LeafCandidate::setP4(), reco::LeafCandidate::setPdgId(), reco::LeafCandidate::setStatus(), and tauDecayOther.

◆ ~PFTauDecayMode()

reco::PFTauDecayMode::~PFTauDecayMode ( )
inlineoverride

Definition at line 69 of file PFTauDecayMode.h.

69 {}

Member Function Documentation

◆ associatedChargedPFCandidates()

PFCandidateRefVector reco::PFTauDecayMode::associatedChargedPFCandidates ( ) const

returns the PFCandidates associated to the charged signal objects

Definition at line 107 of file PFTauDecayMode.cc.

107  {
109  const Candidate* input = static_cast<const Candidate*>(&chargedPions_);
110  if (input->numberOfDaughters())
112  return output;
113  }

References chargedPions_, input, convertSQLitetoXML_cfg::output, and pfMasterClones().

◆ associatedNeutralPFCandidates()

PFCandidateRefVector reco::PFTauDecayMode::associatedNeutralPFCandidates ( ) const

returns the PFCandidates associated to the PiZero signal objects (i.e., the unmerged photons)

Definition at line 115 of file PFTauDecayMode.cc.

115  {
117  const Candidate* input = static_cast<const Candidate*>(&piZeroes_);
118  if (input->numberOfDaughters())
120  return output;
121  }

References input, convertSQLitetoXML_cfg::output, pfMasterClones(), and piZeroes_.

◆ chargedFilteredObjectCandidates()

std::vector< const Candidate * > reco::PFTauDecayMode::chargedFilteredObjectCandidates ( ) const

returns only charged filtered objects

Definition at line 79 of file PFTauDecayMode.cc.

79  {
80  return filteredObjectCandidates(1);
81  }

References filteredObjectCandidates().

◆ chargedPionCandidates()

std::vector< const Candidate * > reco::PFTauDecayMode::chargedPionCandidates ( ) const

returns pointers to charged pions

Definition at line 44 of file PFTauDecayMode.cc.

44  {
45  size_type numberOfChargedPions = chargedPions_.numberOfDaughters();
46  std::vector<const Candidate*> output;
47  for (size_type iterCand = 0; iterCand < numberOfChargedPions; ++iterCand)
48  output.push_back(chargedPions_.daughter(iterCand));
49  return output;
50  }

References chargedPions_, reco::CompositeCandidate::daughter(), reco::CompositeCandidate::numberOfDaughters(), and convertSQLitetoXML_cfg::output.

Referenced by decayProductCandidates().

◆ chargedPions()

const VertexCompositeCandidate & reco::PFTauDecayMode::chargedPions ( ) const

returns collection of charged pions w/ vertex information (tracks are refit)

Definition at line 38 of file PFTauDecayMode.cc.

38 { return chargedPions_; }

References chargedPions_.

Referenced by PFTauDecayMode().

◆ clone()

PFTauDecayMode * reco::PFTauDecayMode::clone ( void  ) const
overridevirtual

returns a clone of the candidate

Reimplemented from reco::CompositeCandidate.

Definition at line 36 of file PFTauDecayMode.cc.

36 { return new PFTauDecayMode(*this); }

References PFTauDecayMode().

◆ decayProductCandidates()

std::vector< const Candidate * > reco::PFTauDecayMode::decayProductCandidates ( ) const

returns pointers to non-filtered objects

Definition at line 60 of file PFTauDecayMode.cc.

60  {
61  std::vector<const Candidate*> output = this->chargedPionCandidates();
62  std::vector<const Candidate*> neutralObjects = this->neutralPionCandidates();
63 
64  output.insert(output.end(), neutralObjects.begin(), neutralObjects.end());
65  return output;
66  }

References chargedPionCandidates(), neutralPionCandidates(), and convertSQLitetoXML_cfg::output.

◆ filteredObjectCandidates()

std::vector< const Candidate * > reco::PFTauDecayMode::filteredObjectCandidates ( int  absCharge = -2) const

returns pointers to filtered objects (i.e. those not included in signal objects)

Definition at line 68 of file PFTauDecayMode.cc.

68  {
69  size_t numberOfFilteredObjects = filteredObjects_.numberOfDaughters();
70  std::vector<const Candidate*> output;
71  for (size_t iFilteredCand = 0; iFilteredCand < numberOfFilteredObjects; ++iFilteredCand) {
72  const Candidate* myCand = filteredObjects_.daughter(iFilteredCand);
73  if (absCharge < 0 || abs(myCand->charge()) == absCharge)
74  output.push_back(myCand);
75  }
76  return output;
77  }

References funct::abs(), reco::Candidate::charge(), reco::CompositeCandidate::daughter(), filteredObjects_, reco::CompositeCandidate::numberOfDaughters(), and convertSQLitetoXML_cfg::output.

Referenced by chargedFilteredObjectCandidates(), and neutralFilteredObjectCandidates().

◆ filteredObjects()

const CompositeCandidate & reco::PFTauDecayMode::filteredObjects ( ) const

returns references to PF objects that were filtered

Definition at line 42 of file PFTauDecayMode.cc.

42 { return filteredObjects_; }

References filteredObjects_.

Referenced by PFTauDecayMode().

◆ filteredPFCandidates()

PFCandidateRefVector reco::PFTauDecayMode::filteredPFCandidates ( ) const

returns the PFCandidates that were filtered

Definition at line 123 of file PFTauDecayMode.cc.

123  {
125  const Candidate* input = static_cast<const Candidate*>(&filteredObjects_);
126  if (input->numberOfDaughters())
128  return output;
129  }

References filteredObjects_, input, convertSQLitetoXML_cfg::output, and pfMasterClones().

◆ getDecayMode()

hadronicTauDecayModes reco::PFTauDecayMode::getDecayMode ( ) const
inline

Definition at line 76 of file PFTauDecayMode.h.

76 { return theDecayMode_; }

References theDecayMode_.

◆ neutralFilteredObjectCandidates()

std::vector< const Candidate * > reco::PFTauDecayMode::neutralFilteredObjectCandidates ( ) const

returns only netural filtered objects

Definition at line 83 of file PFTauDecayMode.cc.

83  {
84  return filteredObjectCandidates(0);
85  }

References filteredObjectCandidates().

◆ neutralPionCandidates()

std::vector< const Candidate * > reco::PFTauDecayMode::neutralPionCandidates ( ) const

returns pointers to neutral pions

Definition at line 52 of file PFTauDecayMode.cc.

52  {
53  size_type numberOfChargedPions = piZeroes_.numberOfDaughters();
54  std::vector<const Candidate*> output;
55  for (size_type iterCand = 0; iterCand < numberOfChargedPions; ++iterCand)
56  output.push_back(piZeroes_.daughter(iterCand));
57  return output;
58  }

References reco::CompositeCandidate::daughter(), reco::CompositeCandidate::numberOfDaughters(), convertSQLitetoXML_cfg::output, and piZeroes_.

Referenced by decayProductCandidates().

◆ neutralPions()

const CompositeCandidate & reco::PFTauDecayMode::neutralPions ( ) const

returns a collection of merged Pi0s

Definition at line 40 of file PFTauDecayMode.cc.

40 { return piZeroes_; }

References piZeroes_.

◆ pfMasterClones()

void reco::PFTauDecayMode::pfMasterClones ( const Candidate input,
PFCandidateRefVector toFill 
) const

fills master clones to PF objects (utility function)

Definition at line 87 of file PFTauDecayMode.cc.

87  {
88  if (input->numberOfDaughters() == 0) //we have reached a leaf
89  {
90  if (input->hasMasterClone()) // has a master clone
91  {
92  PFCandidateRef theCandRef = input->masterClone().castTo<PFCandidateRef>();
93  toFill.push_back(theCandRef);
94  } else
95  edm::LogError("PFTauDecayMode")
96  << "Error in pfMasterClones(...) - found a leaf candidate with no Master clone reference!";
97  } else // recurse down composite chain
98  {
99  size_type numberOfDaughters = input->numberOfDaughters();
100  for (size_type iCand = 0; iCand < numberOfDaughters; ++iCand) {
101  const Candidate* currentCand = input->daughter(iCand);
102  pfMasterClones(currentCand, toFill);
103  }
104  }
105  }

References input, reco::CompositeCandidate::numberOfDaughters(), and edm::RefVector< C, T, F >::push_back().

Referenced by associatedChargedPFCandidates(), associatedNeutralPFCandidates(), and filteredPFCandidates().

◆ pfTauRef()

const PFTauRef& reco::PFTauDecayMode::pfTauRef ( ) const
inline

return reference to associated PFTau object

Definition at line 73 of file PFTauDecayMode.h.

73 { return pfTauRef_; }

References pfTauRef_.

◆ setDecayMode()

void reco::PFTauDecayMode::setDecayMode ( hadronicTauDecayModes  theDecayMode)
inline

Definition at line 77 of file PFTauDecayMode.h.

77 { theDecayMode_ = theDecayMode; }

References theDecayMode_.

Referenced by PFTauDecayMode().

◆ setPFTauRef()

void reco::PFTauDecayMode::setPFTauRef ( const PFTauRef theTau)
inline

Definition at line 74 of file PFTauDecayMode.h.

74 { pfTauRef_ = theTau; }

References pfTauRef_.

Member Data Documentation

◆ chargedPions_

VertexCompositeCandidate reco::PFTauDecayMode::chargedPions_
protected

◆ filteredObjects_

CompositeCandidate reco::PFTauDecayMode::filteredObjects_
protected

◆ maxNumberOfPiZeroCandidatesAllowed

const static unsigned char reco::PFTauDecayMode::maxNumberOfPiZeroCandidatesAllowed = 4
static

Definition at line 31 of file PFTauDecayMode.h.

Referenced by PFTauDecayMode().

◆ pfTauRef_

PFTauRef reco::PFTauDecayMode::pfTauRef_
protected

Definition at line 110 of file PFTauDecayMode.h.

Referenced by pfTauRef(), and setPFTauRef().

◆ piZeroes_

CompositeCandidate reco::PFTauDecayMode::piZeroes_
protected

◆ theDecayMode_

hadronicTauDecayModes reco::PFTauDecayMode::theDecayMode_
protected

Definition at line 114 of file PFTauDecayMode.h.

Referenced by getDecayMode(), and setDecayMode().

reco::PFTauDecayMode::tauDecayMuon
Definition: PFTauDecayMode.h:50
reco::LeafCandidate::setPdgId
void setPdgId(int pdgId) final
Definition: LeafCandidate.h:178
reco::PFTauDecayMode::theDecayMode_
hadronicTauDecayModes theDecayMode_
Definition: PFTauDecayMode.h:114
input
static const std::string input
Definition: EdmProvDump.cc:48
HLT_FULL_cff.nCharged
nCharged
Definition: HLT_FULL_cff.py:33315
reco::PFTauDecayMode::PFTauDecayMode
PFTauDecayMode()
Definition: PFTauDecayMode.h:54
reco::LeafCandidate::status
int status() const final
status word
Definition: LeafCandidate.h:180
convertSQLitetoXML_cfg.output
output
Definition: convertSQLitetoXML_cfg.py:72
reco::PFTauDecayMode::maxNumberOfPiZeroCandidatesAllowed
const static unsigned char maxNumberOfPiZeroCandidatesAllowed
Definition: PFTauDecayMode.h:31
reco::PFTauDecayMode::tauDecay2ChargedPion0PiZero
Definition: PFTauDecayMode.h:39
reco::PFTauDecayMode::tauDecay3ChargedPion1PiZero
Definition: PFTauDecayMode.h:45
reco::PFTauDecayMode::tauDecay3ChargedPion2PiZero
Definition: PFTauDecayMode.h:46
reco::PFTauDecayMode::chargedPionCandidates
std::vector< const Candidate * > chargedPionCandidates() const
returns pointers to charged pions
Definition: PFTauDecayMode.cc:44
reco::PFTauDecayMode::tauDecay3ChargedPion0PiZero
Definition: PFTauDecayMode.h:44
reco::PFTauDecayMode::filteredObjects_
CompositeCandidate filteredObjects_
Definition: PFTauDecayMode.h:113
reco::PFTauDecayMode::tauDecay1ChargedPion2PiZero
Definition: PFTauDecayMode.h:36
reco::PFTauDecayMode::filteredObjectCandidates
std::vector< const Candidate * > filteredObjectCandidates(int absCharge=-2) const
returns pointers to filtered objects (i.e. those not included in signal objects)
Definition: PFTauDecayMode.cc:68
reco::PFTauDecayMode::piZeroes_
CompositeCandidate piZeroes_
Definition: PFTauDecayMode.h:112
reco::PFTauDecayMode::filteredObjects
const CompositeCandidate & filteredObjects() const
returns references to PF objects that were filtered
Definition: PFTauDecayMode.cc:42
reco::PFTauDecayMode::tauDecay2ChargedPion3PiZero
Definition: PFTauDecayMode.h:42
reco::CompositeCandidate::addDaughter
void addDaughter(const Candidate &, const std::string &s="")
add a clone of the passed candidate as daughter
Definition: CompositeCandidate.cc:108
reco::PFTauDecayMode::tauDecay1ChargedPion4PiZero
Definition: PFTauDecayMode.h:38
reco::PFTauDecayMode::tauDecay2ChargedPion4PiZero
Definition: PFTauDecayMode.h:43
reco::PFTauDecayMode::tauDecayOther
Definition: PFTauDecayMode.h:51
reco::PFTauDecayMode::tauDecaysElectron
Definition: PFTauDecayMode.h:49
reco::PFTauDecayMode::setDecayMode
void setDecayMode(hadronicTauDecayModes theDecayMode)
Definition: PFTauDecayMode.h:77
reco::LeafCandidate::pdgId
int pdgId() const final
PDG identifier.
Definition: LeafCandidate.h:176
reco::PFTauDecayMode::tauDecay1ChargedPion0PiZero
Definition: PFTauDecayMode.h:34
reco::PFTauDecayMode::tauDecay3ChargedPion4PiZero
Definition: PFTauDecayMode.h:48
reco::LeafCandidate::p4
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:114
reco::PFCandidateRef
edm::Ref< PFCandidateCollection > PFCandidateRef
persistent reference to a PFCandidate
Definition: PFCandidateFwd.h:24
reco::CompositeCandidate::CompositeCandidate
CompositeCandidate(std::string name="")
default constructor
Definition: CompositeCandidate.h:27
reco::LeafCandidate::charge
int charge() const final
electric charge
Definition: LeafCandidate.h:106
submitPVResolutionJobs.q
q
Definition: submitPVResolutionJobs.py:84
edm::LogError
Log< level::Error, false > LogError
Definition: MessageLogger.h:123
reco::LeafCandidate::setStatus
void setStatus(int status) final
set status word
Definition: LeafCandidate.h:182
reco::CompositeCandidate::numberOfDaughters
size_type numberOfDaughters() const override
number of daughters
Definition: CompositeCandidate.cc:41
reco::LeafCandidate::setP4
void setP4(const LorentzVector &p4) final
set 4-momentum
Definition: LeafCandidate.h:158
reco::PFTauDecayMode::hadronicTauDecayModes
hadronicTauDecayModes
Definition: PFTauDecayMode.h:33
extraflags_cff.vtx
vtx
Definition: extraflags_cff.py:18
reco::PFTauDecayMode::chargedPions
const VertexCompositeCandidate & chargedPions() const
returns collection of charged pions w/ vertex information (tracks are refit)
Definition: PFTauDecayMode.cc:38
reco::LeafCandidate::setCharge
void setCharge(Charge q) final
set electric charge
Definition: LeafCandidate.h:108
reco::PFTauDecayMode::tauDecay2ChargedPion2PiZero
Definition: PFTauDecayMode.h:41
reco::Candidate::Candidate
Candidate()
default constructor
Definition: Candidate.h:53
reco::PFTauDecayMode::pfMasterClones
void pfMasterClones(const Candidate *input, PFCandidateRefVector &toFill) const
fills master clones to PF objects (utility function)
Definition: PFTauDecayMode.cc:87
reco::PFTauDecayMode::tauDecay1ChargedPion1PiZero
Definition: PFTauDecayMode.h:35
funct::abs
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
reco::PFTauDecayMode::tauDecay3ChargedPion3PiZero
Definition: PFTauDecayMode.h:47
reco::CompositeCandidate::daughter
const Candidate * daughter(size_type) const override
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode)
Definition: CompositeCandidate.cc:30
reco::PFTauDecayMode::tauDecay1ChargedPion3PiZero
Definition: PFTauDecayMode.h:37
reco::PFTauDecayMode::tauDecay2ChargedPion1PiZero
Definition: PFTauDecayMode.h:40
reco::PFCandidateRefVector
edm::RefVector< PFCandidateCollection > PFCandidateRefVector
vector of reference to GenParticleCandidate in the same collection
Definition: PFCandidateFwd.h:33
reco::Candidate::size_type
size_t size_type
Definition: Candidate.h:29
reco::PFTauDecayMode::pfTauRef_
PFTauRef pfTauRef_
Definition: PFTauDecayMode.h:110
reco::PFTauDecayMode::neutralPionCandidates
std::vector< const Candidate * > neutralPionCandidates() const
returns pointers to neutral pions
Definition: PFTauDecayMode.cc:52
reco::PFTauDecayMode::chargedPions_
VertexCompositeCandidate chargedPions_
Definition: PFTauDecayMode.h:111