CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
pat::PATObject< ObjectType > Class Template Reference

Templated PAT object container. More...

#include "DataFormats/PatCandidates/interface/PATObject.h"

Inheritance diagram for pat::PATObject< ObjectType >:

Public Types

typedef ObjectType base_type
 

Public Member Functions

void addGenParticleRef (const reco::GenParticleRef &ref)
 
void addTriggerObjectMatch (const TriggerObjectStandAlone &trigObj)
 add a trigger match More...
 
void addUserCand (const std::string &label, const reco::CandidatePtr &data, const bool overwrite=false)
 Set user-defined int. More...
 
template<typename T >
void addUserData (const std::string &label, const T &data, bool transientOnly=false, bool overwrite=false)
 
void addUserDataFromPtr (const std::string &label, const edm::Ptr< pat::UserData > &data, bool overwrite=false)
 
void addUserFloat (const std::string &label, float data, const bool overwrite=false)
 Set user-defined float. More...
 
void addUserInt (const std::string &label, int32_t data, const bool overwrite=false)
 Set user-defined int. More...
 
std::vector< std::pair
< std::string,
pat::LookupTableRecord > > 
efficiencies () const
 Returns the efficiencies as <name,value> pairs (by value) More...
 
const pat::LookupTableRecordefficiency (const std::string &name) const
 Returns an efficiency given its name. More...
 
const std::vector< std::string > & efficiencyNames () const
 Returns the list of the names of the stored efficiencies. More...
 
const std::vector
< pat::LookupTableRecord > & 
efficiencyValues () const
 Returns the list of the values of the stored efficiencies (the ordering is the same as in efficiencyNames()) More...
 
void embedGenParticle ()
 
const reco::GenParticlegenParticle (size_t idx=0) const
 
reco::GenParticleRef genParticleById (int pdgId, int status, uint8_t autoCharge=0) const
 
reco::GenParticleRef genParticleRef (size_t idx=0) const
 
std::vector< reco::GenParticleRefgenParticleRefs () const
 
size_t genParticlesSize () const
 Number of generator level particles stored as ref or embedded. More...
 
const pat::CandKinResolutiongetKinResolution (const std::string &label="") const
 
bool hasKinResolution (const std::string &label="") const
 Check if the kinematic resolutions are stored into this object (possibly specifying a label for them) More...
 
bool hasOverlaps (const std::string &label) const
 Returns true if there was at least one overlap for this test label. More...
 
bool hasUserCand (const std::string &key) const
 Return true if there is a user-defined int with a given name. More...
 
bool hasUserData (const std::string &key) const
 Check if user data with a specific type is present. More...
 
bool hasUserFloat (const std::string &key) const
 Return true if there is a user-defined float with a given name. More...
 
bool hasUserFloat (const char *key) const
 a CINT-friendly interface More...
 
bool hasUserInt (const std::string &key) const
 Return true if there is a user-defined int with a given name. More...
 
const reco::CandidateoriginalObject () const
 access to the original object; returns zero for null Ref and throws for unavailable collection More...
 
const edm::Ptr< reco::Candidate > & originalObjectRef () const
 reference to original object. Returns a null reference if not available More...
 
const std::vector< std::string > & overlapLabels () const
 Returns the labels of the overlap tests that found at least one overlap. More...
 
const reco::CandidatePtrVectoroverlaps (const std::string &label) const
 
 PATObject ()
 default constructor More...
 
 PATObject (const ObjectType &obj)
 constructor from a base object (leaves invalid reference to original object!) More...
 
 PATObject (const edm::RefToBase< ObjectType > &ref)
 constructor from reference More...
 
 PATObject (const edm::Ptr< ObjectType > &ref)
 constructor from reference More...
 
double resolE (const std::string &label="") const
 Resolution on energy, possibly with a label to specify which resolution to use. More...
 
double resolEt (const std::string &label="") const
 Resolution on et, possibly with a label to specify which resolution to use. More...
 
double resolEta (const std::string &label="") const
 Resolution on eta, possibly with a label to specify which resolution to use. More...
 
double resolM (const std::string &label="") const
 
double resolP (const std::string &label="") const
 Resolution on p, possibly with a label to specify which resolution to use. More...
 
double resolPhi (const std::string &label="") const
 Resolution on phi, possibly with a label to specify which resolution to use. More...
 
double resolPInv (const std::string &label="") const
 Resolution on 1/p, possibly with a label to specify which resolution to use. More...
 
double resolPt (const std::string &label="") const
 Resolution on pt, possibly with a label to specify which resolution to use. More...
 
double resolPx (const std::string &label="") const
 Resolution on px, possibly with a label to specify which resolution to use. More...
 
double resolPy (const std::string &label="") const
 Resolution on py, possibly with a label to specify which resolution to use. More...
 
double resolPz (const std::string &label="") const
 Resolution on pz, possibly with a label to specify which resolution to use. More...
 
double resolTheta (const std::string &label="") const
 Resolution on theta, possibly with a label to specify which resolution to use. More...
 
void setEfficiency (const std::string &name, const pat::LookupTableRecord &value)
 
void setGenParticle (const reco::GenParticle &particle)
 Set the generator level particle from a particle not in the Event (embedding it, of course) More...
 
void setGenParticleRef (const reco::GenParticleRef &ref, bool embed=false)
 Set the generator level particle reference. More...
 
void setKinResolution (const pat::CandKinResolution &resol, const std::string &label="")
 Add a kinematic resolution to this object (possibly with a label) More...
 
void setOverlaps (const std::string &label, const reco::CandidatePtrVector &overlaps)
 
const TriggerObjectStandAlonetriggerObjectMatch (const size_t idx=0) const
 get one matched trigger object by index More...
 
const TriggerObjectStandAlonetriggerObjectMatchByAlgorithm (const std::string &nameAlgorithm, const bool algoCondAccepted=true, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByAlgorithm (const char *nameAlgorithm, const bool algoCondAccepted=true, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByAlgorithm (const std::string &nameAlgorithm, const unsigned algoCondAccepted, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByAlgorithm (const char *nameAlgorithm, const unsigned algoCondAccepted, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByCollection (const std::string &coll, const size_t idx=0) const
 get one matched trigger object from a certain collection by index More...
 
const TriggerObjectStandAlonetriggerObjectMatchByCollection (const char *coll, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByCondition (const std::string &nameCondition, const size_t idx=0) const
 get one matched L1 object used in a succeeding object combination of a certain L1 condition by index More...
 
const TriggerObjectStandAlonetriggerObjectMatchByCondition (const char *nameCondition, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByFilter (const std::string &labelFilter, const size_t idx=0) const
 get one matched HLT object used in a certain HLT filter by index More...
 
const TriggerObjectStandAlonetriggerObjectMatchByFilter (const char *labelFilter, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByFilterID (const unsigned triggerObjectType, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByPath (const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByPath (const char *namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByPath (const std::string &namePath, const unsigned pathLastFilterAccepted, const unsigned pathL3FilterAccepted=1, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByPath (const char *namePath, const unsigned pathLastFilterAccepted, const unsigned pathL3FilterAccepted=1, const size_t idx=0) const
 
const TriggerObjectStandAlonetriggerObjectMatchByType (const trigger::TriggerObjectType triggerObjectType, const size_t idx=0) const
 get one matched trigger object of a certain type by index More...
 
const TriggerObjectStandAlonetriggerObjectMatchByType (const unsigned triggerObjectType, const size_t idx=0) const
 
const
TriggerObjectStandAloneCollection
triggerObjectMatches () const
 get all matched trigger objects More...
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByAlgorithm (const std::string &nameAlgorithm, const bool algoCondAccepted=true) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByAlgorithm (const char *nameAlgorithm, const bool algoCondAccepted=true) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByAlgorithm (const std::string &nameAlgorithm, const unsigned algoCondAccepted) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByAlgorithm (const char *nameAlgorithm, const unsigned algoCondAccepted) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByCollection (const std::string &coll) const
 get all matched trigger objects from a certain collection More...
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByCollection (const char *coll) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByCondition (const std::string &nameCondition) const
 get all matched L1 objects used in a succeeding object combination of a certain L1 condition More...
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByCondition (const char *nameCondition) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByFilter (const std::string &labelFilter) const
 get all matched HLT objects used in a certain HLT filter More...
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByFilter (const char *labelFilter) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByFilterID (const unsigned triggerObjectType) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByPath (const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByPath (const char *namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByPath (const std::string &namePath, const unsigned pathLastFilterAccepted, const unsigned pathL3FilterAccepted=1) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByPath (const char *namePath, const unsigned pathLastFilterAccepted, const unsigned pathL3FilterAccepted=1) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByType (const trigger::TriggerObjectType triggerObjectType) const
 
const
TriggerObjectStandAloneCollection 
triggerObjectMatchesByType (const unsigned triggerObjectType) const
 
void unpackTriggerObjectPathNames (const edm::TriggerNames &names)
 unpack path names of matched trigger objects (if they were packed before embedding, which is not normally the case) More...
 
reco::CandidatePtr userCand (const std::string &key) const
 
const std::vector< std::string > & userCandNames () const
 Get list of user-defined cand names. More...
 
template<typename T >
const TuserData (const std::string &key) const
 Returns user-defined data. Returns NULL if the data is not present, or not of type T. More...
 
const void * userDataBare (const std::string &key) const
 
const std::vector< std::string > & userDataNames () const
 Get list of user data object names. More...
 
const std::string & userDataObjectType (const std::string &key) const
 Get human-readable type of user data object, for debugging. More...
 
float userFloat (const std::string &key) const
 
float userFloat (const char *key) const
 a CINT-friendly interface More...
 
const std::vector< std::string > & userFloatNames () const
 Get list of user-defined float names. More...
 
std::vector< float > userFloatRange (const std::string &key) const
 return a range of values corresponding to key More...
 
int32_t userInt (const std::string &key) const
 
const std::vector< std::string > & userIntNames () const
 Get list of user-defined int names. More...
 
std::vector< int > userIntRange (const std::string &key) const
 returns a range of values corresponding to key More...
 
 ~PATObject () override
 destructor More...
 

Protected Member Functions

void addUserDataObject_ (const std::string &label, std::unique_ptr< pat::UserData > value, bool overwrite=false)
 

Protected Attributes

std::vector< std::string > efficiencyNames_
 vector of the efficiencies (names) More...
 
std::vector
< pat::LookupTableRecord
efficiencyValues_
 vector of the efficiencies (values) More...
 
std::vector< reco::GenParticlegenParticleEmbedded_
 vector to hold an embedded generator level particle More...
 
std::vector< reco::GenParticleRefgenParticleRef_
 Reference to a generator level particle. More...
 
std::vector< std::string > kinResolutionLabels_
 
std::vector
< pat::CandKinResolution
kinResolutions_
 Kinematic resolutions. More...
 
std::vector
< reco::CandidatePtrVector
overlapItems_
 Overlapping items (sorted by distance) More...
 
std::vector< std::string > overlapLabels_
 Overlapping test labels (only if there are any overlaps) More...
 
edm::Ptr< reco::CandidaterefToOrig_
 
TriggerObjectStandAloneCollection triggerObjectMatchesEmbedded_
 vector of trigger matches More...
 
std::vector< std::string > userCandLabels_
 
std::vector< reco::CandidatePtruserCands_
 
std::vector< std::string > userDataLabels_
 User data object. More...
 
pat::UserDataCollection userDataObjects_
 
std::vector< std::string > userFloatLabels_
 
std::vector< float > userFloats_
 
std::vector< std::string > userIntLabels_
 
std::vector< int32_t > userInts_
 

Private Member Functions

const pat::UserDatauserDataObject_ (const std::string &key) const
 

Detailed Description

template<class ObjectType>
class pat::PATObject< ObjectType >

Templated PAT object container.

PATObject is the templated base PAT object that wraps around reco objects.

Please post comments and questions to the Physics Tools hypernews: https://hypernews.cern.ch/HyperNews/CMS/get/physTools.html

Author
Steven Lowette, Giovanni Petrucciani, Frederic Ronga, Volker Adler, Sal Rappoccio

Definition at line 43 of file PATObject.h.

Member Typedef Documentation

template<class ObjectType>
typedef ObjectType pat::PATObject< ObjectType >::base_type

Definition at line 45 of file PATObject.h.

Constructor & Destructor Documentation

template<class ObjectType >
pat::PATObject< ObjectType >::PATObject ( )

default constructor

Definition at line 504 of file PATObject.h.

504 {}
template<class ObjectType>
pat::PATObject< ObjectType >::PATObject ( const ObjectType &  obj)

constructor from a base object (leaves invalid reference to original object!)

Definition at line 507 of file PATObject.h.

507 : ObjectType(obj), refToOrig_() {}
edm::Ptr< reco::Candidate > refToOrig_
Definition: PATObject.h:458
template<class ObjectType>
pat::PATObject< ObjectType >::PATObject ( const edm::RefToBase< ObjectType > &  ref)

constructor from reference

Definition at line 510 of file PATObject.h.

511  : ObjectType(*ref),
512  refToOrig_(ref.id(),
513  ref.get(),
514  ref.key()) // correct way to convert RefToBase=>Ptr, if ref is guaranteed to be available
515  // which happens to be true, otherwise the line before this throws ex. already
516  {}
value_type const * get() const
Definition: RefToBase.h:209
ProductID id() const
Definition: RefToBase.h:214
size_t key() const
Definition: RefToBase.h:219
edm::Ptr< reco::Candidate > refToOrig_
Definition: PATObject.h:458
template<class ObjectType>
pat::PATObject< ObjectType >::PATObject ( const edm::Ptr< ObjectType > &  ref)

constructor from reference

Definition at line 519 of file PATObject.h.

519 : ObjectType(*ref), refToOrig_(ref) {}
edm::Ptr< reco::Candidate > refToOrig_
Definition: PATObject.h:458
template<class ObjectType>
pat::PATObject< ObjectType >::~PATObject ( )
inlineoverride

destructor

Definition at line 56 of file PATObject.h.

56 {}

Member Function Documentation

template<class ObjectType >
void pat::PATObject< ObjectType >::addGenParticleRef ( const reco::GenParticleRef ref)

Add a generator level particle reference If there is already an embedded particle, this ref will be embedded too

Definition at line 751 of file PATObject.h.

References edm::Ref< C, T, F >::isNonnull().

Referenced by pat::PATElectronProducer::fillElectron(), pat::PATElectronProducer::fillElectron2(), pat::PATMuonProducer::fillMuon(), pat::PATGenericParticleProducer::produce(), pat::PATPFParticleProducer::produce(), pat::PATPhotonProducer::produce(), and pat::PATTauProducer::produce().

751  {
752  if (!genParticleEmbedded_.empty()) { // we're embedding
753  if (ref.isNonnull())
754  genParticleEmbedded_.push_back(*ref);
755  } else {
756  genParticleRef_.push_back(ref);
757  }
758  }
bool isNonnull() const
Checks for non-null.
Definition: Ref.h:238
std::vector< reco::GenParticleRef > genParticleRef_
Reference to a generator level particle.
Definition: PATObject.h:469
std::vector< reco::GenParticle > genParticleEmbedded_
vector to hold an embedded generator level particle
Definition: PATObject.h:471
template<class ObjectType>
void pat::PATObject< ObjectType >::addTriggerObjectMatch ( const TriggerObjectStandAlone trigObj)
inline

add a trigger match

Definition at line 238 of file PATObject.h.

Referenced by pat::PATMuonProducer::fillHltTriggerInfo(), and pat::PATMuonProducer::fillL1TriggerInfo().

238  {
239  triggerObjectMatchesEmbedded_.push_back(trigObj);
240  };
TriggerObjectStandAloneCollection triggerObjectMatchesEmbedded_
vector of trigger matches
Definition: PATObject.h:461
template<class ObjectType >
void pat::PATObject< ObjectType >::addUserCand ( const std::string &  label,
const reco::CandidatePtr data,
const bool  overwrite = false 
)

Set user-defined int.

Definition at line 954 of file PATObject.h.

References data, HLT_FULL_cff::distance, label, and cuda_std::lower_bound().

956  {
957  auto it = std::lower_bound(userCandLabels_.begin(), userCandLabels_.end(), label);
958  const auto dist = std::distance(userCandLabels_.begin(), it);
959  if (it == userCandLabels_.end() || *it != label) {
960  userCandLabels_.insert(it, label);
961  userCands_.insert(userCands_.begin() + dist, data);
962  } else if (overwrite) {
963  userCands_[dist] = data;
964  } else {
965  userCandLabels_.insert(it + 1, label);
966  userCands_.insert(userCands_.begin() + dist + 1, data);
967  }
968  }
std::vector< reco::CandidatePtr > userCands_
Definition: PATObject.h:489
std::vector< std::string > userCandLabels_
Definition: PATObject.h:488
char const * label
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
template<class ObjectType>
template<typename T >
void pat::PATObject< ObjectType >::addUserData ( const std::string &  label,
const T data,
bool  transientOnly = false,
bool  overwrite = false 
)
inline

Set user-defined data Needs dictionaries for T and for pat::UserHolder<T>, and it will throw exception if they're missing, unless transientOnly is set to true

Definition at line 348 of file PATObject.h.

Referenced by OniaPhotonConversionProducer::makePhotonCandidate(), Onia2MuMuPAT::produce(), and BPHWriteSpecificDecay::write().

348  {
349  std::unique_ptr<pat::UserData> made(pat::UserData::make<T>(data, transientOnly));
350  addUserDataObject_(label, std::move(made), overwrite);
351  }
void addUserDataObject_(const std::string &label, std::unique_ptr< pat::UserData > value, bool overwrite=false)
Definition: PATObject.h:853
char const * label
def move
Definition: eostools.py:511
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
template<class ObjectType>
void pat::PATObject< ObjectType >::addUserDataFromPtr ( const std::string &  label,
const edm::Ptr< pat::UserData > &  data,
bool  overwrite = false 
)
inline

Set user-defined data. To be used only to fill from ValueMap<Ptr<UserData>> Do not use unless you know what you are doing.

Definition at line 355 of file PATObject.h.

355  {
356  std::unique_ptr<pat::UserData> cloned(data->clone());
358  }
void addUserDataObject_(const std::string &label, std::unique_ptr< pat::UserData > value, bool overwrite=false)
Definition: PATObject.h:853
char const * label
def move
Definition: eostools.py:511
template<class ObjectType >
void pat::PATObject< ObjectType >::addUserDataObject_ ( const std::string &  label,
std::unique_ptr< pat::UserData value,
bool  overwrite = false 
)
protected

Definition at line 853 of file PATObject.h.

References HLT_FULL_cff::distance, label, cuda_std::lower_bound(), and eostools::move().

Referenced by pat::PATObject< reco::Muon >::addUserData(), and pat::PATObject< reco::Muon >::addUserDataFromPtr().

855  {
856  auto it = std::lower_bound(userDataLabels_.begin(), userDataLabels_.end(), label);
857  const auto dist = std::distance(userDataLabels_.begin(), it);
858  if (it == userDataLabels_.end() || *it != label) {
859  userDataLabels_.insert(it, label);
861  } else if (overwrite) {
863  } else {
864  //create a range by adding behind the first entry
865  userDataLabels_.insert(it + 1, label);
867  }
868  }
std::vector< std::string > userDataLabels_
User data object.
Definition: PATObject.h:479
iterator begin()
Definition: OwnVector.h:280
char const * label
def move
Definition: eostools.py:511
void set(size_t i, D *&d)
Definition: OwnVector.h:357
pat::UserDataCollection userDataObjects_
Definition: PATObject.h:480
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
void insert(const_iterator i, D *&d)
Definition: OwnVector.h:395
template<class ObjectType >
void pat::PATObject< ObjectType >::addUserFloat ( const std::string &  label,
float  data,
const bool  overwrite = false 
)

Set user-defined float.

Definition at line 892 of file PATObject.h.

References data, HLT_FULL_cff::distance, label, and cuda_std::lower_bound().

Referenced by LowPtConversion::addExtraUserVars(), EGEtScaleSysModifier::modifyObject(), pat::PATPhotonSlimmer::produce(), Onia2MuMuPAT::produce(), PatJPsiProducer::produce(), and BPHWriteSpecificDecay::write().

892  {
893  auto it = std::lower_bound(userFloatLabels_.begin(), userFloatLabels_.end(), label);
894  const auto dist = std::distance(userFloatLabels_.begin(), it);
895  if (it == userFloatLabels_.end() || *it != label) {
896  userFloatLabels_.insert(it, label);
897  userFloats_.insert(userFloats_.begin() + dist, data);
898  } else if (overwrite) {
899  userFloats_[dist] = data;
900  } else {
901  //create a range by adding behind the first entry
902  userFloatLabels_.insert(it + 1, label);
903  userFloats_.insert(userFloats_.begin() + dist + 1, data);
904  }
905  }
std::vector< float > userFloats_
Definition: PATObject.h:483
char const * label
std::vector< std::string > userFloatLabels_
Definition: PATObject.h:482
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
template<class ObjectType>
void pat::PATObject< ObjectType >::addUserInt ( const std::string &  label,
int32_t  data,
const bool  overwrite = false 
)

Set user-defined int.

Definition at line 929 of file PATObject.h.

References data, HLT_FULL_cff::distance, label, and cuda_std::lower_bound().

Referenced by LowPtConversion::addExtraUserVars(), LowPtConversion::addUserVars(), and Onia2MuMuPAT::produce().

929  {
930  auto it = std::lower_bound(userIntLabels_.begin(), userIntLabels_.end(), label);
931  const auto dist = std::distance(userIntLabels_.begin(), it);
932  if (it == userIntLabels_.end() || *it != label) {
933  userIntLabels_.insert(it, label);
934  userInts_.insert(userInts_.begin() + dist, data);
935  } else if (overwrite) {
936  userInts_[dist] = data;
937  } else {
938  //create a range by adding behind the first entry
939  userIntLabels_.insert(it + 1, label);
940  userInts_.insert(userInts_.begin() + dist + 1, data);
941  }
942  }
char const * label
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
std::vector< int32_t > userInts_
Definition: PATObject.h:486
std::vector< std::string > userIntLabels_
Definition: PATObject.h:485
template<class ObjectType >
std::vector< std::pair< std::string, pat::LookupTableRecord > > pat::PATObject< ObjectType >::efficiencies ( ) const

Returns the efficiencies as <name,value> pairs (by value)

Definition at line 716 of file PATObject.h.

References runTheMatrix::ret.

716  {
717  std::vector<std::pair<std::string, pat::LookupTableRecord> > ret;
718  std::vector<std::string>::const_iterator itn = efficiencyNames_.begin(), edn = efficiencyNames_.end();
719  std::vector<pat::LookupTableRecord>::const_iterator itv = efficiencyValues_.begin();
720  for (; itn != edn; ++itn, ++itv) {
721  ret.emplace_back(*itn, *itv);
722  }
723  return ret;
724  }
std::vector< std::string > efficiencyNames_
vector of the efficiencies (names)
Definition: PATObject.h:466
tuple ret
prodAgent to be discontinued
std::vector< pat::LookupTableRecord > efficiencyValues_
vector of the efficiencies (values)
Definition: PATObject.h:464
template<class ObjectType >
const pat::LookupTableRecord & pat::PATObject< ObjectType >::efficiency ( const std::string &  name) const

Returns an efficiency given its name.

Definition at line 706 of file PATObject.h.

References HLT_FULL_cff::distance, Exception, cuda_std::lower_bound(), and mergeVDriftHistosByStation::name.

706  {
707  // find the name in the (sorted) list of names
708  auto it = std::lower_bound(efficiencyNames_.cbegin(), efficiencyNames_.cend(), name);
709  if ((it == efficiencyNames_.end()) || (*it != name)) {
710  throw cms::Exception("Invalid Label") << "There is no efficiency with name '" << name << "' in this PAT Object\n";
711  }
712  return efficiencyValues_[std::distance(efficiencyNames_.cbegin(), it)];
713  }
std::vector< std::string > efficiencyNames_
vector of the efficiencies (names)
Definition: PATObject.h:466
std::vector< pat::LookupTableRecord > efficiencyValues_
vector of the efficiencies (values)
Definition: PATObject.h:464
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
template<class ObjectType>
const std::vector<std::string>& pat::PATObject< ObjectType >::efficiencyNames ( ) const
inline

Returns the list of the names of the stored efficiencies.

Definition at line 255 of file PATObject.h.

255 { return efficiencyNames_; }
std::vector< std::string > efficiencyNames_
vector of the efficiencies (names)
Definition: PATObject.h:466
template<class ObjectType>
const std::vector<pat::LookupTableRecord>& pat::PATObject< ObjectType >::efficiencyValues ( ) const
inline

Returns the list of the values of the stored efficiencies (the ordering is the same as in efficiencyNames())

Definition at line 257 of file PATObject.h.

257 { return efficiencyValues_; }
std::vector< pat::LookupTableRecord > efficiencyValues_
vector of the efficiencies (values)
Definition: PATObject.h:464
template<class ObjectType >
void pat::PATObject< ObjectType >::embedGenParticle ( )

Embed the generator level particle(s) in this PATObject Note that generator level particles can only be all embedded or all not embedded.

Definition at line 768 of file PATObject.h.

Referenced by pat::PATElectronProducer::fillElectron(), pat::PATElectronProducer::fillElectron2(), pat::PATMuonProducer::fillMuon(), pat::PATGenericParticleProducer::produce(), pat::PATPFParticleProducer::produce(), Onia2MuMuPAT::produce(), pat::PATPhotonProducer::produce(), and pat::PATTauProducer::produce().

768  {
769  genParticleEmbedded_.clear();
770  for (std::vector<reco::GenParticleRef>::const_iterator it = genParticleRef_.begin(); it != genParticleRef_.end();
771  ++it) {
772  if (it->isNonnull())
773  genParticleEmbedded_.push_back(**it);
774  }
775  genParticleRef_.clear();
776  }
std::vector< reco::GenParticleRef > genParticleRef_
Reference to a generator level particle.
Definition: PATObject.h:469
std::vector< reco::GenParticle > genParticleEmbedded_
vector to hold an embedded generator level particle
Definition: PATObject.h:471
template<class ObjectType>
const reco::GenParticle* pat::PATObject< ObjectType >::genParticle ( size_t  idx = 0) const
inline

Get generator level particle, as C++ pointer (might be 0 if the ref was null) If you stored multiple GenParticles, you can specify which one you want.

Definition at line 285 of file PATObject.h.

Referenced by EmbeddingLHEProducer::assign_4vector(), and pat::Lepton< reco::Muon >::genLepton().

285  {
287  return ref.isNonnull() ? ref.get() : nullptr;
288  }
bool isNonnull() const
Checks for non-null.
Definition: Ref.h:238
reco::GenParticleRef genParticleRef(size_t idx=0) const
Definition: PATObject.h:265
T const * get() const
Returns C++ pointer to the item.
Definition: Ref.h:232
template<class ObjectType >
reco::GenParticleRef pat::PATObject< ObjectType >::genParticleById ( int  pdgId,
int  status,
uint8_t  autoCharge = 0 
) const

Get a generator level particle reference with a given pdg id and status If there is no MC match with that pdgId and status, it will return a null ref Note: this might be a transient ref if the genParticle was embedded If status == 0, only the pdgId will be checked; likewise, if pdgId == 0, only the status will be checked. When autoCharge is set to true, and a charged reco particle is matched to a charged gen particle, positive pdgId means 'same charge', negative pdgId means 'opposite charge'; for example, electron.genParticleById(11,0,true) will get an e^+ matched to e^+ or e^- matched to e^-, while genParticleById(-15,0,true) will get e^+ matched to e^- or vice versa. If a neutral reco particle is matched to a charged gen particle, the sign of the pdgId passed to getParticleById must match that of the gen particle; for example photon.getParticleById(11) will match gamma to e^-, while genParticleById(-11) will match gamma to e^+ (pdgId=-11)

Definition at line 790 of file PATObject.h.

References funct::abs(), RecoTauCleanerPlugins::charge, reco::LeafCandidate::charge(), dataset::end, g, reco::LeafCandidate::pdgId(), mps_update::status, and reco::LeafCandidate::status().

790  {
791  // get a vector, avoiding an unneeded copy if there is no embedding
792  const std::vector<reco::GenParticleRef> &vec = (genParticleEmbedded_.empty() ? genParticleRef_ : genParticleRefs());
793  for (std::vector<reco::GenParticleRef>::const_iterator ref = vec.begin(), end = vec.end(); ref != end; ++ref) {
794  if (ref->isNonnull()) {
795  const reco::GenParticle &g = **ref;
796  if ((status != 0) && (g.status() != status))
797  continue;
798  if (pdgId == 0) {
799  return *ref;
800  } else if (!autoCharge) {
801  if (pdgId == g.pdgId())
802  return *ref;
803  } else if (abs(pdgId) == abs(g.pdgId())) {
804  // I want pdgId > 0 to match "correct charge" (for charged particles)
805  if (g.charge() == 0)
806  return *ref;
807  else if ((this->charge() == 0) && (pdgId == g.pdgId()))
808  return *ref;
809  else if (g.charge() * this->charge() * pdgId > 0)
810  return *ref;
811  }
812  }
813  }
814  return reco::GenParticleRef();
815  }
std::vector< reco::GenParticleRef > genParticleRef_
Reference to a generator level particle.
Definition: PATObject.h:469
edm::Ref< GenParticleCollection > GenParticleRef
persistent reference to a GenParticle
list status
Definition: mps_update.py:107
int status() const final
status word
std::vector< reco::GenParticleRef > genParticleRefs() const
Definition: PATObject.h:779
std::vector< reco::GenParticle > genParticleEmbedded_
vector to hold an embedded generator level particle
Definition: PATObject.h:471
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
int pdgId() const final
PDG identifier.
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
string end
Definition: dataset.py:937
int charge() const final
electric charge
template<class ObjectType>
reco::GenParticleRef pat::PATObject< ObjectType >::genParticleRef ( size_t  idx = 0) const
inline

Get generator level particle reference (might be a transient ref if the genParticle was embedded) If you stored multiple GenParticles, you can specify which one you want.

Definition at line 265 of file PATObject.h.

Referenced by pat::PATObject< reco::Muon >::genParticle().

265  {
266  if (idx >= genParticlesSize())
267  return reco::GenParticleRef();
269  }
std::vector< reco::GenParticleRef > genParticleRef_
Reference to a generator level particle.
Definition: PATObject.h:469
size_t genParticlesSize() const
Number of generator level particles stored as ref or embedded.
Definition: PATObject.h:290
edm::Ref< GenParticleCollection > GenParticleRef
persistent reference to a GenParticle
std::vector< reco::GenParticle > genParticleEmbedded_
vector to hold an embedded generator level particle
Definition: PATObject.h:471
template<class ObjectType >
std::vector< reco::GenParticleRef > pat::PATObject< ObjectType >::genParticleRefs ( ) const

Return the list of generator level particles. Note that the refs can be transient refs to embedded GenParticles

Definition at line 779 of file PATObject.h.

References mps_fire::i, dqmiodumpmetadata::n, and runTheMatrix::ret.

Referenced by getGenTau().

779  {
780  if (genParticleEmbedded_.empty())
781  return genParticleRef_;
782  std::vector<reco::GenParticleRef> ret(genParticleEmbedded_.size());
783  for (size_t i = 0, n = ret.size(); i < n; ++i) {
785  }
786  return ret;
787  }
tuple ret
prodAgent to be discontinued
std::vector< reco::GenParticleRef > genParticleRef_
Reference to a generator level particle.
Definition: PATObject.h:469
edm::Ref< GenParticleCollection > GenParticleRef
persistent reference to a GenParticle
std::vector< reco::GenParticle > genParticleEmbedded_
vector to hold an embedded generator level particle
Definition: PATObject.h:471
template<class ObjectType>
size_t pat::PATObject< ObjectType >::genParticlesSize ( ) const
inline

Number of generator level particles stored as ref or embedded.

Definition at line 290 of file PATObject.h.

Referenced by pat::PATObject< reco::Muon >::genParticleRef().

290  {
291  return genParticleEmbedded_.empty() ? genParticleRef_.size() : genParticleEmbedded_.size();
292  }
std::vector< reco::GenParticleRef > genParticleRef_
Reference to a generator level particle.
Definition: PATObject.h:469
std::vector< reco::GenParticle > genParticleEmbedded_
vector to hold an embedded generator level particle
Definition: PATObject.h:471
template<class ObjectType >
const pat::CandKinResolution & pat::PATObject< ObjectType >::getKinResolution ( const std::string &  label = "") const

Return the kinematic resolutions associated to this object, possibly specifying a label for it. If not present, it will throw an exception.

Definition at line 971 of file PATObject.h.

References HLT_FULL_cff::distance, Exception, label, cuda_std::lower_bound(), and match().

Referenced by pat::PATObject< reco::Muon >::resolE(), pat::PATObject< reco::Muon >::resolEt(), pat::PATObject< reco::Muon >::resolEta(), pat::PATObject< reco::Muon >::resolM(), pat::PATObject< reco::Muon >::resolP(), pat::PATObject< reco::Muon >::resolPhi(), pat::PATObject< reco::Muon >::resolPInv(), pat::PATObject< reco::Muon >::resolPt(), pat::PATObject< reco::Muon >::resolPx(), pat::PATObject< reco::Muon >::resolPy(), pat::PATObject< reco::Muon >::resolPz(), and pat::PATObject< reco::Muon >::resolTheta().

971  {
972  const bool has_unlabelled = (kinResolutionLabels_.size() + 1 == kinResolutions_.size());
973  if (label.empty()) {
974  if (has_unlabelled) {
975  return kinResolutions_[0];
976  } else {
977  throw cms::Exception("Missing Data", "This object does not contain an un-labelled kinematic resolution");
978  }
979  } else {
981  const auto dist = std::distance(kinResolutionLabels_.begin(), match);
982  const size_t increment = (has_unlabelled ? 1 : 0);
983  if (match == kinResolutionLabels_.end() || *match != label) {
984  cms::Exception ex("Missing Data");
985  ex << "This object does not contain a kinematic resolution with name '" << label << "'.\n";
986  ex << "The known labels are: ";
987  for (std::vector<std::string>::const_iterator it = kinResolutionLabels_.cbegin();
988  it != kinResolutionLabels_.cend();
989  ++it) {
990  ex << "'" << *it << "' ";
991  }
992  ex << "\n";
993  throw ex;
994  } else {
995  return kinResolutions_[dist + increment];
996  }
997  }
998  }
std::vector< pat::CandKinResolution > kinResolutions_
Kinematic resolutions.
Definition: PATObject.h:492
char const * label
std::vector< std::string > kinResolutionLabels_
Definition: PATObject.h:495
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:10
template<class ObjectType >
bool pat::PATObject< ObjectType >::hasKinResolution ( const std::string &  label = "") const

Check if the kinematic resolutions are stored into this object (possibly specifying a label for them)

Definition at line 1001 of file PATObject.h.

References label, cuda_std::lower_bound(), and match().

1001  {
1002  if (label.empty()) {
1003  return (kinResolutionLabels_.size() + 1 == kinResolutions_.size());
1004  } else {
1006  return (match != kinResolutionLabels_.cend() && *match == label);
1007  }
1008  }
std::vector< pat::CandKinResolution > kinResolutions_
Kinematic resolutions.
Definition: PATObject.h:492
char const * label
std::vector< std::string > kinResolutionLabels_
Definition: PATObject.h:495
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:10
template<class ObjectType >
bool pat::PATObject< ObjectType >::hasOverlaps ( const std::string &  label) const

Returns true if there was at least one overlap for this test label.

Definition at line 818 of file PATObject.h.

References label, cuda_std::lower_bound(), and match().

818  {
819  auto match = std::lower_bound(overlapLabels_.cbegin(), overlapLabels_.cend(), label);
820  return (match != overlapLabels_.end() && *match == label);
821  }
char const * label
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:10
std::vector< std::string > overlapLabels_
Overlapping test labels (only if there are any overlaps)
Definition: PATObject.h:474
template<class ObjectType>
bool pat::PATObject< ObjectType >::hasUserCand ( const std::string &  key) const
inline

Return true if there is a user-defined int with a given name.

Definition at line 403 of file PATObject.h.

403  {
404  auto it = std::lower_bound(userCandLabels_.cbegin(), userCandLabels_.cend(), key);
405  return (it != userCandLabels_.cend() && *it == key);
406  }
std::vector< std::string > userCandLabels_
Definition: PATObject.h:488
tuple key
prepare the HTCondor submission files and eventually submit them
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
template<class ObjectType>
bool pat::PATObject< ObjectType >::hasUserData ( const std::string &  key) const
inline

Check if user data with a specific type is present.

Definition at line 327 of file PATObject.h.

Referenced by BPHUserData::getByRef().

327 { return (userDataObject_(key) != nullptr); }
tuple key
prepare the HTCondor submission files and eventually submit them
const pat::UserData * userDataObject_(const std::string &key) const
Definition: PATObject.h:844
template<class ObjectType>
bool pat::PATObject< ObjectType >::hasUserFloat ( const std::string &  key) const
inline

Return true if there is a user-defined float with a given name.

Definition at line 373 of file PATObject.h.

Referenced by BPHFittedBasicSelect::accept(), BPHHistoSpecificDecay::analyze(), and Jet.Jet::puMva().

373  {
374  auto it = std::lower_bound(userFloatLabels_.cbegin(), userFloatLabels_.cend(), key);
375  return (it != userFloatLabels_.cend() && *it == key);
376  }
tuple key
prepare the HTCondor submission files and eventually submit them
std::vector< std::string > userFloatLabels_
Definition: PATObject.h:482
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
template<class ObjectType>
bool pat::PATObject< ObjectType >::hasUserFloat ( const char *  key) const
inline

a CINT-friendly interface

Definition at line 378 of file PATObject.h.

Referenced by pat::PATObject< reco::Muon >::hasUserFloat(), and Jet.Jet::puMva().

378 { return hasUserFloat(std::string(key)); }
bool hasUserFloat(const std::string &key) const
Return true if there is a user-defined float with a given name.
Definition: PATObject.h:373
tuple key
prepare the HTCondor submission files and eventually submit them
template<class ObjectType>
bool pat::PATObject< ObjectType >::hasUserInt ( const std::string &  key) const
inline

Return true if there is a user-defined int with a given name.

Definition at line 390 of file PATObject.h.

Referenced by LowPtConversion::addUserVars().

390  {
391  auto it = std::lower_bound(userIntLabels_.cbegin(), userIntLabels_.cend(), key);
392  return (it != userIntLabels_.cend() && *it == key);
393  }
tuple key
prepare the HTCondor submission files and eventually submit them
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
std::vector< std::string > userIntLabels_
Definition: PATObject.h:485
template<class ObjectType >
const reco::Candidate * pat::PATObject< ObjectType >::originalObject ( ) const

access to the original object; returns zero for null Ref and throws for unavailable collection

Definition at line 522 of file PATObject.h.

References Exception, and edm::errors::ProductNotFound.

Referenced by hitfit::JetTranslatorBase< AJet >::CheckEta(), and hitfit::JetTranslatorBase< AJet >::operator()().

522  {
523  if (refToOrig_.isNull()) {
524  // this object was not produced from a reference, so no link to the
525  // original object exists -> return a 0-pointer
526  return nullptr;
527  } else if (!refToOrig_.isAvailable()) {
529  << "The original collection from which this PAT object was made is not present any more in the event, hence "
530  "you cannot access the originating object anymore.";
531  } else {
532  return refToOrig_.get();
533  }
534  }
T const * get() const
Returns C++ pointer to the item.
Definition: Ptr.h:139
bool isAvailable() const
Definition: Ptr.h:230
bool isNull() const
Checks for null.
Definition: Ptr.h:142
edm::Ptr< reco::Candidate > refToOrig_
Definition: PATObject.h:458
template<class ObjectType >
const edm::Ptr< reco::Candidate > & pat::PATObject< ObjectType >::originalObjectRef ( ) const
template<class ObjectType>
const std::vector<std::string>& pat::PATObject< ObjectType >::overlapLabels ( ) const
inline

Returns the labels of the overlap tests that found at least one overlap.

Definition at line 314 of file PATObject.h.

314 { return overlapLabels_; }
std::vector< std::string > overlapLabels_
Overlapping test labels (only if there are any overlaps)
Definition: PATObject.h:474
template<class ObjectType >
const reco::CandidatePtrVector & pat::PATObject< ObjectType >::overlaps ( const std::string &  label) const

Return the list of overlaps for one label (can be empty) The original ordering of items is kept (usually it's by increasing deltaR from this item)

Definition at line 824 of file PATObject.h.

References HLT_FULL_cff::distance, pat::get_empty_cpv(), label, cuda_std::lower_bound(), and match().

824  {
825  auto match = std::lower_bound(overlapLabels_.cbegin(), overlapLabels_.cend(), label);
826  if (match == overlapLabels_.cend() || *match != label)
827  return get_empty_cpv();
829  }
const reco::CandidatePtrVector & get_empty_cpv()
Definition: PATObject.cc:4
char const * label
std::vector< reco::CandidatePtrVector > overlapItems_
Overlapping items (sorted by distance)
Definition: PATObject.h:476
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:10
std::vector< std::string > overlapLabels_
Overlapping test labels (only if there are any overlaps)
Definition: PATObject.h:474
template<class ObjectType>
double pat::PATObject< ObjectType >::resolE ( const std::string &  label = "") const
inline

Resolution on energy, possibly with a label to specify which resolution to use.

Definition at line 429 of file PATObject.h.

429 { return getKinResolution(label).resolE(this->p4()); }
char const * label
double resolE(const LorentzVector &p4) const
Resolution on energy, given the 4-momentum of the associated Candidate.
const pat::CandKinResolution & getKinResolution(const std::string &label="") const
Definition: PATObject.h:971
template<class ObjectType>
double pat::PATObject< ObjectType >::resolEt ( const std::string &  label = "") const
inline

Resolution on et, possibly with a label to specify which resolution to use.

Definition at line 432 of file PATObject.h.

432 { return getKinResolution(label).resolEt(this->p4()); }
char const * label
const pat::CandKinResolution & getKinResolution(const std::string &label="") const
Definition: PATObject.h:971
double resolEt(const LorentzVector &p4) const
Resolution on et, given the 4-momentum of the associated Candidate.
template<class ObjectType>
double pat::PATObject< ObjectType >::resolEta ( const std::string &  label = "") const
inline

Resolution on eta, possibly with a label to specify which resolution to use.

Definition at line 420 of file PATObject.h.

420 { return getKinResolution(label).resolEta(this->p4()); }
char const * label
double resolEta(const LorentzVector &p4) const
Resolution on eta, given the 4-momentum of the associated Candidate.
const pat::CandKinResolution & getKinResolution(const std::string &label="") const
Definition: PATObject.h:971
template<class ObjectType>
double pat::PATObject< ObjectType >::resolM ( const std::string &  label = "") const
inline

Resolution on mass, possibly with a label to specify which resolution to use Note: this will be zero if a mass-constrained parametrization is used for this object

Definition at line 454 of file PATObject.h.

454 { return getKinResolution(label).resolM(this->p4()); }
char const * label
double resolM(const LorentzVector &p4) const
const pat::CandKinResolution & getKinResolution(const std::string &label="") const
Definition: PATObject.h:971
template<class ObjectType>
double pat::PATObject< ObjectType >::resolP ( const std::string &  label = "") const
inline

Resolution on p, possibly with a label to specify which resolution to use.

Definition at line 435 of file PATObject.h.

435 { return getKinResolution(label).resolP(this->p4()); }
char const * label
double resolP(const LorentzVector &p4) const
Resolution on p, given the 4-momentum of the associated Candidate.
const pat::CandKinResolution & getKinResolution(const std::string &label="") const
Definition: PATObject.h:971
template<class ObjectType>
double pat::PATObject< ObjectType >::resolPhi ( const std::string &  label = "") const
inline

Resolution on phi, possibly with a label to specify which resolution to use.

Definition at line 426 of file PATObject.h.

426 { return getKinResolution(label).resolPhi(this->p4()); }
double resolPhi(const LorentzVector &p4) const
Resolution on phi, given the 4-momentum of the associated Candidate.
char const * label
const pat::CandKinResolution & getKinResolution(const std::string &label="") const
Definition: PATObject.h:971
template<class ObjectType>
double pat::PATObject< ObjectType >::resolPInv ( const std::string &  label = "") const
inline

Resolution on 1/p, possibly with a label to specify which resolution to use.

Definition at line 441 of file PATObject.h.

441 { return getKinResolution(label).resolPInv(this->p4()); }
char const * label
double resolPInv(const LorentzVector &p4) const
Resolution on 1/p, given the 4-momentum of the associated Candidate.
const pat::CandKinResolution & getKinResolution(const std::string &label="") const
Definition: PATObject.h:971
template<class ObjectType>
double pat::PATObject< ObjectType >::resolPt ( const std::string &  label = "") const
inline

Resolution on pt, possibly with a label to specify which resolution to use.

Definition at line 438 of file PATObject.h.

438 { return getKinResolution(label).resolPt(this->p4()); }
char const * label
const pat::CandKinResolution & getKinResolution(const std::string &label="") const
Definition: PATObject.h:971
double resolPt(const LorentzVector &p4) const
Resolution on pt, given the 4-momentum of the associated Candidate.
template<class ObjectType>
double pat::PATObject< ObjectType >::resolPx ( const std::string &  label = "") const
inline

Resolution on px, possibly with a label to specify which resolution to use.

Definition at line 444 of file PATObject.h.

444 { return getKinResolution(label).resolPx(this->p4()); }
char const * label
double resolPx(const LorentzVector &p4) const
Resolution on px, given the 4-momentum of the associated Candidate.
const pat::CandKinResolution & getKinResolution(const std::string &label="") const
Definition: PATObject.h:971
template<class ObjectType>
double pat::PATObject< ObjectType >::resolPy ( const std::string &  label = "") const
inline

Resolution on py, possibly with a label to specify which resolution to use.

Definition at line 447 of file PATObject.h.

447 { return getKinResolution(label).resolPy(this->p4()); }
char const * label
double resolPy(const LorentzVector &p4) const
Resolution on py, given the 4-momentum of the associated Candidate.
const pat::CandKinResolution & getKinResolution(const std::string &label="") const
Definition: PATObject.h:971
template<class ObjectType>
double pat::PATObject< ObjectType >::resolPz ( const std::string &  label = "") const
inline

Resolution on pz, possibly with a label to specify which resolution to use.

Definition at line 450 of file PATObject.h.

450 { return getKinResolution(label).resolPz(this->p4()); }
double resolPz(const LorentzVector &p4) const
Resolution on pz, given the 4-momentum of the associated Candidate.
char const * label
const pat::CandKinResolution & getKinResolution(const std::string &label="") const
Definition: PATObject.h:971
template<class ObjectType>
double pat::PATObject< ObjectType >::resolTheta ( const std::string &  label = "") const
inline

Resolution on theta, possibly with a label to specify which resolution to use.

Definition at line 423 of file PATObject.h.

423 { return getKinResolution(label).resolTheta(this->p4()); }
char const * label
const pat::CandKinResolution & getKinResolution(const std::string &label="") const
Definition: PATObject.h:971
double resolTheta(const LorentzVector &p4) const
Resolution on theta, given the 4-momentum of the associated Candidate.
template<class ObjectType >
void pat::PATObject< ObjectType >::setEfficiency ( const std::string &  name,
const pat::LookupTableRecord value 
)

Store one efficiency in this item, in addition to the existing ones If an efficiency with the same name exists, the old value is replaced by this one Calling this method many times with names not sorted alphabetically will be slow

Definition at line 727 of file PATObject.h.

References HLT_FULL_cff::distance, cuda_std::lower_bound(), mergeVDriftHistosByStation::name, and relativeConstraints::value.

Referenced by pat::helper::EfficiencyLoader::setEfficiencies().

727  {
728  // look for the name, or to the place where we can insert it without violating the alphabetic order
729  auto it = std::lower_bound(efficiencyNames_.begin(), efficiencyNames_.end(), name);
730  const auto dist = std::distance(efficiencyNames_.begin(), it);
731  if (it == efficiencyNames_.end()) { // insert at the end
732  efficiencyNames_.push_back(name);
733  efficiencyValues_.push_back(value);
734  } else if (*it == name) { // replace existing
735  efficiencyValues_[dist] = value;
736  } else { // insert in the middle :-(
737  efficiencyNames_.insert(it, name);
738  efficiencyValues_.insert(efficiencyValues_.begin() + dist, value);
739  }
740  }
std::vector< std::string > efficiencyNames_
vector of the efficiencies (names)
Definition: PATObject.h:466
std::vector< pat::LookupTableRecord > efficiencyValues_
vector of the efficiencies (values)
Definition: PATObject.h:464
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
template<class ObjectType >
void pat::PATObject< ObjectType >::setGenParticle ( const reco::GenParticle particle)

Set the generator level particle from a particle not in the Event (embedding it, of course)

Definition at line 761 of file PATObject.h.

761  {
762  genParticleEmbedded_.clear();
763  genParticleEmbedded_.push_back(particle);
764  genParticleRef_.clear();
765  }
std::vector< reco::GenParticleRef > genParticleRef_
Reference to a generator level particle.
Definition: PATObject.h:469
std::vector< reco::GenParticle > genParticleEmbedded_
vector to hold an embedded generator level particle
Definition: PATObject.h:471
template<class ObjectType >
void pat::PATObject< ObjectType >::setGenParticleRef ( const reco::GenParticleRef ref,
bool  embed = false 
)

Set the generator level particle reference.

Definition at line 743 of file PATObject.h.

Referenced by Onia2MuMuPAT::produce(), and pat::Lepton< reco::Muon >::setGenLepton().

743  {
744  genParticleRef_ = std::vector<reco::GenParticleRef>(1, ref);
745  genParticleEmbedded_.clear();
746  if (embed)
748  }
std::vector< reco::GenParticleRef > genParticleRef_
Reference to a generator level particle.
Definition: PATObject.h:469
std::vector< reco::GenParticle > genParticleEmbedded_
vector to hold an embedded generator level particle
Definition: PATObject.h:471
#define embed
Definition: AMPTWrapper.h:188
void embedGenParticle()
Definition: PATObject.h:768
template<class ObjectType >
void pat::PATObject< ObjectType >::setKinResolution ( const pat::CandKinResolution resol,
const std::string &  label = "" 
)

Add a kinematic resolution to this object (possibly with a label)

Definition at line 1011 of file PATObject.h.

References HLT_FULL_cff::distance, label, cuda_std::lower_bound(), match(), and l1ParticleFlow_cff::resol.

Referenced by pat::helper::KinResolutionsLoader::setResolutions().

1011  {
1012  const bool has_unlabelled = (kinResolutionLabels_.size() + 1 == kinResolutions_.size());
1013  if (label.empty()) {
1014  if (has_unlabelled) {
1015  // There is already an un-labelled object. Replace it
1016  kinResolutions_[0] = resol;
1017  } else {
1018  // Insert. Note that the un-labelled is always the first, so we need to insert before begin()
1019  // (for an empty vector, this should not cost more than push_back)
1020  kinResolutions_.insert(kinResolutions_.begin(), resol);
1021  }
1022  } else {
1024  const auto dist = std::distance(kinResolutionLabels_.begin(), match);
1025  const size_t increment = (has_unlabelled ? 1 : 0);
1026  if (match != kinResolutionLabels_.end() && *match == label) {
1027  // Existing object: replace
1028  kinResolutions_[dist + increment] = resol;
1029  } else {
1030  kinResolutionLabels_.insert(match, label);
1031  kinResolutions_.insert(kinResolutions_.begin() + dist + increment, resol);
1032  }
1033  }
1034  }
std::vector< pat::CandKinResolution > kinResolutions_
Kinematic resolutions.
Definition: PATObject.h:492
char const * label
std::vector< std::string > kinResolutionLabels_
Definition: PATObject.h:495
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:10
template<class ObjectType >
void pat::PATObject< ObjectType >::setOverlaps ( const std::string &  label,
const reco::CandidatePtrVector overlaps 
)

Sets the list of overlapping items for one label Note that adding an empty PtrVector has no effect at all Items within the list should already be sorted appropriately (this method won't sort them)

Definition at line 832 of file PATObject.h.

References HLT_FULL_cff::distance, label, cuda_std::lower_bound(), match(), and analyzePatCleaning_cfg::overlaps.

832  {
833  auto match = std::lower_bound(overlapLabels_.begin(), overlapLabels_.end(), label);
834  const auto dist = std::distance(overlapLabels_.begin(), match);
835  if (match == overlapLabels_.end() || *match != label) {
836  overlapLabels_.insert(match, label);
837  overlapItems_.insert(overlapItems_.begin() + dist, overlaps);
838  } else {
839  overlapItems_[dist] = overlaps;
840  }
841  }
const reco::CandidatePtrVector & overlaps(const std::string &label) const
Definition: PATObject.h:824
char const * label
std::vector< reco::CandidatePtrVector > overlapItems_
Overlapping items (sorted by distance)
Definition: PATObject.h:476
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:10
std::vector< std::string > overlapLabels_
Overlapping test labels (only if there are any overlaps)
Definition: PATObject.h:474
template<class ObjectType >
const TriggerObjectStandAlone * pat::PATObject< ObjectType >::triggerObjectMatch ( const size_t  idx = 0) const

get one matched trigger object by index

Definition at line 542 of file PATObject.h.

References edm::Ref< C, T, F >::get(), edm::Ref< C, T, F >::isNonnull(), and findQualityFiles::size.

542  {
543  if (idx >= triggerObjectMatches().size())
544  return nullptr;
546  return ref.isNonnull() ? ref.get() : nullptr;
547  }
TriggerObjectStandAloneCollection triggerObjectMatchesEmbedded_
vector of trigger matches
Definition: PATObject.h:461
edm::Ref< TriggerObjectStandAloneCollection > TriggerObjectStandAloneRef
Persistent reference to an item in a TriggerObjectStandAloneCollection.
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
tuple size
Write out results.
template<class ObjectType >
const TriggerObjectStandAlone * pat::PATObject< ObjectType >::triggerObjectMatchByAlgorithm ( const std::string &  nameAlgorithm,
const bool  algoCondAccepted = true,
const size_t  idx = 0 
) const

get one matched L1 object used in a succeeding object combination of a condition in a certain L1 (physics) algorithm by index; if 'algoCondAccepted' is set to 'true' (default), only objects used in succeeding conditions of succeeding algorithms are considered ("firing" objects)

Definition at line 637 of file PATObject.h.

References mps_fire::i, and edm::Ref< C, T, F >::isNonnull().

Referenced by pat::PATObject< reco::Muon >::triggerObjectMatchByAlgorithm().

639  {
640  std::vector<size_t> refs;
641  for (size_t i = 0; i < triggerObjectMatches().size(); ++i) {
642  if (triggerObjectMatch(i) != 0 && triggerObjectMatch(i)->hasAlgorithmName(nameAlgorithm, algoCondAccepted))
643  refs.push_back(i);
644  }
645  if (idx >= refs.size())
646  return nullptr;
648  return ref.isNonnull() ? ref.get() : nullptr;
649  }
TriggerObjectStandAloneCollection triggerObjectMatchesEmbedded_
vector of trigger matches
Definition: PATObject.h:461
bool hasAlgorithmName(const std::string &algorithmName, bool algoCondAccepted=true) const
Checks, if a certain L1 algorithm name is assigned.
const TriggerObjectStandAlone * triggerObjectMatch(const size_t idx=0) const
get one matched trigger object by index
Definition: PATObject.h:542
edm::Ref< TriggerObjectStandAloneCollection > TriggerObjectStandAloneRef
Persistent reference to an item in a TriggerObjectStandAloneCollection.
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
template<class ObjectType>
const TriggerObjectStandAlone* pat::PATObject< ObjectType >::triggerObjectMatchByAlgorithm ( const char *  nameAlgorithm,
const bool  algoCondAccepted = true,
const size_t  idx = 0 
) const
inline

Definition at line 149 of file PATObject.h.

151  {
152  return triggerObjectMatchByAlgorithm(std::string(nameAlgorithm), algoCondAccepted, idx);
153  };
const TriggerObjectStandAlone * triggerObjectMatchByAlgorithm(const std::string &nameAlgorithm, const bool algoCondAccepted=true, const size_t idx=0) const
Definition: PATObject.h:637
template<class ObjectType>
const TriggerObjectStandAlone* pat::PATObject< ObjectType >::triggerObjectMatchByAlgorithm ( const std::string &  nameAlgorithm,
const unsigned  algoCondAccepted,
const size_t  idx = 0 
) const
inline

Definition at line 155 of file PATObject.h.

157  {
158  return triggerObjectMatchByAlgorithm(nameAlgorithm, bool(algoCondAccepted), idx);
159  };
const TriggerObjectStandAlone * triggerObjectMatchByAlgorithm(const std::string &nameAlgorithm, const bool algoCondAccepted=true, const size_t idx=0) const
Definition: PATObject.h:637
template<class ObjectType>
const TriggerObjectStandAlone* pat::PATObject< ObjectType >::triggerObjectMatchByAlgorithm ( const char *  nameAlgorithm,
const unsigned  algoCondAccepted,
const size_t  idx = 0 
) const
inline

Definition at line 161 of file PATObject.h.

163  {
164  return triggerObjectMatchByAlgorithm(std::string(nameAlgorithm), bool(algoCondAccepted), idx);
165  };
const TriggerObjectStandAlone * triggerObjectMatchByAlgorithm(const std::string &nameAlgorithm, const bool algoCondAccepted=true, const size_t idx=0) const
Definition: PATObject.h:637
template<class ObjectType >
const TriggerObjectStandAlone * pat::PATObject< ObjectType >::triggerObjectMatchByCollection ( const std::string &  coll,
const size_t  idx = 0 
) const

get one matched trigger object from a certain collection by index

Definition at line 586 of file PATObject.h.

References mps_fire::i, and edm::Ref< C, T, F >::isNonnull().

Referenced by pat::PATObject< reco::Muon >::triggerObjectMatchByCollection().

587  {
588  std::vector<size_t> refs;
589  for (size_t i = 0; i < triggerObjectMatches().size(); ++i) {
590  if (triggerObjectMatch(i) != 0 && triggerObjectMatch(i)->hasCollection(coll)) {
591  refs.push_back(i);
592  }
593  }
594  if (idx >= refs.size())
595  return nullptr;
597  return ref.isNonnull() ? ref.get() : nullptr;
598  }
TriggerObjectStandAloneCollection triggerObjectMatchesEmbedded_
vector of trigger matches
Definition: PATObject.h:461
bool hasCollection(const std::string &collName) const override
Checks, if a certain label of original collection is assigned (method overrides)
const TriggerObjectStandAlone * triggerObjectMatch(const size_t idx=0) const
get one matched trigger object by index
Definition: PATObject.h:542
edm::Ref< TriggerObjectStandAloneCollection > TriggerObjectStandAloneRef
Persistent reference to an item in a TriggerObjectStandAloneCollection.
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
template<class ObjectType>
const TriggerObjectStandAlone* pat::PATObject< ObjectType >::triggerObjectMatchByCollection ( const char *  coll,
const size_t  idx = 0 
) const
inline

Definition at line 105 of file PATObject.h.

105  {
106  return triggerObjectMatchByCollection(std::string(coll), idx);
107  };
const TriggerObjectStandAlone * triggerObjectMatchByCollection(const std::string &coll, const size_t idx=0) const
get one matched trigger object from a certain collection by index
Definition: PATObject.h:586
template<class ObjectType >
const TriggerObjectStandAlone * pat::PATObject< ObjectType >::triggerObjectMatchByCondition ( const std::string &  nameCondition,
const size_t  idx = 0 
) const

get one matched L1 object used in a succeeding object combination of a certain L1 condition by index

Definition at line 612 of file PATObject.h.

References mps_fire::i, and edm::Ref< C, T, F >::isNonnull().

Referenced by pat::PATObject< reco::Muon >::triggerObjectMatchByCondition().

613  {
614  std::vector<size_t> refs;
615  for (size_t i = 0; i < triggerObjectMatches().size(); ++i) {
616  if (triggerObjectMatch(i) != 0 && triggerObjectMatch(i)->hasConditionName(nameCondition))
617  refs.push_back(i);
618  }
619  if (idx >= refs.size())
620  return nullptr;
622  return ref.isNonnull() ? ref.get() : nullptr;
623  }
TriggerObjectStandAloneCollection triggerObjectMatchesEmbedded_
vector of trigger matches
Definition: PATObject.h:461
const TriggerObjectStandAlone * triggerObjectMatch(const size_t idx=0) const
get one matched trigger object by index
Definition: PATObject.h:542
bool hasConditionName(const std::string &conditionName) const
Checks, if a certain L1 condition name is assigned.
edm::Ref< TriggerObjectStandAloneCollection > TriggerObjectStandAloneRef
Persistent reference to an item in a TriggerObjectStandAloneCollection.
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
template<class ObjectType>
const TriggerObjectStandAlone* pat::PATObject< ObjectType >::triggerObjectMatchByCondition ( const char *  nameCondition,
const size_t  idx = 0 
) const
inline

Definition at line 118 of file PATObject.h.

119  {
120  return triggerObjectMatchByCondition(std::string(nameCondition), idx);
121  };
const TriggerObjectStandAlone * triggerObjectMatchByCondition(const std::string &nameCondition, const size_t idx=0) const
get one matched L1 object used in a succeeding object combination of a certain L1 condition by index ...
Definition: PATObject.h:612
template<class ObjectType >
const TriggerObjectStandAlone * pat::PATObject< ObjectType >::triggerObjectMatchByFilter ( const std::string &  labelFilter,
const size_t  idx = 0 
) const

get one matched HLT object used in a certain HLT filter by index

Definition at line 663 of file PATObject.h.

References mps_fire::i, and edm::Ref< C, T, F >::isNonnull().

Referenced by pat::PATObject< reco::Muon >::triggerObjectMatchByFilter().

664  {
665  std::vector<size_t> refs;
666  for (size_t i = 0; i < triggerObjectMatches().size(); ++i) {
667  if (triggerObjectMatch(i) != 0 && triggerObjectMatch(i)->hasFilterLabel(labelFilter))
668  refs.push_back(i);
669  }
670  if (idx >= refs.size())
671  return nullptr;
673  return ref.isNonnull() ? ref.get() : nullptr;
674  }
TriggerObjectStandAloneCollection triggerObjectMatchesEmbedded_
vector of trigger matches
Definition: PATObject.h:461
const TriggerObjectStandAlone * triggerObjectMatch(const size_t idx=0) const
get one matched trigger object by index
Definition: PATObject.h:542
bool hasFilterLabel(const std::string &filterLabel) const
Checks, if a certain HLT filter label is assigned.
edm::Ref< TriggerObjectStandAloneCollection > TriggerObjectStandAloneRef
Persistent reference to an item in a TriggerObjectStandAloneCollection.
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
template<class ObjectType>
const TriggerObjectStandAlone* pat::PATObject< ObjectType >::triggerObjectMatchByFilter ( const char *  labelFilter,
const size_t  idx = 0 
) const
inline

Definition at line 176 of file PATObject.h.

176  {
177  return triggerObjectMatchByFilter(std::string(labelFilter), idx);
178  };
const TriggerObjectStandAlone * triggerObjectMatchByFilter(const std::string &labelFilter, const size_t idx=0) const
get one matched HLT object used in a certain HLT filter by index
Definition: PATObject.h:663
template<class ObjectType>
const TriggerObjectStandAlone* pat::PATObject< ObjectType >::triggerObjectMatchByFilterID ( const unsigned  triggerObjectType,
const size_t  idx = 0 
) const
inline

Definition at line 92 of file PATObject.h.

93  {
94  return triggerObjectMatchByType(trigger::TriggerObjectType(triggerObjectType), idx);
95  };
const TriggerObjectStandAlone * triggerObjectMatchByType(const trigger::TriggerObjectType triggerObjectType, const size_t idx=0) const
get one matched trigger object of a certain type by index
Definition: PATObject.h:561
template<class ObjectType >
const TriggerObjectStandAlone * pat::PATObject< ObjectType >::triggerObjectMatchByPath ( const std::string &  namePath,
const bool  pathLastFilterAccepted = false,
const bool  pathL3FilterAccepted = true,
const size_t  idx = 0 
) const

get one matched HLT object used in a certain HLT path by index; if 'pathLastFilterAccepted' is set to 'true' (default), only objects used in the final filter of a succeeding path are considered ("firing" objects, old style only valid for single object triggers); if 'pathL3FilterAccepted' is set to 'true' (default), only objects used in L3 filters (identified by the "saveTags" parameter being 'true') of a succeeding path are considered ("firing" objects also valid for x-triggers)

Definition at line 689 of file PATObject.h.

References mps_fire::i, and edm::Ref< C, T, F >::isNonnull().

Referenced by pat::PATObject< reco::Muon >::triggerObjectMatchByPath().

692  {
693  std::vector<size_t> refs;
694  for (size_t i = 0; i < triggerObjectMatches().size(); ++i) {
695  if (triggerObjectMatch(i) != nullptr &&
696  triggerObjectMatch(i)->hasPathName(namePath, pathLastFilterAccepted, pathL3FilterAccepted))
697  refs.push_back(i);
698  }
699  if (idx >= refs.size())
700  return nullptr;
702  return ref.isNonnull() ? ref.get() : nullptr;
703  }
bool hasPathName(const std::string &pathName, bool pathLastFilterAccepted=false, bool pathL3FilterAccepted=true) const
Checks, if a certain HLT path name is assigned.
TriggerObjectStandAloneCollection triggerObjectMatchesEmbedded_
vector of trigger matches
Definition: PATObject.h:461
const TriggerObjectStandAlone * triggerObjectMatch(const size_t idx=0) const
get one matched trigger object by index
Definition: PATObject.h:542
edm::Ref< TriggerObjectStandAloneCollection > TriggerObjectStandAloneRef
Persistent reference to an item in a TriggerObjectStandAloneCollection.
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
template<class ObjectType>
const TriggerObjectStandAlone* pat::PATObject< ObjectType >::triggerObjectMatchByPath ( const char *  namePath,
const bool  pathLastFilterAccepted = false,
const bool  pathL3FilterAccepted = true,
const size_t  idx = 0 
) const
inline

Definition at line 216 of file PATObject.h.

219  {
220  return triggerObjectMatchByPath(std::string(namePath), pathLastFilterAccepted, pathL3FilterAccepted, idx);
221  };
const TriggerObjectStandAlone * triggerObjectMatchByPath(const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true, const size_t idx=0) const
Definition: PATObject.h:689
template<class ObjectType>
const TriggerObjectStandAlone* pat::PATObject< ObjectType >::triggerObjectMatchByPath ( const std::string &  namePath,
const unsigned  pathLastFilterAccepted,
const unsigned  pathL3FilterAccepted = 1,
const size_t  idx = 0 
) const
inline

Definition at line 223 of file PATObject.h.

226  {
227  return triggerObjectMatchByPath(namePath, bool(pathLastFilterAccepted), bool(pathL3FilterAccepted), idx);
228  };
const TriggerObjectStandAlone * triggerObjectMatchByPath(const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true, const size_t idx=0) const
Definition: PATObject.h:689
template<class ObjectType>
const TriggerObjectStandAlone* pat::PATObject< ObjectType >::triggerObjectMatchByPath ( const char *  namePath,
const unsigned  pathLastFilterAccepted,
const unsigned  pathL3FilterAccepted = 1,
const size_t  idx = 0 
) const
inline

Definition at line 230 of file PATObject.h.

233  {
235  std::string(namePath), bool(pathLastFilterAccepted), bool(pathL3FilterAccepted), idx);
236  };
const TriggerObjectStandAlone * triggerObjectMatchByPath(const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true, const size_t idx=0) const
Definition: PATObject.h:689
template<class ObjectType >
const TriggerObjectStandAlone * pat::PATObject< ObjectType >::triggerObjectMatchByType ( const trigger::TriggerObjectType  triggerObjectType,
const size_t  idx = 0 
) const

get one matched trigger object of a certain type by index

Definition at line 561 of file PATObject.h.

References mps_fire::i, and edm::Ref< C, T, F >::isNonnull().

Referenced by pat::PATObject< reco::Muon >::triggerObjectMatchByFilterID(), and pat::PATObject< reco::Muon >::triggerObjectMatchByType().

562  {
563  std::vector<size_t> refs;
564  for (size_t i = 0; i < triggerObjectMatches().size(); ++i) {
565  if (triggerObjectMatch(i) != nullptr && triggerObjectMatch(i)->hasTriggerObjectType(triggerObjectType))
566  refs.push_back(i);
567  }
568  if (idx >= refs.size())
569  return nullptr;
571  return ref.isNonnull() ? ref.get() : nullptr;
572  }
TriggerObjectStandAloneCollection triggerObjectMatchesEmbedded_
vector of trigger matches
Definition: PATObject.h:461
const TriggerObjectStandAlone * triggerObjectMatch(const size_t idx=0) const
get one matched trigger object by index
Definition: PATObject.h:542
bool hasTriggerObjectType(trigger::TriggerObjectType triggerObjectType) const
Checks, if a certain trigger object type identifier is assigned.
edm::Ref< TriggerObjectStandAloneCollection > TriggerObjectStandAloneRef
Persistent reference to an item in a TriggerObjectStandAloneCollection.
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
template<class ObjectType>
const TriggerObjectStandAlone* pat::PATObject< ObjectType >::triggerObjectMatchByType ( const unsigned  triggerObjectType,
const size_t  idx = 0 
) const
inline

Definition at line 87 of file PATObject.h.

88  {
89  return triggerObjectMatchByType(trigger::TriggerObjectType(triggerObjectType), idx);
90  };
const TriggerObjectStandAlone * triggerObjectMatchByType(const trigger::TriggerObjectType triggerObjectType, const size_t idx=0) const
get one matched trigger object of a certain type by index
Definition: PATObject.h:561
template<class ObjectType>
const TriggerObjectStandAloneCollection& pat::PATObject< ObjectType >::triggerObjectMatches ( ) const
inline

get all matched trigger objects

access to embedded trigger matches: duplicated functions using 'char*' instead of 'std::string' are needed in order to work properly in CINT command lines; duplicated functions using 'unsigned' instead of 'bool' are needed in order to work properly in the cut string parser;

Definition at line 70 of file PATObject.h.

TriggerObjectStandAloneCollection triggerObjectMatchesEmbedded_
vector of trigger matches
Definition: PATObject.h:461
template<class ObjectType >
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByAlgorithm ( const std::string &  nameAlgorithm,
const bool  algoCondAccepted = true 
) const

get all matched L1 objects used in a succeeding object combination of a condition in a certain L1 (physics) algorithm; if 'algoCondAccepted' is set to 'true' (default), only objects used in succeeding conditions of succeeding algorithms are considered ("firing" objects)

Definition at line 626 of file PATObject.h.

References mps_fire::i.

Referenced by pat::PATObject< reco::Muon >::triggerObjectMatchesByAlgorithm().

627  {
629  for (size_t i = 0; i < triggerObjectMatches().size(); ++i) {
630  if (triggerObjectMatch(i) != 0 && triggerObjectMatch(i)->hasAlgorithmName(nameAlgorithm, algoCondAccepted))
631  matches.push_back(*(triggerObjectMatch(i)));
632  }
633  return matches;
634  }
std::vector< TriggerObjectStandAlone > TriggerObjectStandAloneCollection
Collection of TriggerObjectStandAlone.
bool hasAlgorithmName(const std::string &algorithmName, bool algoCondAccepted=true) const
Checks, if a certain L1 algorithm name is assigned.
const TriggerObjectStandAlone * triggerObjectMatch(const size_t idx=0) const
get one matched trigger object by index
Definition: PATObject.h:542
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
template<class ObjectType>
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByAlgorithm ( const char *  nameAlgorithm,
const bool  algoCondAccepted = true 
) const
inline

Definition at line 128 of file PATObject.h.

129  {
130  return triggerObjectMatchesByAlgorithm(std::string(nameAlgorithm), algoCondAccepted);
131  };
const TriggerObjectStandAloneCollection triggerObjectMatchesByAlgorithm(const std::string &nameAlgorithm, const bool algoCondAccepted=true) const
Definition: PATObject.h:626
template<class ObjectType>
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByAlgorithm ( const std::string &  nameAlgorithm,
const unsigned  algoCondAccepted 
) const
inline

Definition at line 133 of file PATObject.h.

134  {
135  return triggerObjectMatchesByAlgorithm(nameAlgorithm, bool(algoCondAccepted));
136  };
const TriggerObjectStandAloneCollection triggerObjectMatchesByAlgorithm(const std::string &nameAlgorithm, const bool algoCondAccepted=true) const
Definition: PATObject.h:626
template<class ObjectType>
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByAlgorithm ( const char *  nameAlgorithm,
const unsigned  algoCondAccepted 
) const
inline

Definition at line 138 of file PATObject.h.

139  {
140  return triggerObjectMatchesByAlgorithm(std::string(nameAlgorithm), bool(algoCondAccepted));
141  };
const TriggerObjectStandAloneCollection triggerObjectMatchesByAlgorithm(const std::string &nameAlgorithm, const bool algoCondAccepted=true) const
Definition: PATObject.h:626
template<class ObjectType >
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByCollection ( const std::string &  coll) const

get all matched trigger objects from a certain collection

Definition at line 575 of file PATObject.h.

References mps_fire::i.

Referenced by pat::PATObject< reco::Muon >::triggerObjectMatchesByCollection().

576  {
578  for (size_t i = 0; i < triggerObjectMatches().size(); ++i) {
580  matches.push_back(*(triggerObjectMatch(i)));
581  }
582  return matches;
583  }
std::vector< TriggerObjectStandAlone > TriggerObjectStandAloneCollection
Collection of TriggerObjectStandAlone.
bool hasCollection(const std::string &collName) const override
Checks, if a certain label of original collection is assigned (method overrides)
const TriggerObjectStandAlone * triggerObjectMatch(const size_t idx=0) const
get one matched trigger object by index
Definition: PATObject.h:542
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
template<class ObjectType>
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByCollection ( const char *  coll) const
inline

Definition at line 99 of file PATObject.h.

99  {
101  };
const TriggerObjectStandAloneCollection triggerObjectMatchesByCollection(const std::string &coll) const
get all matched trigger objects from a certain collection
Definition: PATObject.h:575
template<class ObjectType >
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByCondition ( const std::string &  nameCondition) const

get all matched L1 objects used in a succeeding object combination of a certain L1 condition

Definition at line 601 of file PATObject.h.

References mps_fire::i.

Referenced by pat::PATObject< reco::Muon >::triggerObjectMatchesByCondition().

602  {
604  for (size_t i = 0; i < triggerObjectMatches().size(); ++i) {
605  if (triggerObjectMatch(i) != 0 && triggerObjectMatch(i)->hasConditionName(nameCondition))
606  matches.push_back(*(triggerObjectMatch(i)));
607  }
608  return matches;
609  }
std::vector< TriggerObjectStandAlone > TriggerObjectStandAloneCollection
Collection of TriggerObjectStandAlone.
const TriggerObjectStandAlone * triggerObjectMatch(const size_t idx=0) const
get one matched trigger object by index
Definition: PATObject.h:542
bool hasConditionName(const std::string &conditionName) const
Checks, if a certain L1 condition name is assigned.
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
template<class ObjectType>
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByCondition ( const char *  nameCondition) const
inline

Definition at line 111 of file PATObject.h.

111  {
112  return triggerObjectMatchesByCondition(std::string(nameCondition));
113  };
const TriggerObjectStandAloneCollection triggerObjectMatchesByCondition(const std::string &nameCondition) const
get all matched L1 objects used in a succeeding object combination of a certain L1 condition ...
Definition: PATObject.h:601
template<class ObjectType >
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByFilter ( const std::string &  labelFilter) const

get all matched HLT objects used in a certain HLT filter

Definition at line 652 of file PATObject.h.

References mps_fire::i.

Referenced by pat::PATObject< reco::Muon >::triggerObjectMatchesByFilter().

653  {
655  for (size_t i = 0; i < triggerObjectMatches().size(); ++i) {
656  if (triggerObjectMatch(i) != 0 && triggerObjectMatch(i)->hasFilterLabel(labelFilter))
657  matches.push_back(*(triggerObjectMatch(i)));
658  }
659  return matches;
660  }
std::vector< TriggerObjectStandAlone > TriggerObjectStandAloneCollection
Collection of TriggerObjectStandAlone.
const TriggerObjectStandAlone * triggerObjectMatch(const size_t idx=0) const
get one matched trigger object by index
Definition: PATObject.h:542
bool hasFilterLabel(const std::string &filterLabel) const
Checks, if a certain HLT filter label is assigned.
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
template<class ObjectType>
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByFilter ( const char *  labelFilter) const
inline

Definition at line 169 of file PATObject.h.

169  {
170  return triggerObjectMatchesByFilter(std::string(labelFilter));
171  };
const TriggerObjectStandAloneCollection triggerObjectMatchesByFilter(const std::string &labelFilter) const
get all matched HLT objects used in a certain HLT filter
Definition: PATObject.h:652
template<class ObjectType>
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByFilterID ( const unsigned  triggerObjectType) const
inline

Definition at line 81 of file PATObject.h.

81  {
82  return triggerObjectMatchesByType(trigger::TriggerObjectType(triggerObjectType));
83  };
const TriggerObjectStandAloneCollection triggerObjectMatchesByType(const trigger::TriggerObjectType triggerObjectType) const
Definition: PATObject.h:550
template<class ObjectType >
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByPath ( const std::string &  namePath,
const bool  pathLastFilterAccepted = false,
const bool  pathL3FilterAccepted = true 
) const

get all matched HLT objects used in a certain HLT path; if 'pathLastFilterAccepted' is set to 'true' (default), only objects used in the final filter of a succeeding path are considered ("firing" objects old style only valid for single object triggers); if 'pathL3FilterAccepted' is set to 'true' (default), only objects used in L3 filters (identified by the "saveTags" parameter being 'true') of a succeeding path are considered ("firing" objects old style only valid for single object triggers)

Definition at line 677 of file PATObject.h.

References mps_fire::i.

Referenced by pat::PATObject< reco::Muon >::triggerObjectMatchesByPath().

678  {
680  for (size_t i = 0; i < triggerObjectMatches().size(); ++i) {
681  if (triggerObjectMatch(i) != nullptr &&
682  triggerObjectMatch(i)->hasPathName(namePath, pathLastFilterAccepted, pathL3FilterAccepted))
683  matches.push_back(*(triggerObjectMatch(i)));
684  }
685  return matches;
686  }
bool hasPathName(const std::string &pathName, bool pathLastFilterAccepted=false, bool pathL3FilterAccepted=true) const
Checks, if a certain HLT path name is assigned.
std::vector< TriggerObjectStandAlone > TriggerObjectStandAloneCollection
Collection of TriggerObjectStandAlone.
const TriggerObjectStandAlone * triggerObjectMatch(const size_t idx=0) const
get one matched trigger object by index
Definition: PATObject.h:542
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
template<class ObjectType>
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByPath ( const char *  namePath,
const bool  pathLastFilterAccepted = false,
const bool  pathL3FilterAccepted = true 
) const
inline

Definition at line 188 of file PATObject.h.

190  {
191  return triggerObjectMatchesByPath(std::string(namePath), pathLastFilterAccepted, pathL3FilterAccepted);
192  };
const TriggerObjectStandAloneCollection triggerObjectMatchesByPath(const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true) const
Definition: PATObject.h:677
template<class ObjectType>
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByPath ( const std::string &  namePath,
const unsigned  pathLastFilterAccepted,
const unsigned  pathL3FilterAccepted = 1 
) const
inline

Definition at line 194 of file PATObject.h.

196  {
197  return triggerObjectMatchesByPath(namePath, bool(pathLastFilterAccepted), bool(pathL3FilterAccepted));
198  };
const TriggerObjectStandAloneCollection triggerObjectMatchesByPath(const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true) const
Definition: PATObject.h:677
template<class ObjectType>
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByPath ( const char *  namePath,
const unsigned  pathLastFilterAccepted,
const unsigned  pathL3FilterAccepted = 1 
) const
inline

Definition at line 200 of file PATObject.h.

202  {
204  std::string(namePath), bool(pathLastFilterAccepted), bool(pathL3FilterAccepted));
205  };
const TriggerObjectStandAloneCollection triggerObjectMatchesByPath(const std::string &namePath, const bool pathLastFilterAccepted=false, const bool pathL3FilterAccepted=true) const
Definition: PATObject.h:677
template<class ObjectType >
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByType ( const trigger::TriggerObjectType  triggerObjectType) const

get all matched trigger objects of a certain type; trigger object types are defined in 'enum trigger::TriggerObjectType' (DataFormats/HLTReco/interface/TriggerTypeDefs.h)

Definition at line 550 of file PATObject.h.

References mps_fire::i.

Referenced by pat::PATObject< reco::Muon >::triggerObjectMatchesByFilterID(), and pat::PATObject< reco::Muon >::triggerObjectMatchesByType().

551  {
553  for (size_t i = 0; i < triggerObjectMatches().size(); ++i) {
554  if (triggerObjectMatch(i) != 0 && triggerObjectMatch(i)->hasTriggerObjectType(triggerObjectType))
555  matches.push_back(*(triggerObjectMatch(i)));
556  }
557  return matches;
558  }
std::vector< TriggerObjectStandAlone > TriggerObjectStandAloneCollection
Collection of TriggerObjectStandAlone.
const TriggerObjectStandAlone * triggerObjectMatch(const size_t idx=0) const
get one matched trigger object by index
Definition: PATObject.h:542
bool hasTriggerObjectType(trigger::TriggerObjectType triggerObjectType) const
Checks, if a certain trigger object type identifier is assigned.
const TriggerObjectStandAloneCollection & triggerObjectMatches() const
get all matched trigger objects
Definition: PATObject.h:70
template<class ObjectType>
const TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesByType ( const unsigned  triggerObjectType) const
inline

Definition at line 77 of file PATObject.h.

77  {
78  return triggerObjectMatchesByType(trigger::TriggerObjectType(triggerObjectType));
79  };
const TriggerObjectStandAloneCollection triggerObjectMatchesByType(const trigger::TriggerObjectType triggerObjectType) const
Definition: PATObject.h:550
template<class ObjectType>
void pat::PATObject< ObjectType >::unpackTriggerObjectPathNames ( const edm::TriggerNames names)
inline

unpack path names of matched trigger objects (if they were packed before embedding, which is not normally the case)

Definition at line 242 of file PATObject.h.

242  {
243  for (std::vector<TriggerObjectStandAlone>::iterator it = triggerObjectMatchesEmbedded_.begin(),
245  it != ed;
246  ++it)
247  it->unpackPathNames(names);
248  }
TriggerObjectStandAloneCollection triggerObjectMatchesEmbedded_
vector of trigger matches
Definition: PATObject.h:461
template<class ObjectType >
reco::CandidatePtr pat::PATObject< ObjectType >::userCand ( const std::string &  key) const

Get user-defined candidate ptr Note: it will a null pointer if the key is not found; you can check if the key exists with 'hasUserInt' method.

Definition at line 945 of file PATObject.h.

References HLT_FULL_cff::distance, submitPVResolutionJobs::key, and cuda_std::lower_bound().

945  {
946  auto it = std::lower_bound(userCandLabels_.cbegin(), userCandLabels_.cend(), key);
947  if (it != userCandLabels_.cend()) {
948  return userCands_[std::distance(userCandLabels_.begin(), it)];
949  }
950  return reco::CandidatePtr();
951  }
std::vector< reco::CandidatePtr > userCands_
Definition: PATObject.h:489
std::vector< std::string > userCandLabels_
Definition: PATObject.h:488
tuple key
prepare the HTCondor submission files and eventually submit them
edm::Ptr< Candidate > CandidatePtr
persistent reference to an object in a collection of Candidate objects
Definition: CandidateFwd.h:25
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
template<class ObjectType>
const std::vector<std::string>& pat::PATObject< ObjectType >::userCandNames ( ) const
inline

Get list of user-defined cand names.

Definition at line 401 of file PATObject.h.

401 { return userCandLabels_; }
std::vector< std::string > userCandLabels_
Definition: PATObject.h:488
template<class ObjectType>
template<typename T >
const T* pat::PATObject< ObjectType >::userData ( const std::string &  key) const
inline

Returns user-defined data. Returns NULL if the data is not present, or not of type T.

Definition at line 322 of file PATObject.h.

Referenced by BPHWriteSpecificDecay::fill(), and BPHUserData::getByRef().

322  {
324  return (data != nullptr ? data->template get<T>() : nullptr);
325  }
tuple key
prepare the HTCondor submission files and eventually submit them
const pat::UserData * userDataObject_(const std::string &key) const
Definition: PATObject.h:844
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
Base class for data that users can add to pat objects.
Definition: UserData.h:23
template<class ObjectType>
const void* pat::PATObject< ObjectType >::userDataBare ( const std::string &  key) const
inline

Get the data as a void *, for CINT usage. COMPLETELY UNSUPPORTED, USE ONLY FOR DEBUGGING

Definition at line 338 of file PATObject.h.

338  {
340  return (data != nullptr ? data->bareData() : nullptr);
341  }
tuple key
prepare the HTCondor submission files and eventually submit them
const pat::UserData * userDataObject_(const std::string &key) const
Definition: PATObject.h:844
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
Base class for data that users can add to pat objects.
Definition: UserData.h:23
const void * bareData() const
Definition: UserData.h:50
template<class ObjectType>
const std::vector<std::string>& pat::PATObject< ObjectType >::userDataNames ( ) const
inline

Get list of user data object names.

Definition at line 334 of file PATObject.h.

334 { return userDataLabels_; }
std::vector< std::string > userDataLabels_
User data object.
Definition: PATObject.h:479
template<class ObjectType >
const pat::UserData * pat::PATObject< ObjectType >::userDataObject_ ( const std::string &  key) const
private

Definition at line 844 of file PATObject.h.

References HLT_FULL_cff::distance, submitPVResolutionJobs::key, and cuda_std::lower_bound().

Referenced by pat::PATObject< reco::Muon >::hasUserData(), pat::PATObject< reco::Muon >::userData(), pat::PATObject< reco::Muon >::userDataBare(), and pat::PATObject< reco::Muon >::userDataObjectType().

844  {
845  auto it = std::lower_bound(userDataLabels_.cbegin(), userDataLabels_.cend(), key);
846  if (it != userDataLabels_.cend() && *it == key) {
847  return &userDataObjects_[std::distance(userDataLabels_.cbegin(), it)];
848  }
849  return nullptr;
850  }
std::vector< std::string > userDataLabels_
User data object.
Definition: PATObject.h:479
tuple key
prepare the HTCondor submission files and eventually submit them
pat::UserDataCollection userDataObjects_
Definition: PATObject.h:480
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
template<class ObjectType>
const std::string& pat::PATObject< ObjectType >::userDataObjectType ( const std::string &  key) const
inline

Get human-readable type of user data object, for debugging.

Definition at line 329 of file PATObject.h.

329  {
331  return (data != nullptr ? data->typeName() : get_empty_str());
332  };
tuple key
prepare the HTCondor submission files and eventually submit them
const pat::UserData * userDataObject_(const std::string &key) const
Definition: PATObject.h:844
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
virtual const std::string & typeName() const =0
Human readable name of the concrete type of stored data.
Base class for data that users can add to pat objects.
Definition: UserData.h:23
const std::string & get_empty_str()
Definition: PATObject.cc:9
template<class ObjectType >
float pat::PATObject< ObjectType >::userFloat ( const std::string &  key) const

Get user-defined float Note: throws if the key is not found; you can check if the key exists with 'hasUserFloat' method.

Definition at line 871 of file PATObject.h.

References HLT_FULL_cff::distance, submitPVResolutionJobs::key, cuda_std::lower_bound(), and pat::throwMissingLabel().

Referenced by BPHFittedBasicSelect::accept(), BPHHistoSpecificDecay::analyze(), EGEtScaleSysModifier::modifyObject(), Jet.Jet::puMva(), and MuScleFitMuonSelector::selectMuons().

871  {
872  auto it = std::lower_bound(userFloatLabels_.cbegin(), userFloatLabels_.cend(), key);
873  if (it != userFloatLabels_.cend() && *it == key) {
874  return userFloats_[std::distance(userFloatLabels_.cbegin(), it)];
875  }
876  throwMissingLabel("UserFloat", key, userFloatLabels_);
877  return std::numeric_limits<float>::quiet_NaN();
878  }
std::vector< float > userFloats_
Definition: PATObject.h:483
tuple key
prepare the HTCondor submission files and eventually submit them
std::vector< std::string > userFloatLabels_
Definition: PATObject.h:482
void throwMissingLabel(const std::string &what, const std::string &bad_label, const std::vector< std::string > &available)
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
template<class ObjectType>
float pat::PATObject< ObjectType >::userFloat ( const char *  key) const
inline

a CINT-friendly interface

Definition at line 366 of file PATObject.h.

Referenced by Jet.Jet::puMva(), and pat::PATObject< reco::Muon >::userFloat().

366 { return userFloat(std::string(key)); }
float userFloat(const std::string &key) const
Definition: PATObject.h:871
tuple key
prepare the HTCondor submission files and eventually submit them
template<class ObjectType>
const std::vector<std::string>& pat::PATObject< ObjectType >::userFloatNames ( ) const
inline

Get list of user-defined float names.

Definition at line 371 of file PATObject.h.

371 { return userFloatLabels_; }
std::vector< std::string > userFloatLabels_
Definition: PATObject.h:482
template<class ObjectType >
std::vector< float > pat::PATObject< ObjectType >::userFloatRange ( const std::string &  key) const

return a range of values corresponding to key

Definition at line 881 of file PATObject.h.

References HLT_FULL_cff::distance, submitPVResolutionJobs::key, sistrip::SpyUtilities::range(), and mps_fire::result.

881  {
882  auto range = std::equal_range(userFloatLabels_.cbegin(), userFloatLabels_.cend(), key);
883  std::vector<float> result;
884  result.reserve(std::distance(range.first, range.second));
885  for (auto it = range.first; it != range.second; ++it) {
886  result.push_back(userFloats_[std::distance(userFloatLabels_.cbegin(), it)]);
887  }
888  return result;
889  }
std::vector< float > userFloats_
Definition: PATObject.h:483
const uint16_t range(const Frame &aFrame)
tuple result
Definition: mps_fire.py:311
tuple key
prepare the HTCondor submission files and eventually submit them
std::vector< std::string > userFloatLabels_
Definition: PATObject.h:482
template<class ObjectType >
int pat::PATObject< ObjectType >::userInt ( const std::string &  key) const

Get user-defined int Note: throws if the key is not found; you can check if the key exists with 'hasUserInt' method.

Definition at line 908 of file PATObject.h.

References HLT_FULL_cff::distance, submitPVResolutionJobs::key, cuda_std::lower_bound(), SiStripPI::max, and pat::throwMissingLabel().

908  {
909  auto it = std::lower_bound(userIntLabels_.cbegin(), userIntLabels_.cend(), key);
910  if (it != userIntLabels_.cend() && *it == key) {
911  return userInts_[std::distance(userIntLabels_.cbegin(), it)];
912  }
913  throwMissingLabel("UserInt", key, userIntLabels_);
915  }
tuple key
prepare the HTCondor submission files and eventually submit them
void throwMissingLabel(const std::string &what, const std::string &bad_label, const std::vector< std::string > &available)
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
std::vector< int32_t > userInts_
Definition: PATObject.h:486
std::vector< std::string > userIntLabels_
Definition: PATObject.h:485
template<class ObjectType>
const std::vector<std::string>& pat::PATObject< ObjectType >::userIntNames ( ) const
inline

Get list of user-defined int names.

Definition at line 388 of file PATObject.h.

388 { return userIntLabels_; }
std::vector< std::string > userIntLabels_
Definition: PATObject.h:485
template<class ObjectType >
std::vector< int > pat::PATObject< ObjectType >::userIntRange ( const std::string &  key) const

returns a range of values corresponding to key

Definition at line 918 of file PATObject.h.

References HLT_FULL_cff::distance, submitPVResolutionJobs::key, sistrip::SpyUtilities::range(), and mps_fire::result.

918  {
919  auto range = std::equal_range(userIntLabels_.cbegin(), userIntLabels_.cend(), key);
920  std::vector<int> result;
921  result.reserve(std::distance(range.first, range.second));
922  for (auto it = range.first; it != range.second; ++it) {
923  result.push_back(userInts_[std::distance(userIntLabels_.cbegin(), it)]);
924  }
925  return result;
926  }
const uint16_t range(const Frame &aFrame)
tuple result
Definition: mps_fire.py:311
tuple key
prepare the HTCondor submission files and eventually submit them
std::vector< int32_t > userInts_
Definition: PATObject.h:486
std::vector< std::string > userIntLabels_
Definition: PATObject.h:485

Member Data Documentation

template<class ObjectType>
std::vector<std::string> pat::PATObject< ObjectType >::efficiencyNames_
protected

vector of the efficiencies (names)

Definition at line 466 of file PATObject.h.

Referenced by pat::PATObject< reco::Muon >::efficiencyNames().

template<class ObjectType>
std::vector<pat::LookupTableRecord> pat::PATObject< ObjectType >::efficiencyValues_
protected

vector of the efficiencies (values)

Definition at line 464 of file PATObject.h.

Referenced by pat::PATObject< reco::Muon >::efficiencyValues().

template<class ObjectType>
std::vector<reco::GenParticle> pat::PATObject< ObjectType >::genParticleEmbedded_
protected

vector to hold an embedded generator level particle

Definition at line 471 of file PATObject.h.

Referenced by pat::PATObject< reco::Muon >::genParticleRef(), and pat::PATObject< reco::Muon >::genParticlesSize().

template<class ObjectType>
std::vector<reco::GenParticleRef> pat::PATObject< ObjectType >::genParticleRef_
protected

Reference to a generator level particle.

Definition at line 469 of file PATObject.h.

Referenced by pat::PATObject< reco::Muon >::genParticleRef(), and pat::PATObject< reco::Muon >::genParticlesSize().

template<class ObjectType>
std::vector<std::string> pat::PATObject< ObjectType >::kinResolutionLabels_
protected

Labels for the kinematic resolutions. if (kinResolutions_.size() == kinResolutionLabels_.size()+1), then the first resolution has no label.

Definition at line 495 of file PATObject.h.

template<class ObjectType>
std::vector<pat::CandKinResolution> pat::PATObject< ObjectType >::kinResolutions_
protected

Kinematic resolutions.

Definition at line 492 of file PATObject.h.

template<class ObjectType>
std::vector<reco::CandidatePtrVector> pat::PATObject< ObjectType >::overlapItems_
protected

Overlapping items (sorted by distance)

Definition at line 476 of file PATObject.h.

template<class ObjectType>
std::vector<std::string> pat::PATObject< ObjectType >::overlapLabels_
protected

Overlapping test labels (only if there are any overlaps)

Definition at line 474 of file PATObject.h.

Referenced by pat::PATObject< reco::Muon >::overlapLabels().

template<class ObjectType>
edm::Ptr<reco::Candidate> pat::PATObject< ObjectType >::refToOrig_
protected
template<class ObjectType>
TriggerObjectStandAloneCollection pat::PATObject< ObjectType >::triggerObjectMatchesEmbedded_
protected
template<class ObjectType>
std::vector<std::string> pat::PATObject< ObjectType >::userCandLabels_
protected
template<class ObjectType>
std::vector<reco::CandidatePtr> pat::PATObject< ObjectType >::userCands_
protected

Definition at line 489 of file PATObject.h.

template<class ObjectType>
std::vector<std::string> pat::PATObject< ObjectType >::userDataLabels_
protected

User data object.

Definition at line 479 of file PATObject.h.

Referenced by pat::PATObject< reco::Muon >::userDataNames().

template<class ObjectType>
pat::UserDataCollection pat::PATObject< ObjectType >::userDataObjects_
protected

Definition at line 480 of file PATObject.h.

template<class ObjectType>
std::vector<std::string> pat::PATObject< ObjectType >::userFloatLabels_
protected
template<class ObjectType>
std::vector<float> pat::PATObject< ObjectType >::userFloats_
protected

Definition at line 483 of file PATObject.h.

template<class ObjectType>
std::vector<std::string> pat::PATObject< ObjectType >::userIntLabels_
protected
template<class ObjectType>
std::vector<int32_t> pat::PATObject< ObjectType >::userInts_
protected

Definition at line 486 of file PATObject.h.