CMS 3D CMS Logo

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

#include <CompositeCandidate.h>

Inheritance diagram for reco::CompositeCandidate:
reco::LeafCandidate reco::Candidate pat::PATObject< reco::CompositeCandidate > reco::NamedCompositeCandidate reco::PFCandidate reco::PFTauDecayMode reco::V0Candidate reco::VertexCompositeCandidate reco::WMuNuCandidate pat::CompositeCandidate pat::PATObject< reco::PFCandidate > reco::IsolatedPFCandidate reco::PileUpPFCandidate pat::PFParticle

Public Types

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

void addDaughter (const Candidate &, const std::string &s="")
 add a clone of the passed candidate as daughter More...
 
void addDaughter (std::auto_ptr< Candidate >, const std::string &s="")
 add a clone of the passed candidate as daughter More...
 
void applyRoles ()
 
virtual const_iterator begin () const
 first daughter const_iterator More...
 
virtual iterator begin ()
 first daughter iterator More...
 
void clearDaughters ()
 clear daughters More...
 
void clearRoles ()
 
virtual CompositeCandidateclone () const
 returns a clone of the candidate More...
 
 CompositeCandidate (std::string name="")
 default constructor More...
 
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="")
 constructor from values More...
 
 CompositeCandidate (const Candidate &p, const std::string &name, role_collection const &roles)
 constructor from values More...
 
virtual const Candidatedaughter (size_type) const
 return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) More...
 
virtual Candidatedaughter (size_type)
 return daughter at a given position, i = 0, ... numberOfDaughters() - 1 More...
 
virtual Candidatedaughter (const std::string &s)
 return daughter with a specified role name More...
 
virtual const Candidatedaughter (const std::string &s) const
 return daughter with a specified role name More...
 
virtual const_iterator end () const
 last daughter const_iterator More...
 
virtual iterator end ()
 last daughter const_iterator More...
 
virtual const Candidatemother (size_type i=0) const
 return pointer to mother More...
 
std::string name () const
 get the name of the candidate More...
 
virtual size_type numberOfDaughters () const
 number of daughters More...
 
virtual size_type numberOfMothers () const
 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...
 
virtual ~CompositeCandidate ()
 destructor More...
 
- Public Member Functions inherited from reco::LeafCandidate
template<typename S >
daughter_iterator< S >::type beginFilter (const S &s) const
 
virtual Vector boostToCM () const
 
virtual int charge () const
 electric charge More...
 
template<typename S >
daughter_iterator< S >::type endFilter (const S &s) const
 
virtual double energy () const
 energy More...
 
virtual double et () const
 transverse energy More...
 
virtual float eta () const
 momentum pseudorapidity More...
 
virtual void fillVertexCovariance (CovarianceMatrix &v) const
 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...
 
virtual bool hasMasterClone () const
 
virtual bool hasMasterClonePtr () const
 
virtual bool isCaloMuon () const
 
virtual bool isConvertedPhoton () const
 
virtual bool isElectron () const
 
virtual bool isGlobalMuon () const
 
virtual bool isJet () const
 
virtual bool isMuon () const
 
virtual bool isPhoton () const
 
virtual bool isStandAloneMuon () const
 
virtual bool isTrackerMuon () const
 
 LeafCandidate ()
 default constructor More...
 
 LeafCandidate (const Candidate &c)
 
template<typename P4 >
 LeafCandidate (Charge q, const P4 &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0, bool integerCharge=true)
 constructor from Any values More...
 
 LeafCandidate (Charge q, const PtEtaPhiMass &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0, bool integerCharge=true)
 constructor from values More...
 
 LeafCandidate (Charge q, const LorentzVector &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0, bool integerCharge=true)
 constructor from values More...
 
 LeafCandidate (Charge q, const PolarLorentzVector &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0, bool integerCharge=true)
 constructor from values More...
 
 LeafCandidate (Charge q, const GlobalVector &p3, float iEnergy, bool massless, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0, bool integerCharge=true)
 constructor from values More...
 
 LeafCandidate (Charge q, const GlobalVector &p3, float iEnergy, float imass, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0, bool integerCharge=true)
 constructor from values More...
 
virtual bool longLived () const
 is long lived? More...
 
virtual float mass () const
 mass More...
 
virtual bool massConstraint () const
 do mass constraint? More...
 
virtual float massSqr () const
 mass squared More...
 
virtual const CandidateBaseRefmasterClone () const
 
virtual const CandidatePtrmasterClonePtr () const
 
template<typename Ref >
Ref masterRef () const
 cast master clone reference to a concrete type More...
 
virtual Vector momentum () const
 spatial momentum vector More...
 
virtual double mt () const
 transverse mass More...
 
virtual double mtSqr () const
 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...
 
virtual size_t numberOfSourceCandidatePtrs () const
 
virtual double p () const
 magnitude of momentum vector More...
 
virtual const LorentzVectorp4 () const
 four-momentum Lorentz vector More...
 
virtual int pdgId () const
 PDG identifier. More...
 
virtual float phi () const
 momentum azimuthal angle More...
 
virtual const PolarLorentzVectorpolarP4 () const
 four-momentum Lorentz vector More...
 
virtual float pt () const
 transverse momentum More...
 
virtual double px () const
 x coordinate of momentum vector More...
 
virtual double py () const
 y coordinate of momentum vector More...
 
virtual double pz () const
 z coordinate of momentum vector More...
 
virtual double rapidity () const
 rapidity More...
 
virtual void setCharge (Charge q)
 set electric charge More...
 
virtual void setLongLived ()
 set long lived flag More...
 
virtual void setMass (double m)
 set particle mass More...
 
virtual void setMassConstraint ()
 set mass constraint flag More...
 
virtual void setP4 (const LorentzVector &p4)
 set 4-momentum More...
 
virtual void setP4 (const PolarLorentzVector &p4)
 set 4-momentum More...
 
virtual void setPdgId (int pdgId)
 
virtual void setPz (double pz)
 
virtual void setStatus (int status)
 set status word More...
 
virtual void setThreeCharge (Charge qx3)
 set electric charge More...
 
virtual void setVertex (const Point &vertex)
 set vertex More...
 
virtual CandidatePtr sourceCandidatePtr (size_type i) const
 
virtual int status () const
 status word More...
 
virtual double theta () const
 momentum polar angle More...
 
virtual int threeCharge () const
 electric charge More...
 
virtual const Pointvertex () const
 vertex position (overwritten by PF...) More...
 
virtual double vertexChi2 () const
 chi-squares More...
 
virtual double vertexCovariance (int i, int j) const
 (i, j)-th element of error matrix, i, j = 0, ... 2 More...
 
CovarianceMatrix vertexCovariance () const
 return SMatrix More...
 
virtual double vertexNdof () const
 
virtual double vertexNormalizedChi2 () const
 chi-squared divided by n.d.o.f. More...
 
virtual double vx () const
 x coordinate of vertex position More...
 
virtual double vy () const
 y coordinate of vertex position More...
 
virtual double vz () const
 z coordinate of vertex position More...
 
virtual double y () const
 rapidity More...
 
virtual ~LeafCandidate ()
 destructor More...
 
- Public Member Functions inherited from reco::Candidate
template<typename S >
daughter_iterator< S >::type beginFilter (const S &s) const
 
virtual const TrackbestTrack () const
 
 Candidate ()
 default constructor More...
 
template<typename S >
daughter_iterator< S >::type endFilter (const S &s) const
 
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...
 

Private Types

typedef
candidate::const_iterator_imp_specific
< daughters
const_iterator_imp_specific
 
typedef
candidate::iterator_imp_specific
< daughters
iterator_imp_specific
 

Private Member Functions

virtual bool overlap (const Candidate &) const
 check overlap with another daughter More...
 

Private Attributes

daughters dau
 collection of daughters More...
 
std::string name_
 candidate name More...
 
role_collection roles_
 candidate roles More...
 

Additional Inherited Members

- Static Public Member Functions inherited from reco::LeafCandidate
static double dmass (GlobalVector v, double e)
 
static double magd (GlobalVector v)
 
- Static Public Attributes inherited from reco::LeafCandidate
static const unsigned int longLivedTag = 65536
 long lived flag More...
 
static const unsigned int massConstraintTag = 131072
 do mass constraint flag More...
 
- Protected Member Functions inherited from reco::LeafCandidate
void cacheCartesian () const
 set internal cache More...
 
void cachePolar () const
 set internal cache More...
 
void clearCache () const
 clear internal cache More...
 
- Protected Attributes inherited from reco::LeafCandidate
bool cacheCartesianFixed_
 
bool cachePolarFixed_
 has cache been set? More...
 
float eta_
 
float mass_
 
LorentzVector p4Cartesian_
 internal cache for p4 More...
 
PolarLorentzVector p4Polar_
 internal cache for p4 More...
 
int pdgId_
 PDG identifier. More...
 
float phi_
 
float pt_
 four-momentum Lorentz vector More...
 
Charge qx3_
 electric charge More...
 
int status_
 status word More...
 
Point vertex_
 vertex position More...
 

Detailed Description

A Candidate composed of daughters. The daughters are owned by the composite candidate.

Author
Luca Lista, INFN

Definition at line 22 of file CompositeCandidate.h.

Member Typedef Documentation

Definition at line 85 of file CompositeCandidate.h.

collection of daughters

Definition at line 25 of file CompositeCandidate.h.

Definition at line 87 of file CompositeCandidate.h.

typedef std::vector<std::string> reco::CompositeCandidate::role_collection

Definition at line 26 of file CompositeCandidate.h.

Constructor & Destructor Documentation

reco::CompositeCandidate::CompositeCandidate ( std::string  name = "")
inline

default constructor

Definition at line 28 of file CompositeCandidate.h.

Referenced by clone().

28 : LeafCandidate(), name_(name) { }
std::string name_
candidate name
LeafCandidate()
default constructor
Definition: LeafCandidate.h:42
std::string name() const
get the name of the candidate
template<typename P4 >
reco::CompositeCandidate::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 = "" 
)
inline

constructor from values

Definition at line 31 of file CompositeCandidate.h.

33  :
34  LeafCandidate( q, p4, vtx, pdgId, status, integerCharge ), name_(name) { }
virtual int pdgId() const
PDG identifier.
std::string name_
candidate name
virtual int status() const
status word
LeafCandidate()
default constructor
Definition: LeafCandidate.h:42
std::string name() const
get the name of the candidate
virtual const LorentzVector & p4() const
four-momentum Lorentz vector
CompositeCandidate::CompositeCandidate ( const Candidate p,
const std::string &  name = "" 
)
explicit

constructor from values

Definition at line 6 of file CompositeCandidate.cc.

References addDaughter(), reco::Candidate::daughter(), i, n, and reco::Candidate::numberOfDaughters().

7  :
9  size_t n = c.numberOfDaughters();
10  for(size_t i = 0; i != n; ++i) {
11  addDaughter(*c.daughter(i));
12  }
13 }
int i
Definition: DBlmapReader.cc:9
std::string name_
candidate name
void addDaughter(const Candidate &, const std::string &s="")
add a clone of the passed candidate as daughter
LeafCandidate()
default constructor
Definition: LeafCandidate.h:42
std::string name() const
get the name of the candidate
CompositeCandidate::CompositeCandidate ( const Candidate p,
const std::string &  name,
role_collection const &  roles 
)
explicit

constructor from values

Definition at line 15 of file CompositeCandidate.cc.

References addDaughter(), reco::Candidate::daughter(), i, n, reco::Candidate::numberOfDaughters(), alignCSCRings::r, and roles_.

17  :
19  size_t n = c.numberOfDaughters();
20  size_t r = roles_.size();
21  bool sameSize = (n == r);
22  for(size_t i = 0; i != n; ++i) {
23  if (sameSize && r > 0)
24  addDaughter(*c.daughter(i), roles_[i]);
25  else
26  addDaughter(*c.daughter(i));
27  }
28 }
int i
Definition: DBlmapReader.cc:9
std::string name_
candidate name
role_collection const & roles() const
get the roles
role_collection roles_
candidate roles
void addDaughter(const Candidate &, const std::string &s="")
add a clone of the passed candidate as daughter
LeafCandidate()
default constructor
Definition: LeafCandidate.h:42
std::string name() const
get the name of the candidate
CompositeCandidate::~CompositeCandidate ( )
virtual

destructor

Reimplemented in pat::CompositeCandidate.

Definition at line 30 of file CompositeCandidate.cc.

30 { }

Member Function Documentation

void CompositeCandidate::addDaughter ( const Candidate cand,
const std::string &  s = "" 
)

add a clone of the passed candidate as daughter

Definition at line 125 of file CompositeCandidate.cc.

References begin(), trackerHits::c, alignmentValidation::c1, reco::Candidate::clone(), dau, end(), edm::hlt::Exception, spr::find(), edm::OwnVector< T, P >::push_back(), roles_, and setName().

Referenced by combiner::helpers::NormalClone::addDaughter(), combiner::helpers::ShallowClone::addDaughter(), combiner::helpers::ShallowClonePtr::addDaughter(), reco::NamedCompositeCandidate::addDaughter(), cloneDecayTree(), CompositeCandidate(), ZeeCandidateFilter::filter(), TtFullHadHypothesis::hypo(), TtFullLepHypothesis::hypo(), TtSemiLepHypothesis::hypo(), reco::PFTauDecayMode::PFTauDecayMode(), TruthTauDecayModeProducer::produce(), PatJPsiProducer::produce(), BoostedTopProducer::produce(), PFPhotonAlgo::RunPFPhoton(), PFElectronAlgo::SetCandidates(), TtSemiEvtSolution::setupHyp(), and reco::WMuNuCandidate::WMuNuCandidate().

125  {
126  Candidate * c = cand.clone();
127  if (s != "") {
128  role_collection::iterator begin = roles_.begin(), end = roles_.end();
129  bool isFound = (find(begin, end, s) != end);
130  if (isFound) {
131  throw cms::Exception("InvalidReference")
132  << "CompositeCandidate::addDaughter: Already have role with name \"" << s
133  << "\", please clearDaughters, or use a new name\n";
134  }
135  roles_.push_back(s);
136  CompositeCandidate * c1 = dynamic_cast<CompositeCandidate*>(&*c);
137  if (c1 != 0) {
138  c1->setName(s);
139  }
140  }
141  dau.push_back(c);
142 }
role_collection roles_
candidate roles
virtual const_iterator end() const
last daughter const_iterator
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Definition: FindCaloHit.cc:7
void push_back(D *&d)
Definition: OwnVector.h:280
virtual const_iterator begin() const
first daughter const_iterator
virtual Candidate * clone() const =0
returns a clone of the Candidate object
void setName(std::string name)
set the name of the candidate
daughters dau
collection of daughters
void CompositeCandidate::addDaughter ( std::auto_ptr< Candidate cand,
const std::string &  s = "" 
)

add a clone of the passed candidate as daughter

Definition at line 144 of file CompositeCandidate.cc.

References begin(), alignmentValidation::c1, dau, end(), edm::hlt::Exception, spr::find(), edm::OwnVector< T, P >::push_back(), roles_, and setName().

144  {
145  if (s != "") {
146  role_collection::iterator begin = roles_.begin(), end = roles_.end();
147  bool isFound = (find(begin, end, s) != end);
148  if (isFound) {
149  throw cms::Exception("InvalidReference")
150  << "CompositeCandidate::addDaughter: Already have role with name \"" << s
151  << "\", please clearDaughters, or use a new name\n";
152  }
153  roles_.push_back(s);
154  CompositeCandidate * c1 = dynamic_cast<CompositeCandidate*>(&*cand);
155  if (c1 != 0) {
156  c1->setName(s);
157  }
158  }
159  dau.push_back(cand);
160 }
role_collection roles_
candidate roles
virtual const_iterator end() const
last daughter const_iterator
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Definition: FindCaloHit.cc:7
void push_back(D *&d)
Definition: OwnVector.h:280
virtual const_iterator begin() const
first daughter const_iterator
void setName(std::string name)
set the name of the candidate
daughters dau
collection of daughters
void CompositeCandidate::applyRoles ( )

Definition at line 63 of file CompositeCandidate.cc.

References trackerHits::c, alignmentValidation::c1, daughter(), edm::hlt::Exception, i, numberOfDaughters(), roles_, setName(), and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by reco::modules::RoleNames::set().

63  {
64 
65  if (roles_.size() == 0)
66  return;
67 
68  // Check if there are the same number of daughters and roles
69  int N1 = roles_.size();
70  int N2 = numberOfDaughters();
71  if (N1 != N2) {
72  throw cms::Exception("InvalidReference")
73  << "CompositeCandidate::applyRoles : Number of roles and daughters differ, this is an error.\n";
74  }
75  // Set up the daughter roles
76  for (int i = 0 ; i < N1; ++i) {
77  std::string role = roles_[i];
79 
80  CompositeCandidate * c1 = dynamic_cast<CompositeCandidate *>(c);
81  if (c1 != 0) {
82  c1->setName(role);
83  }
84  }
85 }
int i
Definition: DBlmapReader.cc:9
role_collection roles_
candidate roles
virtual size_type numberOfDaughters() const
number of daughters
void setName(std::string name)
set the name of the candidate
virtual const Candidate * daughter(size_type) const
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) ...
Candidate::const_iterator CompositeCandidate::begin ( void  ) const
virtual

first daughter const_iterator

Reimplemented from reco::LeafCandidate.

Definition at line 34 of file CompositeCandidate.cc.

References edm::OwnVector< T, P >::begin(), and dau.

Referenced by reco::NamedCompositeCandidate::addDaughter(), addDaughter(), PFElectronTranslator::correspondingDaughterCandidate(), PFPhotonTranslator::correspondingDaughterCandidate(), and reco::tau::RecoTauPiZeroStripPlugin2::operator()().

candidate::const_iterator const_iterator
Definition: Candidate.h:35
candidate::const_iterator_imp_specific< daughters > const_iterator_imp_specific
iterator begin()
Definition: OwnVector.h:234
daughters dau
collection of daughters
Candidate::iterator CompositeCandidate::begin ( void  )
virtual

first daughter iterator

Reimplemented from reco::LeafCandidate.

Definition at line 38 of file CompositeCandidate.cc.

References edm::OwnVector< T, P >::begin(), and dau.

38 { return iterator(new iterator_imp_specific(dau.begin())); }
iterator begin()
Definition: OwnVector.h:234
candidate::iterator iterator
Definition: Candidate.h:36
daughters dau
collection of daughters
candidate::iterator_imp_specific< daughters > iterator_imp_specific
void reco::CompositeCandidate::clearDaughters ( )
inline

clear daughters

Definition at line 73 of file CompositeCandidate.h.

References edm::OwnVector< T, P >::clear(), and dau.

Referenced by reco::NamedCompositeCandidate::clearDaughters(), and TtSemiEvtSolution::setupHyp().

73 { dau.clear(); }
void clear()
Definition: OwnVector.h:377
daughters dau
collection of daughters
void reco::CompositeCandidate::clearRoles ( )
inline

Definition at line 75 of file CompositeCandidate.h.

References roles_.

Referenced by TtSemiEvtSolution::setupHyp().

75 { roles_.clear(); }
role_collection roles_
candidate roles
CompositeCandidate * CompositeCandidate::clone ( void  ) const
virtual

returns a clone of the candidate

Reimplemented from reco::LeafCandidate.

Reimplemented in reco::PFCandidate, reco::PFTauDecayMode, pat::PFParticle, reco::NamedCompositeCandidate, pat::CompositeCandidate, reco::VertexCompositeCandidate, reco::IsolatedPFCandidate, and reco::PileUpPFCandidate.

Definition at line 32 of file CompositeCandidate.cc.

References CompositeCandidate().

32 { return new CompositeCandidate(* this); }
CompositeCandidate(std::string name="")
default constructor
const Candidate * CompositeCandidate::daughter ( size_type  i) const
virtual
Candidate * CompositeCandidate::daughter ( size_type  i)
virtual

return daughter at a given position, i = 0, ... numberOfDaughters() - 1

Reimplemented from reco::LeafCandidate.

Reimplemented in reco::NamedCompositeCandidate.

Definition at line 46 of file CompositeCandidate.cc.

References dau, and numberOfDaughters().

46  {
47  Candidate * d = (i < numberOfDaughters()) ? & dau[ i ] : 0; // i >= 0, since i is unsigned
48  return d;
49 }
int i
Definition: DBlmapReader.cc:9
virtual size_type numberOfDaughters() const
number of daughters
daughters dau
collection of daughters
Candidate * CompositeCandidate::daughter ( const std::string &  s)
virtual

return daughter with a specified role name

Reimplemented from reco::LeafCandidate.

Reimplemented in reco::NamedCompositeCandidate.

Definition at line 87 of file CompositeCandidate.cc.

References daughter(), edm::hlt::Exception, newFWLiteAna::found, i, N, run_regression::ret, and roles_.

87  {
88  int ret = -1;
89  int i = 0, N = roles_.size();
90  bool found = false;
91  for (; i < N && !found; ++i) {
92  if (s == roles_[i]) {
93  found = true;
94  ret = i;
95  }
96  }
97 
98  if (ret < 0) {
99  throw cms::Exception("InvalidReference")
100  << "CompositeCandidate::daughter: Cannot find role " << s << "\n";
101  }
102 
103  return daughter(ret);
104 }
int i
Definition: DBlmapReader.cc:9
role_collection roles_
candidate roles
#define N
Definition: blowfish.cc:9
virtual const Candidate * daughter(size_type) const
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) ...
const Candidate * CompositeCandidate::daughter ( const std::string &  s) const
virtual

return daughter with a specified role name

Reimplemented from reco::LeafCandidate.

Reimplemented in reco::NamedCompositeCandidate.

Definition at line 106 of file CompositeCandidate.cc.

References daughter(), edm::hlt::Exception, newFWLiteAna::found, i, N, run_regression::ret, and roles_.

106  {
107  int ret = -1;
108  int i = 0, N = roles_.size();
109  bool found = false;
110  for (; i < N && !found; ++i) {
111  if (s == roles_[i]) {
112  found = true;
113  ret = i;
114  }
115  }
116 
117  if (ret < 0) {
118  throw cms::Exception("InvalidReference")
119  << "CompositeCandidate::daughter: Cannot find role " << s << "\n";
120  }
121 
122  return daughter(ret);
123 }
int i
Definition: DBlmapReader.cc:9
role_collection roles_
candidate roles
#define N
Definition: blowfish.cc:9
virtual const Candidate * daughter(size_type) const
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) ...
Candidate::const_iterator CompositeCandidate::end ( void  ) const
virtual
Candidate::iterator CompositeCandidate::end ( void  )
virtual

last daughter const_iterator

Reimplemented from reco::LeafCandidate.

Definition at line 40 of file CompositeCandidate.cc.

References dau, and edm::OwnVector< T, P >::end().

Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().

40 { return iterator(new iterator_imp_specific(dau.end())); }
candidate::iterator iterator
Definition: Candidate.h:36
iterator end()
Definition: OwnVector.h:239
daughters dau
collection of daughters
candidate::iterator_imp_specific< daughters > iterator_imp_specific
const Candidate * CompositeCandidate::mother ( size_type  i = 0) const
virtual

return pointer to mother

Reimplemented from reco::LeafCandidate.

Definition at line 51 of file CompositeCandidate.cc.

51  {
52  return 0;
53 }
std::string reco::CompositeCandidate::name ( ) const
inline
size_t CompositeCandidate::numberOfDaughters ( ) const
virtual
size_t CompositeCandidate::numberOfMothers ( ) const
virtual

number of mothers (zero or one in most of but not all the cases)

Reimplemented from reco::LeafCandidate.

Definition at line 57 of file CompositeCandidate.cc.

57 { return 0; }
bool CompositeCandidate::overlap ( const Candidate c2) const
privatevirtual

check overlap with another daughter

Reimplemented from reco::LeafCandidate.

Reimplemented in reco::PFCandidate.

Definition at line 59 of file CompositeCandidate.cc.

References edm::hlt::Exception.

59  {
60  throw cms::Exception("Error") << "can't check overlap internally for CompositeCanddate";
61 }
role_collection const& reco::CompositeCandidate::roles ( ) const
inline

get the roles

Definition at line 46 of file CompositeCandidate.h.

References roles_.

Referenced by TtEvent::isHypoValid(), and setRoles().

46 { return roles_; }
role_collection roles_
candidate roles
void reco::CompositeCandidate::setName ( std::string  name)
inline

set the name of the candidate

Definition at line 44 of file CompositeCandidate.h.

References name(), and name_.

Referenced by Vispa.Gui.PortWidget.PortWidget::__init__(), Vispa.Views.PropertyView.Property::__init__(), addDaughter(), applyRoles(), and reco::modules::RoleNames::set().

44 { name_ = name;}
std::string name_
candidate name
std::string name() const
get the name of the candidate
void reco::CompositeCandidate::setRoles ( const role_collection roles)
inline

set the roles

Definition at line 48 of file CompositeCandidate.h.

References roles(), and roles_.

Referenced by reco::modules::RoleNames::set().

48 { roles_.clear(); roles_ = roles; }
role_collection const & roles() const
get the roles
role_collection roles_
candidate roles

Member Data Documentation

daughters reco::CompositeCandidate::dau
private

collection of daughters

Definition at line 89 of file CompositeCandidate.h.

Referenced by addDaughter(), begin(), clearDaughters(), daughter(), end(), and numberOfDaughters().

std::string reco::CompositeCandidate::name_
private

candidate name

Definition at line 93 of file CompositeCandidate.h.

Referenced by name(), and setName().

role_collection reco::CompositeCandidate::roles_
private

candidate roles

Definition at line 95 of file CompositeCandidate.h.

Referenced by addDaughter(), applyRoles(), clearRoles(), CompositeCandidate(), daughter(), roles(), and setRoles().