HLT enums. More...
Functions | |
void | addContextAndPrintException (char const *context, cms::Exception &ex, bool disablePrint) |
void | addToMissingDictionariesException (edm::Exception &exception, std::vector< std::string > &missingDictionaries, std::string const &context) |
template<typename T , typename... ARGS> | |
std::unique_ptr< edm::ParameterDescriptionCases< T > > | allowedValues (ARGS &&... args) |
static std::string | appendCurrentProcessIfAlias (std::string const &processFromInputTag, std::string const ¤tProcess) |
template<typename Traits > | |
void | beginGlobalTransitionAsync (WaitingTaskHolder iWait, Schedule &iSchedule, typename Traits::TransitionInfoType &transitionInfo, ServiceToken const &token, std::vector< SubProcess > &iSubProcesses, bool cleaningUpAfterException=false) |
template<typename Traits > | |
void | beginStreamsTransitionAsync (WaitingTaskHolder iWait, Schedule &iSchedule, unsigned int iNStreams, typename Traits::TransitionInfoType &transitionInfo, ServiceToken const &token, std::vector< SubProcess > &iSubProcesses) |
template<typename Traits > | |
void | beginStreamTransitionAsync (WaitingTaskHolder iWait, Schedule &iSchedule, unsigned int iStreamIndex, typename Traits::TransitionInfoType &transitionInfo, ServiceToken const &token, std::vector< SubProcess > &iSubProcesses) |
template<typename ForwardSequence , typename Datum > | |
bool | binary_search_all (ForwardSequence const &s, Datum const &d) |
wrappers for std::binary_search More... | |
template<typename ForwardSequence , typename Datum , typename Predicate > | |
bool | binary_search_all (ForwardSequence const &s, Datum const &d, Predicate p) |
template<class To , class From > | |
To | bit_cast (const From &src) noexcept |
ProductID | branchIDToProductID (BranchID const &bid, BranchIDListHelper const &branchIDListHelper, std::vector< ProcessIndex > const &branchListIndexToProcessIndex) |
std::string const & | BranchTypeToAuxBranchName (BranchType const &branchType) |
std::string const & | BranchTypeToAuxiliaryBranchName (BranchType const &branchType) |
std::string const & | BranchTypeToBranchEntryInfoBranchName (BranchType const &branchType) |
std::string const & | BranchTypeToInfoTreeName (BranchType const &branchType) |
std::string const & | BranchTypeToMetaDataTreeName (BranchType const &branchType) |
std::string const & | BranchTypeToProductProvenanceBranchName (BranchType const &BranchType) |
std::string const & | BranchTypeToProductStatusBranchName (BranchType const &branchType) |
std::string const & | BranchTypeToProductTreeName (BranchType const &branchType) |
std::string | BranchTypeToProductTreeName (BranchType const &branchType, std::string const &processName) |
std::string const & | BranchTypeToString (BranchType const &branchType) |
template<typename TReturn > | |
TReturn | callWithTryCatchAndPrint (std::function< TReturn(void)> iFunc, char const *context=nullptr, bool disablePrint=false) |
template<typename T > | |
static void | check (T const &p, std::string const &id, SelectedProducts const &iProducts, bool iVerbose) |
bool | checkClassDictionaries (std::vector< std::string > &missingDictionaries, TypeID const &typeID) |
bool | checkClassDictionaries (std::vector< std::string > &missingDictionaries, std::string const &name, TypeWithDict const &typeWithDict) |
bool | checkDictionary (std::vector< std::string > &missingDictionaries, TypeID const &typeID) |
bool | checkDictionary (std::vector< std::string > &missingDictionaries, std::string const &name, TypeWithDict const &typeWithDict) |
bool | checkDictionaryOfWrappedType (std::vector< std::string > &missingDictionaries, TypeID const &unwrappedTypeID) |
bool | checkDictionaryOfWrappedType (std::vector< std::string > &missingDictionaries, std::string const &unwrappedName) |
void | checkForModuleDependencyCorrectness (edm::PathsAndConsumesOfModulesBase const &iPnC, bool iPrintDependencies) |
void | checkForWrongProduct (ProductID const &keyID, ProductID const &refID) |
void | clearLoggedErrorsSummary (unsigned int iStreamID) |
void | clearMessageLog () |
std::unique_ptr< CLHEP::HepRandomEngine > | cloneEngine (CLHEP::HepRandomEngine const &) |
bool | combinable (BranchDescription const &a, BranchDescription const &b) |
template<typename C , typename K > | |
bool | compare_key (K const &lhs, K const &rhs) |
bool | contains (EventRange const &lh, EventID const &rh) |
bool | contains (LuminosityBlockRange const &lh, LuminosityBlockID const &rh) |
bool | contains (LuminosityBlockRange const &lh, LuminosityBlockRange const &rh) |
bool | contains (EventRange const &lh, EventRange const &rh) |
bool | contains_ (EventRange const &lh, EventID const &rh) |
template<class FwdIter > | |
FwdIter | contextual_find (FwdIter b, FwdIter e, char first, char sep, char last) |
template<class FwdIter > | |
FwdIter | contextual_find_not (FwdIter b, FwdIter e, char first, char sep, char last) |
void | conversion (LuminosityBlockAux const &from, LuminosityBlockAuxiliary &to) |
void | conversion (RunAux const &from, RunAuxiliary &to) |
void | conversion (EventAux const &from, EventAuxiliary &to) |
void | convert_handle (BasicHandle const &orig, Handle< FWGenericObject > &result) |
specialize this function forFWGenericHandle More... | |
template<typename T > | |
Handle< T > | convert_handle (BasicHandle &&bh) noexcept(true) |
void | convert_handle (BasicHandle &&orig, Handle< GenericObject > &result) |
specialize this function for GenericHandle More... | |
template<typename T > | |
Handle< T > | convert_handle_check_type (BasicHandle &&bh) |
constexpr BranchType | convertToBranchType (Transition iValue) |
constexpr Transition | convertToTransition (BranchType iValue) |
template<typename ForwardSequence , typename Func > | |
Func | copy_all (ForwardSequence &s, Func f) |
wrappers for copy More... | |
std::string | createGlobalIdentifier (bool binary=false) |
bool | decode (bool &, std::string const &) |
bool | decode (std::vector< bool > &, std::string const &) |
bool | decode (int &, std::string const &) |
bool | decode (std::vector< int > &, std::string const &) |
bool | decode (unsigned int &, std::string const &) |
bool | decode (std::vector< unsigned int > &, std::string const &) |
bool | decode (long long &, std::string const &) |
bool | decode (std::vector< long long > &, std::string const &) |
bool | decode (unsigned long long &, std::string const &) |
bool | decode (std::vector< unsigned long long > &, std::string const &) |
bool | decode (double &, std::string const &) |
bool | decode (std::vector< double > &, std::string const &) |
bool | decode (std::string &, std::string const &) |
bool | decode (std::vector< std::string > &, std::string const &) |
bool | decode (edm::FileInPath &, std::string const &) |
bool | decode (edm::InputTag &, std::string const &) |
bool | decode (std::vector< edm::InputTag > &, std::string const &) |
bool | decode (edm::ESInputTag &, std::string const &) |
bool | decode (std::vector< edm::ESInputTag > &, std::string const &) |
bool | decode (edm::EventID &, std::string const &) |
bool | decode (std::vector< edm::EventID > &, std::string const &) |
bool | decode (edm::LuminosityBlockID &, std::string const &) |
bool | decode (std::vector< edm::LuminosityBlockID > &, std::string const &) |
bool | decode (edm::LuminosityBlockRange &, std::string const &) |
bool | decode (std::vector< edm::LuminosityBlockRange > &, std::string const &) |
bool | decode (edm::EventRange &, std::string const &) |
bool | decode (std::vector< edm::EventRange > &, std::string const &) |
bool | decode (ParameterSet &, std::string const &) |
bool | decode (std::vector< ParameterSet > &, std::string const &) |
std::vector< std::string > | defaultCmsRunServices () |
std::string | defaultModuleLabel (std::string label) |
void | disableAllSigs (sigset_t *oldset) |
bool | DisableLoggedErrorsSummary () |
void | disableRTSigs () |
void | disableSignal (sigset_t *newset, int signum) |
bool | distinct (LuminosityBlockRange const &lh, LuminosityBlockRange const &rh) |
bool | distinct (EventRange const &lh, EventRange const &rh) |
void | doBuildRealData (const std::string &name) |
void | dumpOptionsToLogFile (unsigned int nThreads, unsigned int nStreams, unsigned int nConcurrentLumis, unsigned int nConcurrentRuns) |
const char * | edmModuleType (edm::ModuleDescription const &module) |
EDMModuleType | edmModuleTypeEnum (edm::ModuleDescription const &module) |
void | edmodule_mightGet_config (ConfigurationDescriptions &iDesc) |
bool | EnableLoggedErrorsSummary () |
void | enableSignal (sigset_t *newset, int signum) |
bool | encode (std::string &, bool) |
bool | encode (std::string &, std::vector< bool > const &) |
bool | encode (std::string &, int) |
bool | encode (std::string &, std::vector< int > const &) |
bool | encode (std::string &, unsigned int) |
bool | encode (std::string &, std::vector< unsigned int > const &) |
bool | encode (std::string &, long long) |
bool | encode (std::string &, std::vector< long long > const &) |
bool | encode (std::string &, unsigned long long) |
bool | encode (std::string &, std::vector< unsigned long long > const &) |
bool | encode (std::string &, double) |
bool | encode (std::string &, std::vector< double > const &) |
bool | encode (std::string &, std::string const &) |
bool | encode (std::string &, std::vector< std::string > const &) |
bool | encode (std::string &, edm::FileInPath const &) |
bool | encode (std::string &, edm::InputTag const &) |
bool | encode (std::string &, std::vector< edm::InputTag > const &) |
bool | encode (std::string &, edm::ESInputTag const &) |
bool | encode (std::string &, std::vector< edm::ESInputTag > const &) |
bool | encode (std::string &, edm::EventID const &) |
bool | encode (std::string &, std::vector< edm::EventID > const &) |
bool | encode (std::string &, edm::LuminosityBlockID const &) |
bool | encode (std::string &, std::vector< edm::LuminosityBlockID > const &) |
bool | encode (std::string &, edm::LuminosityBlockRange const &) |
bool | encode (std::string &, std::vector< edm::LuminosityBlockRange > const &) |
bool | encode (std::string &, edm::EventRange const &) |
bool | encode (std::string &, std::vector< edm::EventRange > const &) |
bool | encode (std::string &, ParameterSet const &) |
bool | encode (std::string &, std::vector< ParameterSet > const &) |
template<typename Traits > | |
void | endGlobalTransitionAsync (WaitingTaskHolder iWait, Schedule &iSchedule, typename Traits::TransitionInfoType &transitionInfo, ServiceToken const &token, std::vector< SubProcess > &iSubProcesses, bool cleaningUpAfterException) |
template<typename Traits > | |
void | endStreamsTransitionAsync (WaitingTaskHolder iWait, Schedule &iSchedule, unsigned int iNStreams, typename Traits::TransitionInfoType &transitionInfo, ServiceToken const &iToken, std::vector< SubProcess > &iSubProcesses, bool cleaningUpAfterException) |
template<typename Traits > | |
void | endStreamTransitionAsync (WaitingTaskHolder iWait, Schedule &iSchedule, unsigned int iStreamIndex, typename Traits::TransitionInfoType &transitionInfo, ServiceToken const &token, std::vector< SubProcess > &iSubProcesses, bool cleaningUpAfterException) |
void | ensureAvailableAccelerators (edm::ParameterSet const ¶meterSet) |
void | ep_sigusr2 (int, siginfo_t *, void *) |
unsigned int | eventProcessBlockIndex (Event const &event, std::string const &processName) |
void | exceptionContext (cms::Exception &, ESModuleCallingContext const &) |
void | exceptionContext (std::ostream &, GlobalContext const &) |
void | exceptionContext (std::ostream &, StreamContext const &) |
void | exceptionContext (cms::Exception &, ModuleCallingContext const &) |
void | fillDescriptionFromPSet (ParameterSet const &pset, ParameterSetDescription &desc) |
std::shared_ptr< EDLooperBase > | fillLooper (eventsetup::EventSetupsController &esController, eventsetup::EventSetupProvider &cp, ParameterSet ¶ms, std::vector< std::string > const &loopers) |
void | fillMaxEventsDescription (ParameterSetDescription &description) |
void | fillMaxLuminosityBlocksDescription (ParameterSetDescription &description) |
void | fillMaxSecondsUntilRampdownDescription (ParameterSetDescription &description) |
static void | fillModuleInPathSummary (Path const &path, size_t which, ModuleInPathSummary &sum) |
void | fillOptionsDescription (ParameterSetDescription &description) |
void | fillParameterSetBranch (TTree *parameterSetsTree, int basketSize) |
static void | fillPathSummary (Path const &path, PathSummary &sum) |
void | fillProcessHistoryBranch (TTree *metaDataTree, int basketSize, ProcessHistoryRegistry const &processHistoryRegistry) |
template<typename T , typename A > | |
void | fillPtrVector (std::vector< T, A > const &obj, std::type_info const &iToType, std::vector< unsigned long > const &iIndicies, std::vector< void const *> &oPtr) |
template<typename T , typename A > | |
void | fillPtrVector (std::list< T, A > const &obj, std::type_info const &iToType, std::vector< unsigned long > const &iIndicies, std::vector< void const *> &oPtr) |
template<typename T , typename A > | |
void | fillPtrVector (std::deque< T, A > const &obj, std::type_info const &iToType, std::vector< unsigned long > const &iIndicies, std::vector< void const *> &oPtr) |
template<typename T , typename A , typename Comp > | |
void | fillPtrVector (std::set< T, A, Comp > const &obj, std::type_info const &iToType, std::vector< unsigned long > const &iIndicies, std::vector< void const *> &oPtr) |
template<typename T , typename SORT > | |
void | fillPtrVector (SortedCollection< T, SORT > const &obj, std::type_info const &toType, std::vector< unsigned long > const &indices, std::vector< void const *> &ptrs) |
template<typename T , typename P > | |
void | fillPtrVector (OwnVector< T, P > const &obj, std::type_info const &toType, std::vector< unsigned long > const &indices, std::vector< void const *> &ptrs) |
template<class T , class A > | |
void | fillView (std::vector< T, A > const &obj, ProductID const &id, std::vector< void const *> &ptrs, FillViewHelperVector &helpers) |
template<class T , class A > | |
void | fillView (std::list< T, A > const &obj, ProductID const &id, std::vector< void const *> &ptrs, FillViewHelperVector &helpers) |
template<class T , class A > | |
void | fillView (std::deque< T, A > const &obj, ProductID const &id, std::vector< void const *> &ptrs, FillViewHelperVector &helpers) |
template<class T , class A , class Comp > | |
void | fillView (std::set< T, A, Comp > const &obj, ProductID const &id, std::vector< void const *> &ptrs, FillViewHelperVector &helpers) |
template<typename C , typename T , typename F > | |
void | fillView (RefVector< C, T, F > const &obj, ProductID const &id, std::vector< void const *> &pointers, FillViewHelperVector &helpers) |
template<typename T > | |
void | fillView (PtrVector< T > const &obj, ProductID const &, std::vector< void const *> &pointers, FillViewHelperVector &helpers) |
template<typename T > | |
void | fillView (RefToBaseVector< T > const &obj, ProductID const &, std::vector< void const *> &pointers, FillViewHelperVector &helpers) |
template<typename T > | |
void | fillView (std::vector< edm::Ptr< T > > const &obj, ProductID const &id, std::vector< void const *> &pointers, FillViewHelperVector &helpers) |
template<typename KeyRefProd , typename CVal , typename KeyRef , typename SizeType , typename KeyReferenceHelper > | |
void | fillView (AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper > const &obj, ProductID const &id, std::vector< void const *> &pointers, FillViewHelperVector &helpers) |
template<class T > | |
void | fillView (DetSetVector< T > const &obj, ProductID const &id, std::vector< void const *> &pointers, FillViewHelperVector &helpers) |
template<typename T , typename SORT > | |
void | fillView (SortedCollection< T, SORT > const &obj, ProductID const &id, std::vector< void const *> &pointers, FillViewHelperVector &helpers) |
template<typename T , typename P > | |
void | fillView (OwnVector< T, P > const &obj, ProductID const &id, std::vector< void const *> &pointers, FillViewHelperVector &helpers) |
static void | fillWorkerSummary (Worker const *pw, WorkerSummary &sum) |
static void | fillWorkerSummaryAux (Worker const &w, WorkerSummary &sum) |
template<typename ForwardSequence , typename Predicate > | |
ForwardSequence::const_iterator | find_if_in_all (ForwardSequence const &s, Predicate const &p) |
wrappers for std::find More... | |
template<typename ForwardSequence , typename Predicate > | |
ForwardSequence::iterator | find_if_in_all (ForwardSequence &s, Predicate const &p) |
template<typename ForwardSequence , typename Datum > | |
ForwardSequence::const_iterator | find_in_all (ForwardSequence const &s, Datum const &d) |
wrappers for std::find More... | |
template<typename ForwardSequence , typename Datum > | |
ForwardSequence::iterator | find_in_all (ForwardSequence &s, Datum const &d) |
template<typename Key , typename Value > | |
Value const & | findOrAssert (std::map< Key, Value > const &m, Key const &k) |
template<typename Key , typename Value > | |
Value & | findOrAssert (std::map< Key, Value > &m, Key const &k) |
template<typename Key , typename Value > | |
Value const & | findOrDefault (std::map< Key, Value > const &m, Key const &k, Value const &defaultValue) |
template<typename Key , typename Value > | |
Value & | findOrDefault (std::map< Key, Value > &m, Key const &k, Value &defaultValue) |
template<typename Key , typename Value > | |
Value | findOrDefault (std::map< Key, Value > const &m, Key const &k) |
template<typename Key , typename Value > | |
Value & | findOrInsert (std::map< Key, Value > &m, Key const &k) |
template<typename T , typename U > | |
T | first (std::pair< T, U > const &p) |
void | FlushMessageLog () |
template<typename ForwardSequence , typename Func > | |
Func | for_all (ForwardSequence &s, Func f) |
wrapper for std::for_each More... | |
template<typename S , typename T > | |
S & | formatFile (T const &f, S &os) |
bool | FreshErrorsExist (unsigned int iStreamID) |
template<typename T > | |
T const & | get (ProcessBlock const &processBlock, EDGetToken const &token) |
template<typename T > | |
T const & | get (ProcessBlock const &processBlock, EDGetTokenT< T > const &token) |
template<typename T > | |
T const & | get (Run const &event, InputTag const &tag) |
template<typename T > | |
T const & | get (LuminosityBlock const &event, InputTag const &tag) |
template<typename T > | |
T const & | get (Run const &event, EDGetToken const &token) |
template<typename T > | |
T const & | get (LuminosityBlock const &event, EDGetToken const &token) |
template<typename T > | |
T const & | get (Run const &event, EDGetTokenT< T > const &token) |
template<typename T > | |
T const & | get (LuminosityBlock const &event, EDGetTokenT< T > const &token) |
template<typename T > | |
T const & | get (Event const &event, InputTag const &tag) noexcept(false) |
template<typename T > | |
T const & | get (Event const &event, EDGetToken const &token) noexcept(false) |
template<typename T > | |
T const & | get (Event const &event, EDGetTokenT< T > const &token) noexcept(false) |
template<typename T > | |
constexpr T & | get_underlying (propagate_const< T > &) |
template<typename T > | |
constexpr T const & | get_underlying (propagate_const< T > const &) |
template<typename T > | |
constexpr std::decay_t< T > & | get_underlying (propagate_const_array< T > &) |
template<typename T > | |
constexpr std::decay_t< T > const & | get_underlying (propagate_const_array< T > const &) |
template<typename T > | |
constexpr std::shared_ptr< T > & | get_underlying_safe (propagate_const< std::shared_ptr< T >> &iP) |
template<typename T > | |
constexpr std::shared_ptr< T const > | get_underlying_safe (propagate_const< std::shared_ptr< T >> const &iP) |
template<typename T > | |
constexpr std::shared_ptr< T[]> & | get_underlying_safe (propagate_const_array< std::shared_ptr< T[]>> &iP) |
template<typename T > | |
constexpr std::shared_ptr< T const []> | get_underlying_safe (propagate_const_array< std::shared_ptr< T[]>> const &iP) |
template<typename T > | |
constexpr T *& | get_underlying_safe (propagate_const< T *> &iP) |
template<typename T > | |
constexpr T const * | get_underlying_safe (propagate_const< T *> const &iP) |
template<typename T > | |
constexpr T * | get_underlying_safe (propagate_const_array< T[]> &iP) |
template<typename T > | |
constexpr T const * | get_underlying_safe (propagate_const_array< T[]> const &iP) |
template<typename T > | |
constexpr std::unique_ptr< T > & | get_underlying_safe (propagate_const< std::unique_ptr< T >> &iP) |
template<typename T > | |
constexpr std::unique_ptr< T const > | get_underlying_safe (propagate_const< std::unique_ptr< T >> const &iP) |
template<typename T > | |
constexpr std::unique_ptr< T[]> & | get_underlying_safe (propagate_const_array< std::unique_ptr< T[]>> &iP) |
template<typename T > | |
constexpr std::unique_ptr< T const []> | get_underlying_safe (propagate_const_array< std::unique_ptr< T[]>> const &iP) |
std::vector< std::string > const & | getAllTriggerNames () |
template<typename T > | |
std::unique_ptr< T > | getAnyPtr (void *p, int offset) |
std::string | getEnvironmentVariable (std::string const &name, std::string const &defaultValue=std::string()) |
int | getFileFormatVersion () |
ParameterSet const & | getParameterSet (ParameterSetID const &id) |
std::string | getPassID () |
ParameterSet const & | getProcessParameterSetContainingModule (ModuleDescription const &moduleDescription) |
ParameterSet const * | getProducerParameterSet (Provenance const &provenance, ProcessHistory const &) |
template<typename T > | |
T const * | getProduct (RefCore const &ref) |
template<typename PROD > | |
std::shared_ptr< Wrapper< PROD > const > | getProductByTag (Principal const &ep, InputTag const &tag, ModuleCallingContext const *mcc) |
template<typename T > | |
T const * | getProductWithCoreFromRef (RefCore const &ref, EDProductGetter const *prodGetter) |
std::unique_ptr< edm::ParameterSet > | getPSetFromConfig (const std::string &config) |
template<typename C > | |
helper::MatcherGetRef< C >::ref_type | getRef (const Handle< C > &c, size_t k) |
template<typename C , typename T , typename F , typename KEY > | |
T const * | getRefPtr (RefCore const &product, KEY const &iKey) |
std::string | getReleaseVersion () |
TClass * | getTClass (const std::type_info &ti) |
template<typename T > | |
std::tuple< T const *, unsigned int > | getThinnedProduct (RefCore const &ref, unsigned int key, EDProductGetter const *prodGetter) |
std::string | getUuid (TTree *uuidTree) |
std::unique_ptr< WrapperBase > | getWrapperBasePtr (void *p, int offset) |
std::string | glob2reg (std::string const &pattern) |
void | GroupLogStatistics (std::string_view category) |
void | HaltMessageLogging () |
bool | hasDictionary (std::type_info const &) |
template<typename T > | |
void | hash_combine (std::size_t &seed, const T &val) |
template<typename T , typename... Types> | |
void | hash_combine (std::size_t &seed, const T &val, const Types &... args) |
template<typename... Types> | |
std::size_t | hash_value (const Types &... args) |
HRTimeType | hrRealTime () |
void | insertSelectedProcesses (BranchDescription const &desc, std::set< std::string > &processes, std::set< std::string > &processesWithKeptProcessBlockProducts) |
void | installCustomHandler (int signum, CFUNC func) |
void | installSig (int signum, CFUNC func) |
bool | is_glob (std::string const &pattern) |
bool | isAncestor (ProcessHistory const &a, ProcessHistory const &b) |
bool | isDebugEnabled () |
bool | isDescendant (ProcessHistory const &a, ProcessHistory const &b) |
constexpr bool | isEndTransition (Transition iValue) |
bool | isErrorEnabled () |
template<typename T > | |
constexpr bool | isFinite (T x) |
template<> | |
constexpr bool | isFinite (float x) |
template<> | |
constexpr bool | isFinite (double x) |
template<> | |
constexpr bool | isFinite (long double x) |
bool | isFwkInfoEnabled () |
bool | isInfoEnabled () |
bool | isMessageProcessingSetUp () |
template<typename T > | |
constexpr bool | isNotFinite (T x) |
bool | isSameEvent (EventAuxiliary const &a, EventAuxiliary const &b) |
bool | isSameEvent (EventPrincipal const &a, EventPrincipal const &b) |
template<typename C , typename KEY > | |
bool | isThinnedAvailable (RefCore const &product, KEY const &iKey) |
bool | isTransientEqual (ParameterSet const &a, ParameterSet const &b) |
bool | isValidGlobalIdentifier (std::string const &guid) |
bool | isWarningEnabled () |
template<typename V , typename T > | |
bool | iterateTrieLeaves (V &v, TrieNode< T > const &n, std::string const &label="") |
visits only leaf nodes More... | |
static std::string const | kBaseType ("Source") |
bool | lessThan (LuminosityBlockRange const &lh, LuminosityBlockRange const &rh) |
bool | lessThan (EventRange const &lh, EventRange const &rh) |
bool | lessThanSpecial (EventRange const &lh, EventRange const &rh) |
bool | loadCap (const std::string &name, std::vector< std::string > &missingDictionaries) |
void | loadExtraClasses () |
std::vector< messagelogger::ErrorSummaryEntry > | LoggedErrorsOnlySummary (unsigned int iStreamID) |
std::vector< messagelogger::ErrorSummaryEntry > | LoggedErrorsSummary (unsigned int iStreamID) |
void | LogStatistics () |
void | longBranchPrint (TTree *tr) |
template<typename ForwardSequence , typename Datum > | |
ForwardSequence::const_iterator | lower_bound_all (ForwardSequence const &s, Datum const &d) |
wrappers for std::lower_bound More... | |
template<typename ForwardSequence , typename Datum > | |
ForwardSequence::iterator | lower_bound_all (ForwardSequence &s, Datum const &d) |
template<typename ForwardSequence , typename Datum , typename Predicate > | |
ForwardSequence::const_iterator | lower_bound_all (ForwardSequence const &s, Datum const &d, Predicate p) |
template<typename ForwardSequence , typename Datum , typename Predicate > | |
ForwardSequence::iterator | lower_bound_all (ForwardSequence &s, Datum const &d, Predicate p) |
template<typename F > | |
FunctorTask< F > * | make_functor_task (F f) |
template<typename F > | |
auto | make_lambda_with_holder (WaitingTaskWithArenaHolder h, F &&f) |
template<typename T , typename F > | |
std::unique_ptr< T, F > | make_sentry (T *iObject, F iFunc) |
NOTE: if iObject is null, then iFunc will not be called. More... | |
template<typename T , typename... Args> | |
std::shared_ptr< T > | make_shared_noexcept_false (Args &&... args) |
template<typename F > | |
FunctorWaitingTask< F > * | make_waiting_task (F f) |
template<typename F > | |
auto | make_waiting_task_with_holder (WaitingTaskWithArenaHolder h, F &&f) |
template<typename KeyRefType , typename AC , typename EventType > | |
AssociativeIterator< KeyRefType, AC, edm::EventItemGetter< KeyRefType, EventType > > | makeAssociativeIterator (const AC &map, const EventType &event) |
std::vector< ProcessIndex > | makeBranchListIndexToProcessIndex (BranchListIndexes const &branchListIndexes) |
template<typename T > | |
std::shared_ptr< ESHandleExceptionFactory > | makeESHandleExceptionFactory (T &&iFunctor) |
template<typename U > | |
auto | makeESValid (const U &iOtherHandleType) noexcept(false) |
template<typename T > | |
std::shared_ptr< HandleExceptionFactory > | makeHandleExceptionFactory (T &&iFunctor) |
std::unique_ptr< InputSource > | makeInput (unsigned int moduleIndex, ParameterSet ¶ms, CommonParams const &common, std::shared_ptr< ProductRegistry > preg, std::shared_ptr< BranchIDListHelper > branchIDListHelper, std::shared_ptr< ProcessBlockHelper > const &processBlockHelper, std::shared_ptr< ThinnedAssociationsHelper > thinnedAssociationsHelper, std::shared_ptr< ActivityRegistry > areg, std::shared_ptr< ProcessConfiguration const > processConfiguration, PreallocationConfiguration const &allocations) |
std::unique_ptr< edm::ModuleTypeResolverMaker const > | makeModuleTypeResolverMaker (edm::ParameterSet const &pset) |
static std::shared_ptr< cms::Exception > | makeNotFoundException (char const *where, KindOfType kindOfType, TypeID const &productType, std::string const &label, std::string const &instance, std::string const &process) |
void | makeParameterSets (std::string const &configtext, std::unique_ptr< ParameterSet > &main) |
essentially the same as the previous method More... | |
template<class HandleT > | |
Ref< typename HandleT::element_type, typename HandleT::element_type::value_type::value_type > | makeRefTo (const HandleT &iHandle, det_id_type iDetID, typename HandleT::element_type::value_type::const_iterator itIter) |
template<typename T > | |
RefToBaseProd< T > | makeRefToBaseProdFrom (RefToBase< T > const &iRef, Event const &iEvent) |
template<class HandleT > | |
Ref< typename HandleT::element_type, typename HandleT::element_type::value_type::value_type > | makeRefToDetSetRefVector (const HandleT &iHandle, det_id_type iDetID, typename HandleT::element_type::value_type::const_iterator itIter) |
template<class HandleT > | |
Ref< typename HandleT::element_type, typename HandleT::element_type::value_type::value_type > | makeRefToDetSetRefVector (const HandleT &iHandle, det_id_type iDetID, typename HandleT::element_type::value_type::iterator itIter) |
template<class HandleT > | |
Ref< typename HandleT::element_type, typename HandleT::element_type::value_type::value_type > | makeRefToDetSetVector (const HandleT &iHandle, det_id_type iDetID, typename HandleT::element_type::value_type::iterator itIter) |
std::unique_ptr< RunHelperBase > | makeRunHelper (ParameterSet const &pset) |
template<typename U > | |
auto | makeValid (const U &iOtherHandleType) noexcept(false) |
std::string | match (BranchDescription const &a, BranchDescription const &b, std::string const &fileName) |
LuminosityBlockID const & | max (LuminosityBlockID const &lh, LuminosityBlockID const &rh) |
EventID const & | max (EventID const &lh, EventID const &rh) |
const unsigned int | maxIDlength (200) |
bool | merge (LuminosityBlockRange &lh, LuminosityBlockRange &rh) |
LuminosityBlockID const & | min (LuminosityBlockID const &lh, LuminosityBlockID const &rh) |
EventID const & | min (EventID const &lh, EventID const &rh) |
std::string | moduleName (StableProvenance const &provenance, ProcessHistory const &history) |
template<typename... TArgs, typename ToT > | |
void | moveFromTo (ESProducts< TArgs... > &iFrom, ToT &iTo) |
EDProductGetter const * | mustBeNonZero (EDProductGetter const *prodGetter, std::string refType, ProductID const &productID) |
static Principal::CacheIdentifier_t | nextIdentifier () |
std::vector< ModuleDescription const * > | nonConsumedUnscheduledModules (edm::PathsAndConsumesOfModulesBase const &iPnC, std::vector< ModuleProcessName > &consumedByChildren) |
Long64_t | numEntries (TFile *hdl, std::string const &trname) |
TFile * | openFileHdl (std::string const &fname) |
std::unique_ptr< ParameterDescriptionNode > | operator && (ParameterDescriptionNode const &node_left, ParameterDescriptionNode const &node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator && (std::unique_ptr< ParameterDescriptionNode > node_left, ParameterDescriptionNode const &node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator && (ParameterDescriptionNode const &node_left, std::unique_ptr< ParameterDescriptionNode > node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator && (std::unique_ptr< ParameterDescriptionNode > node_left, std::unique_ptr< ParameterDescriptionNode > node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator && (ParameterDescriptionNode const &node_left, ParameterDescriptionNode const &node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator && (std::unique_ptr< ParameterDescriptionNode > node_left, ParameterDescriptionNode const &node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator && (ParameterDescriptionNode const &node_left, std::unique_ptr< ParameterDescriptionNode > node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator && (std::unique_ptr< ParameterDescriptionNode > node_left, std::unique_ptr< ParameterDescriptionNode > node_right) |
bool | operator!= (FileID const &lh, FileID const &rh) |
bool | operator!= (RunLumiEntryInfo const &a, RunLumiEntryInfo const &b) |
bool | operator!= (ElementID const &lh, ElementID const &rh) |
bool | operator!= (EventEntryInfo const &a, EventEntryInfo const &b) |
bool | operator!= (ProductID const &lh, ProductID const &rh) |
bool | operator!= (BranchKey const &a, BranchKey const &b) |
bool | operator!= (TypeID const &a, TypeID const &b) |
bool | operator!= (EventEntryDescription const &a, EventEntryDescription const &b) |
template<typename T1 , template< typename X1 > class B1, typename T2 , template< typename X2 > class B2> | |
bool | operator!= (const zero_allocator< T1, B1 > &a, const zero_allocator< T2, B2 > &b) |
bool | operator!= (ProductProvenance const &a, ProductProvenance const &b) |
bool | operator!= (const TypeIDBase &a, const TypeIDBase &b) |
bool | operator!= (Parentage const &a, Parentage const &b) |
bool | operator!= (ProcessConfiguration const &a, ProcessConfiguration const &b) |
constexpr bool | operator!= (ELseverityLevel const &e1, ELseverityLevel const &e2) noexcept |
bool | operator!= (ProcessHistory const &a, ProcessHistory const &b) |
template<typename T > | |
bool | operator!= (FwdPtr< T > const &lhs, FwdPtr< T > const &rhs) |
bool | operator!= (FileIndex::Element const &lh, FileIndex::Element const &rh) |
bool | operator!= (TypeWithDict const &a, TypeWithDict const &b) |
bool | operator!= (RefCore const &lhs, RefCore const &rhs) |
template<typename KEY > | |
bool | operator!= (RefVectorBase< KEY > const &lhs, RefVectorBase< KEY > const &rhs) |
Inequality operator. More... | |
bool | operator!= (TypeWithDict const &a, std::type_info const &b) |
template<typename T > | |
bool | operator!= (View< T > const &, View< T > const &) |
bool | operator!= (std::type_info const &a, TypeWithDict const &b) |
template<typename T > | |
bool | operator!= (RefToBaseProd< T > const &lhs, RefToBaseProd< T > const &rhs) |
template<typename T , typename U > | |
bool | operator!= (atomic_value_ptr< T > const &lhs, U const &rhs) |
template<typename T , typename U > | |
bool | operator!= (U const &lhs, atomic_value_ptr< T > const &rhs) |
template<typename C > | |
bool | operator!= (RefProd< C > const &lhs, RefProd< C > const &rhs) |
template<typename T , typename U > | |
bool | operator!= (value_ptr< T > const &lhs, U const &rhs) |
bool | operator!= (Entry const &a, Entry const &b) |
bool | operator!= (ProductRegistry const &a, ProductRegistry const &b) |
template<typename T , typename U > | |
bool | operator!= (U const &lhs, value_ptr< T > const &rhs) |
template<typename C , typename T , typename F > | |
bool | operator!= (RefVector< C, T, F > const &lhs, RefVector< C, T, F > const &rhs) |
template<typename T > | |
bool | operator!= (Ptr< T > const &lhs, Ptr< T > const &rhs) |
template<typename C , typename T , typename F > | |
bool | operator!= (FwdRef< C, T, F > const &lhs, FwdRef< C, T, F > const &rhs) |
template<typename C , typename T , typename F > | |
bool | operator!= (Ref< C, T, F > const &lhs, FwdRef< C, T, F > const &rhs) |
template<typename C , typename T , typename F > | |
bool | operator!= (FwdRef< C, T, F > const &lhs, Ref< C, T, F > const &rhs) |
bool | operator!= (ParameterSet const &a, ParameterSet const &b) |
template<typename C , typename T , typename F > | |
bool | operator!= (Ref< C, T, F > const &lhs, Ref< C, T, F > const &rhs) |
template<typename C > | |
Association< C > | operator+ (const Association< C > &a1, const Association< C > &a2) |
template<typename C , typename T , typename F > | |
RefVectorIterator< C, T, F > | operator+ (typename RefVectorIterator< C, T, F >::difference n, RefVectorIterator< C, T, F > const &iter) |
template<typename T > | |
ValueMap< T > | operator+ (const ValueMap< T > &a1, const ValueMap< T > &a2) |
bool | operator< (EventProcessHistoryID const &lh, EventProcessHistoryID const &rh) |
bool | operator< (ModuleProcessName const &a, ModuleProcessName const &b) |
bool | operator< (RunLumiEntryInfo const &a, RunLumiEntryInfo const &b) |
bool | operator< (StoredProductProvenance const &a, StoredProductProvenance const &b) |
bool | operator< (BranchKey const &a, BranchKey const &b) |
bool | operator< (EventEntryInfo const &a, EventEntryInfo const &b) |
bool | operator< (WorkerTimingSummary const &a, WorkerTimingSummary const &b) |
bool | operator< (ElementID const &lh, ElementID const &rh) |
bool | operator< (ProductProvenance const &a, ProductProvenance const &b) |
bool | operator< (ProductID const &lh, ProductID const &rh) |
bool | operator< (WorkerSummary const &a, WorkerSummary const &b) |
bool | operator< (ProcessConfiguration const &a, ProcessConfiguration const &b) |
template<class T > | |
bool | operator< (DetSet< T > const &x, DetSet< T > const &y) |
template<class T > | |
bool | operator< (DetSet< T > const &x, det_id_type y) |
template<class T > | |
bool | operator< (det_id_type x, DetSet< T > const &y) |
constexpr bool | operator< (ELseverityLevel const &e1, ELseverityLevel const &e2) noexcept |
bool | operator< (FileIndex::Element const &lh, FileIndex::Element const &rh) |
bool | operator< (TypeWithDict const &a, TypeWithDict const &b) |
template<typename T > | |
bool | operator< (FwdPtr< T > const &lhs, FwdPtr< T > const &rhs) |
bool | operator< (RefCore const &lhs, RefCore const &rhs) |
template<typename T > | |
bool | operator< (View< T > const &, View< T > const &) |
template<typename T > | |
bool | operator< (RefToBaseProd< T > const &lhs, RefToBaseProd< T > const &rhs) |
template<typename C > | |
bool | operator< (RefProd< C > const &lhs, RefProd< C > const &rhs) |
template<typename T > | |
bool | operator< (Ptr< T > const &lhs, Ptr< T > const &rhs) |
bool | operator< (BranchDescription const &a, BranchDescription const &b) |
template<typename C , typename T , typename F > | |
bool | operator< (FwdRef< C, T, F > const &lhs, FwdRef< C, T, F > const &rhs) |
template<typename C , typename T , typename F > | |
bool | operator< (Ref< C, T, F > const &lhs, FwdRef< C, T, F > const &rhs) |
template<typename C , typename T , typename F > | |
bool | operator< (FwdRef< C, T, F > const &lhs, Ref< C, T, F > const &rhs) |
template<typename C , typename T , typename F > | |
bool | operator< (Ref< C, T, F > const &lhs, Ref< C, T, F > const &rhs) |
std::ostream & | operator<< (std::ostream &os, TimeOfDay const &tod) |
std::ostream & | operator<< (std::ostream &os, ParameterSetBlob const &blob) |
std::ostream & | operator<< (std::ostream &os, FileID const &id) |
std::ostream & | operator<< (std::ostream &, PlaceInPathContext const &) |
std::ostream & | operator<< (std::ostream &os, BranchType const &branchType) |
std::ostream & | operator<< (std::ostream &os, BranchID const &id) |
std::ostream & | operator<< (std::ostream &os, RunLumiEntryInfo const &p) |
std::ostream & | operator<< (std::ostream &, InternalContext const &) |
std::ostream & | operator<< (std::ostream &out, const reco::GenParticleRef &genRef) |
std::ostream & | operator<< (std::ostream &os, FileFormatVersion const &ff) |
std::ostream & | operator<< (std::ostream &os, EventEntryInfo const &p) |
std::ostream & | operator<< (std::ostream &, PathContext const &) |
std::ostream & | operator<< (std::ostream &, ProcessContext const &) |
std::ostream & | operator<< (std::ostream &iOS, ESProxyIndex const &iIndex) |
std::ostream & | operator<< (std::ostream &os, EventEntryDescription const &p) |
std::ostream & | operator<< (std::ostream &os, ElementID const &id) |
std::ostream & | operator<< (std::ostream &os, ProductProvenance const &p) |
std::ostream & | operator<< (std::ostream &os, BranchKey const &bk) |
std::ostream & | operator<< (std::ostream &os, ProductID const &id) |
std::ostream & | operator<< (std::ostream &oStream, RunID const &iID) |
std::ostream & | operator<< (std::ostream &os, const RunAuxiliary &p) |
std::ostream & | operator<< (std::ostream &os, TypeID const &id) |
std::ostream & | operator<< (std::ostream &, ParentContext const &) |
std::ostream & | operator<< (std::ostream &os, const ProductSelector &gs) |
std::ostream & | operator<< (std::ostream &os, const LuminosityBlockAuxiliary &p) |
std::ostream & | operator<< (std::ostream &os, Parentage const &p) |
std::ostream & | operator<< (std::ostream &os, StableProvenance const &p) |
std::ostream & | operator<< (std::ostream &oStream, EventRange const &iID) |
std::ostream & | operator<< (std::ostream &oStream, LuminosityBlockRange const &iID) |
std::ostream & | operator<< (std::ostream &ost, InputTag const &tag) |
std::ostream & | operator<< (std::ostream &os, ProcessConfiguration const &pc) |
std::ostream & | operator<< (std::ostream &iOS, ESTokenIndex const &iIndex) |
std::ostream & | operator<< (std::ostream &t, OStreamColumn const &c) |
std::ostream & | operator<< (std::ostream &, GlobalContext const &) |
template<typename E > | |
std::ostream & | operator<< (std::ostream &t, OStreamColumnEntry< E > const &ce) |
std::ostream & | operator<< (std::ostream &, StreamContext const &) |
std::ostream & | operator<< (std::ostream &os, ModuleDescription const &p) |
std::ostream & | operator<< (std::ostream &, ModuleCallingContext const &) |
std::ostream & | operator<< (std::ostream &os, ParameterSetEntry const &psetEntry) |
std::ostream & | operator<< (std::ostream &oStream, LuminosityBlockID const &iID) |
std::ostream & | operator<< (std::ostream &os, Provenance const &p) |
std::ostream & | operator<< (std::ostream &iOS, ESRecordIndex const &iIndex) |
std::ostream & | operator<< (std::ostream &os, JobReport::RunReport const &f) |
std::ostream & | operator<< (std::ostream &os, const EventAuxiliary &p) |
std::ostream & | operator<< (std::ostream &ost, const HLTGlobalStatus &hlt) |
Formatted printout of trigger table. More... | |
template<class T > | |
ErrorObj & | operator<< (ErrorObj &e, const T &t) |
ErrorObj & | operator<< (ErrorObj &e, const char s[]) |
std::ostream & | operator<< (std::ostream &oStream, EventID const &iID) |
std::ostream & | operator<< (std::ostream &, ESInputTag const &) |
std::ostream & | operator<< (std::ostream &ost, ProcessHistory const &ph) |
std::ostream & | operator<< (std::ostream &os, const edm::FileInPath &fip) |
std::ostream & | operator<< (std::ostream &os, VParameterSetEntry const &vpsetEntry) |
std::ostream & | operator<< (std::ostream &os, FileIndex const &fileIndex) |
std::ostream & | operator<< (std::ostream &os, TypeWithDict const &id) |
std::ostream & | operator<< (std::ostream &os, const CompactEventAuxiliaryVector::CompactEventAuxiliary &p) |
std::ostream & | operator<< (std::ostream &os, const CompactEventAuxiliaryVector::CompactEventAuxiliaryExtra &p) |
std::ostream & | operator<< (std::ostream &os, ProductResolverBase const &phb) |
std::ostream & | operator<< (std::ostream &os, ProductRegistry const &pr) |
template<int I> | |
std::ostream & | operator<< (std::ostream &os, Hash< I > const &h) |
std::ostream & | operator<< (std::ostream &os, BranchDescription const &p) |
template<typename PROD > | |
std::ostream & | operator<< (std::ostream &os, Handle< PROD > const &h) |
template<typename C , typename T , typename F > | |
std::ostream & | operator<< (std::ostream &os, RefVector< C, T, F > const &r) |
std::ostream & | operator<< (std::ostream &os, JobReport::InputFile const &f) |
std::ostream & | operator<< (std::ostream &os, JobReport::OutputFile const &f) |
std::ostream & | operator<< (std::ostream &os, ParameterSet const &pset) |
std::ostream & | operator<< (std::ostream &os, Entry const &entry) |
constexpr bool | operator<= (ELseverityLevel const &e1, ELseverityLevel const &e2) noexcept |
bool | operator<= (FileIndex::Element const &lh, FileIndex::Element const &rh) |
template<typename T > | |
bool | operator<= (View< T > const &, View< T > const &) |
bool | operator== (FileID const &lh, FileID const &rh) |
bool | operator== (RunLumiEntryInfo const &a, RunLumiEntryInfo const &b) |
bool | operator== (ElementID const &lh, ElementID const &rh) |
bool | operator== (ProductID const &lh, ProductID const &rh) |
bool | operator== (EventEntryInfo const &a, EventEntryInfo const &b) |
bool | operator== (BranchKey const &a, BranchKey const &b) |
template<typename T1 , template< typename X1 > class B1, typename T2 , template< typename X2 > class B2> | |
bool | operator== (const zero_allocator< T1, B1 > &a, const zero_allocator< T2, B2 > &b) |
bool | operator== (EventEntryDescription const &a, EventEntryDescription const &b) |
bool | operator== (ProductProvenance const &a, ProductProvenance const &b) |
bool | operator== (ProcessConfiguration const &a, ProcessConfiguration const &b) |
bool | operator== (Parentage const &a, Parentage const &b) |
bool | operator== (StableProvenance const &a, StableProvenance const &b) |
template<class T > | |
bool | operator== (RefToBaseVector< T > const &a, RefToBaseVector< T > const &b) |
constexpr bool | operator== (ELseverityLevel const &e1, ELseverityLevel const &e2) noexcept |
bool | operator== (Provenance const &a, Provenance const &b) |
bool | operator== (ProcessHistory const &a, ProcessHistory const &b) |
template<typename T > | |
bool | operator== (FwdPtr< T > const &lhs, FwdPtr< T > const &rhs) |
bool | operator== (FileIndex::Element const &lh, FileIndex::Element const &rh) |
bool | operator== (RefCore const &lhs, RefCore const &rhs) |
template<typename KEY > | |
bool | operator== (RefVectorBase< KEY > const &lhs, RefVectorBase< KEY > const &rhs) |
Equality operator. More... | |
bool | operator== (TypeWithDict const &a, TypeWithDict const &b) |
bool | operator== (edm::FileInPath const &a, edm::FileInPath const &b) |
bool | operator== (TypeWithDict const &a, std::type_info const &b) |
template<typename T > | |
bool | operator== (View< T > const &, View< T > const &) |
bool | operator== (std::type_info const &a, TypeWithDict const &b) |
template<typename T > | |
bool | operator== (RefToBaseProd< T > const &lhs, RefToBaseProd< T > const &rhs) |
template<typename T , typename U > | |
bool | operator== (atomic_value_ptr< T > const &lhs, U const &rhs) |
template<typename T , typename U > | |
bool | operator== (U const &lhs, atomic_value_ptr< T > const &rhs) |
template<typename C > | |
bool | operator== (RefProd< C > const &lhs, RefProd< C > const &rhs) |
template<typename T , typename U > | |
bool | operator== (value_ptr< T > const &lhs, U const &rhs) |
bool | operator== (ProductRegistry const &a, ProductRegistry const &b) |
bool | operator== (Entry const &a, Entry const &b) |
template<typename T , typename U > | |
bool | operator== (U const &lhs, value_ptr< T > const &rhs) |
template<typename C , typename T , typename F > | |
bool | operator== (RefVector< C, T, F > const &lhs, RefVector< C, T, F > const &rhs) |
template<typename C , typename T , typename F > | |
bool | operator== (FwdRef< C, T, F > const &lhs, FwdRef< C, T, F > const &rhs) |
template<typename C , typename T , typename F > | |
bool | operator== (Ref< C, T, F > const &lhs, FwdRef< C, T, F > const &rhs) |
template<typename T > | |
bool | operator== (Ptr< T > const &lhs, Ptr< T > const &rhs) |
template<typename C , typename T , typename F > | |
bool | operator== (FwdRef< C, T, F > const &lhs, Ref< C, T, F > const &rhs) |
bool | operator== (BranchDescription const &a, BranchDescription const &b) |
bool | operator== (ParameterSet const &a, ParameterSet const &b) |
template<typename T , typename SORT , typename ALLOC > | |
bool | operator== (SortedCollection< T, SORT > const &c, std::vector< T, ALLOC > const &v) |
template<typename T , typename SORT > | |
bool | operator== (SortedCollection< T, SORT > const &a, SortedCollection< T, SORT > const &b) |
template<typename C , typename T , typename F > | |
bool | operator== (Ref< C, T, F > const &lhs, Ref< C, T, F > const &rhs) |
bool | operator> (TypeID const &a, TypeID const &b) |
bool | operator> (const TypeIDBase &a, const TypeIDBase &b) |
constexpr bool | operator> (ELseverityLevel const &e1, ELseverityLevel const &e2) noexcept |
bool | operator> (FileIndex::Element const &lh, FileIndex::Element const &rh) |
template<typename T > | |
bool | operator> (View< T > const &, View< T > const &) |
constexpr bool | operator>= (ELseverityLevel const &e1, ELseverityLevel const &e2) noexcept |
bool | operator>= (FileIndex::Element const &lh, FileIndex::Element const &rh) |
template<typename T > | |
bool | operator>= (View< T > const &, View< T > const &) |
std::istream & | operator>> (std::istream &is, FileInPath &fip) |
std::unique_ptr< ParameterDescriptionCases< bool > > | operator>> (bool caseValue, ParameterDescriptionNode const &node) |
std::unique_ptr< ParameterDescriptionCases< int > > | operator>> (int caseValue, ParameterDescriptionNode const &node) |
std::unique_ptr< ParameterDescriptionCases< std::string > > | operator>> (std::string const &caseValue, ParameterDescriptionNode const &node) |
std::unique_ptr< ParameterDescriptionCases< std::string > > | operator>> (char const *caseValue, ParameterDescriptionNode const &node) |
std::unique_ptr< ParameterDescriptionCases< bool > > | operator>> (bool caseValue, std::unique_ptr< ParameterDescriptionNode > node) |
std::unique_ptr< ParameterDescriptionCases< int > > | operator>> (int caseValue, std::unique_ptr< ParameterDescriptionNode > node) |
std::unique_ptr< ParameterDescriptionCases< std::string > > | operator>> (std::string const &caseValue, std::unique_ptr< ParameterDescriptionNode > node) |
std::unique_ptr< ParameterDescriptionCases< std::string > > | operator>> (char const *caseValue, std::unique_ptr< ParameterDescriptionNode > node) |
std::unique_ptr< ParameterDescriptionNode > | operator^ (ParameterDescriptionNode const &node_left, ParameterDescriptionNode const &node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator^ (std::unique_ptr< ParameterDescriptionNode > node_left, ParameterDescriptionNode const &node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator^ (ParameterDescriptionNode const &node_left, std::unique_ptr< ParameterDescriptionNode > node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator^ (std::unique_ptr< ParameterDescriptionNode > node_left, std::unique_ptr< ParameterDescriptionNode > node_right) |
std::unique_ptr< ParameterDescriptionCases< bool > > | operator|| (std::unique_ptr< ParameterDescriptionCases< bool > >, std::unique_ptr< ParameterDescriptionCases< bool > >) |
std::unique_ptr< ParameterDescriptionCases< int > > | operator|| (std::unique_ptr< ParameterDescriptionCases< int > >, std::unique_ptr< ParameterDescriptionCases< int > >) |
std::unique_ptr< ParameterDescriptionCases< std::string > > | operator|| (std::unique_ptr< ParameterDescriptionCases< std::string > >, std::unique_ptr< ParameterDescriptionCases< std::string > >) |
std::unique_ptr< ParameterDescriptionNode > | operator|| (ParameterDescriptionNode const &node_left, ParameterDescriptionNode const &node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator|| (std::unique_ptr< ParameterDescriptionNode > node_left, ParameterDescriptionNode const &node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator|| (ParameterDescriptionNode const &node_left, std::unique_ptr< ParameterDescriptionNode > node_right) |
std::unique_ptr< ParameterDescriptionNode > | operator|| (std::unique_ptr< ParameterDescriptionNode > node_left, std::unique_ptr< ParameterDescriptionNode > node_right) |
static std::atomic< int > | ourSerial (0) |
bool | overlaps (LuminosityBlockRange const &lh, LuminosityBlockRange const &rh) |
bool | overlaps (EventRange const &lh, EventRange const &rh) |
ParameterSet const & | parameterSet (StableProvenance const &provenance, ProcessHistory const &history) |
template<> | |
std::string | ParameterSet::getParameter< std::string > (std::string const &name) const |
template<> | |
std::string | ParameterSet::getParameter< std::string > (char const *name) const |
template<> | |
std::vector< double > | ParameterSet::getParameter< std::vector< double > > (std::string const &name) const |
template<> | |
std::vector< double > | ParameterSet::getParameter< std::vector< double > > (char const *name) const |
template<> | |
std::vector< ESInputTag > | ParameterSet::getParameter< std::vector< ESInputTag > > (std::string const &name) const |
template<> | |
std::vector< ESInputTag > | ParameterSet::getParameter< std::vector< ESInputTag > > (char const *name) const |
template<> | |
std::vector< EventID > | ParameterSet::getParameter< std::vector< EventID > > (std::string const &name) const |
template<> | |
std::vector< EventID > | ParameterSet::getParameter< std::vector< EventID > > (char const *name) const |
template<> | |
std::vector< EventRange > | ParameterSet::getParameter< std::vector< EventRange > > (std::string const &name) const |
template<> | |
std::vector< EventRange > | ParameterSet::getParameter< std::vector< EventRange > > (char const *name) const |
template<> | |
std::vector< InputTag > | ParameterSet::getParameter< std::vector< InputTag > > (std::string const &name) const |
template<> | |
std::vector< InputTag > | ParameterSet::getParameter< std::vector< InputTag > > (char const *name) const |
template<> | |
std::vector< int > | ParameterSet::getParameter< std::vector< int > > (std::string const &name) const |
template<> | |
std::vector< int > | ParameterSet::getParameter< std::vector< int > > (char const *name) const |
template<> | |
std::vector< long long > | ParameterSet::getParameter< std::vector< long long > > (std::string const &name) const |
template<> | |
std::vector< long long > | ParameterSet::getParameter< std::vector< long long > > (char const *name) const |
template<> | |
std::vector< LuminosityBlockID > | ParameterSet::getParameter< std::vector< LuminosityBlockID > > (std::string const &name) const |
template<> | |
std::vector< LuminosityBlockID > | ParameterSet::getParameter< std::vector< LuminosityBlockID > > (char const *name) const |
template<> | |
std::vector< LuminosityBlockRange > | ParameterSet::getParameter< std::vector< LuminosityBlockRange > > (std::string const &name) const |
template<> | |
std::vector< LuminosityBlockRange > | ParameterSet::getParameter< std::vector< LuminosityBlockRange > > (char const *name) const |
template<> | |
std::vector< PdtEntry > | ParameterSet::getParameter< std::vector< PdtEntry > > (std::string const &name) const |
template<> | |
std::vector< PdtEntry > | ParameterSet::getParameter< std::vector< PdtEntry > > (char const *name) const |
template<> | |
std::vector< std::string > | ParameterSet::getParameter< std::vector< std::string > > (std::string const &name) const |
template<> | |
std::vector< std::string > | ParameterSet::getParameter< std::vector< std::string > > (char const *name) const |
template<> | |
std::vector< unsigned int > | ParameterSet::getParameter< std::vector< unsigned int > > (std::string const &name) const |
template<> | |
std::vector< unsigned int > | ParameterSet::getParameter< std::vector< unsigned int > > (char const *name) const |
template<> | |
std::vector< unsigned long long > | ParameterSet::getParameter< std::vector< unsigned long long > > (std::string const &name) const |
template<> | |
std::vector< unsigned long long > | ParameterSet::getParameter< std::vector< unsigned long long > > (char const *name) const |
template<> | |
std::vector< std::string > | ParameterSet::getParameterNamesForType< std::vector< PdtEntry > > (bool trackiness) const |
template<> | |
std::string | ParameterSet::getUntrackedParameter< std::string > (std::string const &name, std::string const &defaultValue) const |
template<> | |
std::string | ParameterSet::getUntrackedParameter< std::string > (std::string const &name) const |
template<> | |
std::string | ParameterSet::getUntrackedParameter< std::string > (char const *name, std::string const &defaultValue) const |
template<> | |
std::string | ParameterSet::getUntrackedParameter< std::string > (char const *name) const |
template<> | |
std::vector< double > | ParameterSet::getUntrackedParameter< std::vector< double > > (std::string const &name, std::vector< double > const &defaultValue) const |
template<> | |
std::vector< double > | ParameterSet::getUntrackedParameter< std::vector< double > > (std::string const &name) const |
template<> | |
std::vector< double > | ParameterSet::getUntrackedParameter< std::vector< double > > (char const *name) const |
template<> | |
std::vector< double > | ParameterSet::getUntrackedParameter< std::vector< double > > (char const *name, std::vector< double > const &defaultValue) const |
template<> | |
std::vector< ESInputTag > | ParameterSet::getUntrackedParameter< std::vector< ESInputTag > > (std::string const &name, std::vector< ESInputTag > const &defaultValue) const |
template<> | |
std::vector< ESInputTag > | ParameterSet::getUntrackedParameter< std::vector< ESInputTag > > (std::string const &name) const |
template<> | |
std::vector< ESInputTag > | ParameterSet::getUntrackedParameter< std::vector< ESInputTag > > (char const *name, std::vector< ESInputTag > const &defaultValue) const |
template<> | |
std::vector< ESInputTag > | ParameterSet::getUntrackedParameter< std::vector< ESInputTag > > (char const *name) const |
template<> | |
std::vector< EventID > | ParameterSet::getUntrackedParameter< std::vector< EventID > > (std::string const &name) const |
template<> | |
std::vector< EventID > | ParameterSet::getUntrackedParameter< std::vector< EventID > > (std::string const &name, std::vector< EventID > const &defaultValue) const |
template<> | |
std::vector< EventID > | ParameterSet::getUntrackedParameter< std::vector< EventID > > (char const *name) const |
template<> | |
std::vector< EventID > | ParameterSet::getUntrackedParameter< std::vector< EventID > > (char const *name, std::vector< EventID > const &defaultValue) const |
template<> | |
std::vector< EventRange > | ParameterSet::getUntrackedParameter< std::vector< EventRange > > (std::string const &name) const |
template<> | |
std::vector< EventRange > | ParameterSet::getUntrackedParameter< std::vector< EventRange > > (std::string const &name, std::vector< EventRange > const &defaultValue) const |
template<> | |
std::vector< EventRange > | ParameterSet::getUntrackedParameter< std::vector< EventRange > > (char const *name) const |
template<> | |
std::vector< EventRange > | ParameterSet::getUntrackedParameter< std::vector< EventRange > > (char const *name, std::vector< EventRange > const &defaultValue) const |
template<> | |
std::vector< InputTag > | ParameterSet::getUntrackedParameter< std::vector< InputTag > > (std::string const &name) const |
template<> | |
std::vector< InputTag > | ParameterSet::getUntrackedParameter< std::vector< InputTag > > (std::string const &name, std::vector< InputTag > const &defaultValue) const |
template<> | |
std::vector< InputTag > | ParameterSet::getUntrackedParameter< std::vector< InputTag > > (char const *name) const |
template<> | |
std::vector< InputTag > | ParameterSet::getUntrackedParameter< std::vector< InputTag > > (char const *name, std::vector< InputTag > const &defaultValue) const |
template<> | |
std::vector< int > | ParameterSet::getUntrackedParameter< std::vector< int > > (std::string const &name) const |
template<> | |
std::vector< int > | ParameterSet::getUntrackedParameter< std::vector< int > > (std::string const &name, std::vector< int > const &defaultValue) const |
template<> | |
std::vector< int > | ParameterSet::getUntrackedParameter< std::vector< int > > (char const *name) const |
template<> | |
std::vector< int > | ParameterSet::getUntrackedParameter< std::vector< int > > (char const *name, std::vector< int > const &defaultValue) const |
template<> | |
std::vector< long long > | ParameterSet::getUntrackedParameter< std::vector< long long > > (std::string const &name, std::vector< long long > const &defaultValue) const |
template<> | |
std::vector< long long > | ParameterSet::getUntrackedParameter< std::vector< long long > > (std::string const &name) const |
template<> | |
std::vector< long long > | ParameterSet::getUntrackedParameter< std::vector< long long > > (char const *name) const |
template<> | |
std::vector< long long > | ParameterSet::getUntrackedParameter< std::vector< long long > > (char const *name, std::vector< long long > const &defaultValue) const |
template<> | |
std::vector< LuminosityBlockID > | ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > (std::string const &name, std::vector< LuminosityBlockID > const &defaultValue) const |
template<> | |
std::vector< LuminosityBlockID > | ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > (std::string const &name) const |
template<> | |
std::vector< LuminosityBlockID > | ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > (char const *name) const |
template<> | |
std::vector< LuminosityBlockID > | ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > (char const *name, std::vector< LuminosityBlockID > const &defaultValue) const |
template<> | |
std::vector< LuminosityBlockRange > | ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > > (std::string const &name) const |
template<> | |
std::vector< LuminosityBlockRange > | ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > > (std::string const &name, std::vector< LuminosityBlockRange > const &defaultValue) const |
template<> | |
std::vector< LuminosityBlockRange > | ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > > (char const *name) const |
template<> | |
std::vector< LuminosityBlockRange > | ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > > (char const *name, std::vector< LuminosityBlockRange > const &defaultValue) const |
template<> | |
std::vector< PdtEntry > | ParameterSet::getUntrackedParameter< std::vector< PdtEntry > > (char const *name, std::vector< PdtEntry > const &defaultValue) const |
template<> | |
std::vector< PdtEntry > | ParameterSet::getUntrackedParameter< std::vector< PdtEntry > > (char const *name) const |
template<> | |
std::vector< PdtEntry > | ParameterSet::getUntrackedParameter< std::vector< PdtEntry > > (std::string const &name, std::vector< PdtEntry > const &defaultValue) const |
template<> | |
std::vector< PdtEntry > | ParameterSet::getUntrackedParameter< std::vector< PdtEntry > > (std::string const &name) const |
template<> | |
std::vector< std::string > | ParameterSet::getUntrackedParameter< std::vector< std::string > > (std::string const &name, std::vector< std::string > const &defaultValue) const |
template<> | |
std::vector< std::string > | ParameterSet::getUntrackedParameter< std::vector< std::string > > (std::string const &name) const |
template<> | |
std::vector< std::string > | ParameterSet::getUntrackedParameter< std::vector< std::string > > (char const *name) const |
template<> | |
std::vector< std::string > | ParameterSet::getUntrackedParameter< std::vector< std::string > > (char const *name, std::vector< std::string > const &defaultValue) const |
template<> | |
std::vector< unsigned int > | ParameterSet::getUntrackedParameter< std::vector< unsigned int > > (std::string const &name, std::vector< unsigned int > const &defaultValue) const |
template<> | |
std::vector< unsigned int > | ParameterSet::getUntrackedParameter< std::vector< unsigned int > > (std::string const &name) const |
template<> | |
std::vector< unsigned int > | ParameterSet::getUntrackedParameter< std::vector< unsigned int > > (char const *name) const |
template<> | |
std::vector< unsigned int > | ParameterSet::getUntrackedParameter< std::vector< unsigned int > > (char const *name, std::vector< unsigned int > const &defaultValue) const |
template<> | |
std::vector< unsigned long long > | ParameterSet::getUntrackedParameter< std::vector< unsigned long long > > (std::string const &name, std::vector< unsigned long long > const &defaultValue) const |
template<> | |
std::vector< unsigned long long > | ParameterSet::getUntrackedParameter< std::vector< unsigned long long > > (std::string const &name) const |
template<> | |
std::vector< unsigned long long > | ParameterSet::getUntrackedParameter< std::vector< unsigned long long > > (char const *name) const |
template<> | |
std::vector< unsigned long long > | ParameterSet::getUntrackedParameter< std::vector< unsigned long long > > (char const *name, std::vector< unsigned long long > const &defaultValue) const |
std::string | parameterTypeEnumToString (ParameterTypes iType) |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::string > () |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::vector< double > > () |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::vector< ESInputTag > > () |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::vector< EventID > > () |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::vector< EventRange > > () |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::vector< InputTag > > () |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::vector< int > > () |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::vector< long long > > () |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::vector< LuminosityBlockID > > () |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::vector< LuminosityBlockRange > > () |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::vector< std::string > > () |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::vector< unsigned > > () |
template<> | |
ParameterTypes | ParameterTypeToEnum::toEnum< std::vector< unsigned long long > > () |
template<typename T > | |
void const * | pointerToBase (std::type_info const &baseTypeInfo, T const *address) |
std::vector< ParameterSet > | popSubProcessVParameterSet (ParameterSet ¶meterSet) |
static void | postIndexIntoFilePrintEventLists (TFile *tfl, FileFormatVersion const &fileFormatVersion, TTree *metaDataTree) |
static void | postIndexIntoFilePrintEventsInLumis (TFile *tfl, FileFormatVersion const &fileFormatVersion, TTree *metaDataTree) |
static void | preIndexIntoFilePrintEventLists (TFile *, FileFormatVersion const &fileFormatVersion, TTree *metaDataTree) |
static void | preIndexIntoFilePrintEventsInLumis (TFile *, FileFormatVersion const &fileFormatVersion, TTree *metaDataTree) |
template<typename S > | |
S & | print (S &os, JobReport::InputFile const &f) |
template<typename S > | |
S & | print (S &os, JobReport::OutputFile const &f) |
template<typename S > | |
S & | print (S &os, JobReport::RunReport const &rep) |
void | printBranchNames (TTree *tree) |
void | printCmsException (cms::Exception &e, edm::JobReport *jobRep=nullptr, int rc=-1) |
void | printCmsExceptionWarning (char const *behavior, cms::Exception const &e) |
void | printEventLists (TFile *tfl) |
void | printEventsInLumis (TFile *tfl) |
void | printTrees (TFile *hdl) |
void | printUuids (TTree *uuidTree) |
Guid const & | processGUID () |
BranchID | productIDToBranchID (ProductID const &pid, BranchIDLists const &lists, BranchListIndexes const &indexes) |
bool | public_base_classes (std::vector< std::string > &missingDictionaries, TypeID const &typeID, std::vector< TypeID > &baseTypes) |
void | pythonToCppException (const std::string &iType, const std::string &error) |
void | read_from_cin (std::string &output) |
std::string | read_whole_file (std::string const &filename) |
only does the yacc interpretation More... | |
std::unique_ptr< edm::ParameterSet > | readConfig (std::string const &config, int argc, char *argv[]) |
same, but with arguments More... | |
std::unique_ptr< edm::ParameterSet > | readConfig (std::string const &config) |
std::unique_ptr< edm::ParameterSet > | readPSetsFrom (std::string const &fileOrString) |
void | reenableSigs (sigset_t *oldset) |
template<typename C > | |
Ptr< typename C::value_type > | refToPtr (Ref< C, typename C::value_type, refhelper::FindUsingAdvance< C, typename C::value_type > > const &ref) |
std::vector< std::vector< std::string >::const_iterator > | regexMatch (std::vector< std::string > const &strings, std::regex const ®exp) |
std::vector< std::vector< std::string >::const_iterator > | regexMatch (std::vector< std::string > const &strings, std::string const &pattern) |
void | replaceString (std::string &demangledName, std::string const &from, std::string const &to) |
void | resolveSymbolicLinks (std::string &fullPath) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< HiMixingModule > > | s_filler_0__LINE__ ("HiMixingModule") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< HiMixingModule > > | s_maker__LINE__ ("HiMixingModule") |
template<typename ForwardSequence , typename Datum > | |
bool | search_all (ForwardSequence const &s, Datum const &d) |
template<typename ForwardSequence , typename Predicate > | |
bool | search_if_in_all (ForwardSequence const &s, Predicate const &p) |
template<typename T , typename U > | |
U | second (std::pair< T, U > const &p) |
static std::string const | separator (":") |
void | setIsMergeable (BranchDescription &) |
void | setMaxLoggedErrorsSummaryIndicies (unsigned int iMax) |
unsigned int | setNThreads (unsigned int iNThreads, unsigned int iStackSize, std::unique_ptr< ThreadsController > &oPtr) |
template<typename T , typename A > | |
void | setPtr (std::vector< T, A > const &obj, std::type_info const &iToType, unsigned long iIndex, void const *&oPtr) |
template<typename T , typename A > | |
void | setPtr (std::list< T, A > const &obj, std::type_info const &iToType, unsigned long iIndex, void const *&oPtr) |
template<typename T , typename A > | |
void | setPtr (std::deque< T, A > const &obj, std::type_info const &iToType, unsigned long iIndex, void const *&oPtr) |
template<typename T , typename A , typename Comp > | |
void | setPtr (std::set< T, A, Comp > const &obj, std::type_info const &iToType, unsigned long iIndex, void const *&oPtr) |
template<typename T , typename SORT > | |
void | setPtr (SortedCollection< T, SORT > const &obj, std::type_info const &toType, unsigned long index, void const *&ptr) |
template<typename T , typename P > | |
void | setPtr (OwnVector< T, P > const &obj, std::type_info const &toType, unsigned long index, void const *&ptr) |
void | setRefCoreStreamer (bool resetAll=false) |
EDProductGetter const * | setRefCoreStreamer (EDProductGetter const *ep) |
void | setRefCoreStreamerInTClass () |
void | setStandAloneMessageThreshold (edm::messagelogger::ELseverityLevel const &severity) |
void | setThreadOptions (ThreadsInfo const &threadsInfo, edm::ParameterSet &pset) |
ServiceRegistry::Operate | setupSiteLocalConfig () |
void | sigInventory () |
template<typename RandomAccessSequence > | |
void | sort_all (RandomAccessSequence &s) |
wrappers for std::sort More... | |
template<typename RandomAccessSequence , typename Predicate > | |
void | sort_all (RandomAccessSequence &s, Predicate p) |
std::vector< LuminosityBlockRange > & | sortAndRemoveOverlaps (std::vector< LuminosityBlockRange > &lumiRange) |
std::vector< EventRange > & | sortAndRemoveOverlaps (std::vector< EventRange > &eventRange) |
static std::string const | source ("source") |
template<class OutIter > | |
bool | split (OutIter result, std::string const &string_to_split, char first, char sep, char last) |
void | squelchStandAloneMessageCategory (std::string const &category) |
template<typename RandomAccessSequence > | |
void | stable_sort_all (RandomAccessSequence &s) |
wrappers for std::stable_sort More... | |
template<typename RandomAccessSequence , typename Predicate > | |
void | stable_sort_all (RandomAccessSequence &s, Predicate p) |
std::string_view | stemFromPath (std::string_view path) |
std::string | stripNamespace (std::string const &theName) |
bool | stripTemplate (std::string &theName) |
template<typename T > | |
void | subProcessDoGlobalBeginTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, LumiTransitionInfo const &iTransitionInfo, bool) |
template<typename T > | |
void | subProcessDoGlobalBeginTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, RunTransitionInfo const &iTransitionInfo, bool) |
template<typename Traits > | |
void | subProcessDoGlobalBeginTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, ProcessBlockTransitionInfo const &iTransitionInfo, bool cleaningUpAfterException) |
void | subProcessDoGlobalEndTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, LumiTransitionInfo const &iTransitionInfo, bool cleaningUpAfterException) |
void | subProcessDoGlobalEndTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, RunTransitionInfo const &iTransitionInfo, bool cleaningUpAfterException) |
void | subProcessDoGlobalEndTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, ProcessBlockTransitionInfo const &iTransitionInfo, bool cleaningUpAfterException) |
void | subProcessDoStreamBeginTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, unsigned int i, LumiTransitionInfo const &iTransitionInfo) |
void | subProcessDoStreamBeginTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, unsigned int i, RunTransitionInfo const &iTransitionInfo) |
void | subProcessDoStreamEndTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, unsigned int i, LumiTransitionInfo const &iTransitionInfo, bool cleaningUpAfterException) |
void | subProcessDoStreamEndTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, unsigned int i, RunTransitionInfo const &iTransitionInfo, bool cleaningUpAfterException) |
void | swap (ElementID &a, ElementID &b) |
void | swap (ProductID &a, ProductID &b) |
void | swap (Parentage &a, Parentage &b) |
template<class T , class P > | |
void | swap (CloningPtr< T, P > &a, CloningPtr< T, P > &b) |
void | swap (OrphanHandleBase &a, OrphanHandleBase &b) |
void | swap (ProductData &a, ProductData &b) |
template<class T > | |
void | swap (RefToBaseVector< T > &a, RefToBaseVector< T > &b) |
void | swap (TriggerResults &lhs, TriggerResults &rhs) |
void | swap (ESHandleBase &a, ESHandleBase &b) |
void | swap (BasicHandle &a, BasicHandle &b) noexcept(true) |
void | swap (HLTGlobalStatus &lhs, HLTGlobalStatus &rhs) |
Free swap function. More... | |
void | swap (ProcessHistory &a, ProcessHistory &b) |
template<class T > | |
void | swap (DetSet< T > &a, DetSet< T > &b) |
void | swap (HandleBase &a, HandleBase &b) |
template<typename C > | |
void | swap (Association< C > &lhs, Association< C > &rhs) |
void | swap (ErrorObj &a, ErrorObj &b) |
template<class T > | |
void | swap (EDCollection< T > &a, EDCollection< T > &b) |
void | swap (FileInPath &a, FileInPath &b) |
template<typename K , typename T > | |
void | swap (MapOfVectors< K, T > &lhs, MapOfVectors< K, T > &rhs) |
template<typename KEY > | |
void | swap (RefVectorBase< KEY > &a, RefVectorBase< KEY > &b) |
swap two vectors More... | |
void | swap (edm::RefCore &lhs, edm::RefCore &rhs) |
void | swap (edm::RefCoreWithIndex &lhs, edm::RefCoreWithIndex &rhs) |
template<typename T > | |
void | swap (edm::RefToBaseProd< T > const &lhs, edm::RefToBaseProd< T > const &rhs) |
template<typename C , typename T , typename F > | |
void | swap (RefVector< C, T, F > &a, RefVector< C, T, F > &b) noexcept |
template<typename T > | |
void | swap (value_ptr< T > &vp1, value_ptr< T > &vp2) |
template<typename C > | |
void | swap (RefProd< C > const &lhs, RefProd< C > const &rhs) |
void | swap (DataFrameContainer &lhs, DataFrameContainer &rhs) |
template<int I> | |
void | swap (Hash< I > &a, Hash< I > &b) |
template<typename T > | |
void | swap (PtrVector< T > &lhs, PtrVector< T > &rhs) |
template<typename ID , typename C , typename P > | |
void | swap (IDVectorMap< ID, C, P > &a, IDVectorMap< ID, C, P > &b) |
template<typename ID , typename C , typename P > | |
void | swap (RangeMap< ID, C, P > &a, RangeMap< ID, C, P > &b) |
template<typename T , typename C > | |
void | swap (DetSetRefVector< T, C > &a, DetSetRefVector< T, C > &b) |
template<typename KeyRefProd , typename CVal , typename KeyRef , typename SizeType , typename KeyReferenceHelper > | |
void | swap (AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper > &a, AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper > &b) |
template<typename T > | |
void | swap (ValueMap< T > &lhs, ValueMap< T > &rhs) |
void | swap (ParameterSet &a, ParameterSet &b) |
template<typename C > | |
void | swap (MultiAssociation< C > &lhs, MultiAssociation< C > &rhs) |
template<typename T , typename SORT > | |
void | swap (SortedCollection< T, SORT > &a, SortedCollection< T, SORT > &b) |
template<typename T > | |
void | swap (View< T > &lhs, View< T > &rhs) |
template<class T > | |
void | swap (RefToBase< T > &a, RefToBase< T > &b) |
template<class T > | |
void | swap (DetSetVector< T > &a, DetSetVector< T > &b) |
template<typename T , typename P > | |
void | swap (OwnVector< T, P > &a, OwnVector< T, P > &b) noexcept |
template<typename F > | |
std::exception_ptr | syncWait (F &&iFunc) |
template<typename C , typename T , typename F > | |
Ref< C, T, F > | thinnedRefFrom (Ref< C, T, F > const &parent, RefProd< C > const &thinned, edm::EDProductGetter const &prodGetter) |
Return a Ref to thinned collection corresponding to an element of the Ref to parent collection. More... | |
ThreadsInfo | threadOptions (edm::ParameterSet const &pset) |
static void | throwAmbiguousException (const char *where, TypeID const &productType, std::string const &label, std::string const &instance, std::string const &process) |
void | throwExceptionWithText (char const *txt) |
void | throwMissingDictionariesException (std::vector< std::string > &missingDictionaries, std::string const &context) |
void | throwMissingDictionariesException (std::vector< std::string > &missingDictionaries, std::string const &context, std::vector< std::string > &producedTypes) |
void | throwMissingDictionariesException (std::vector< std::string > &missingDictionaries, std::string const &context, std::vector< std::string > &producedTypes, std::vector< std::string > &branchNames, bool fromStreamerSource=false) |
void | throwMissingDictionariesException (std::vector< std::string > &missingDictionaries, std::string const &context, std::set< std::string > &producedTypes, bool consumedWithView) |
static void | throwProductDeletedException (ProductID const &pid, edm::EventPrincipal::ConstProductResolverPtr const phb) |
static void | throwProductNotFoundException (char const *where, errors::ErrorCodes error, BranchID const &bid) |
static void | throwTypeException (std::string const &function, std::string const &typeName) |
std::vector< std::string > | tokenize (std::string const &input, std::string const &separator) |
breaks the input string into tokens, delimited by the separator More... | |
template<typename T > | |
pybind11::list | toPython11List (const std::vector< T > &v) |
template<typename T > | |
std::vector< T > | toVector (pybind11::list &l) |
std::string_view | transitionName (GlobalContext::Transition) |
std::string_view | transitionName (StreamContext::Transition) |
static std::string const | triggerResults ("TriggerResults") |
static std::string const | triggerResultsInserter ("TriggerResultsInserter") |
template<typename C , typename T , typename F > | |
Ref< C, T, F > | tryThinnedRefFrom (Ref< C, T, F > const &parent, RefProd< C > const &thinned, edm::EDProductGetter const &prodGetter) |
Return a Ref to thinned collection corresponding to an element of the Ref to parent collection. More... | |
template<typename T > | |
T const * | tryToGetProductWithCoreFromRef (RefCore const &ref, EDProductGetter const *prodGetter) |
std::string | typeDemangle (char const *mangledName) |
std::string | uniqueSharedResourceName () |
bool | untaintString (char const *pattern, char const *regexp) |
void | validateTopLevelParameterSets (ParameterSet *processParameterSet) |
template<typename InputType , typename Function > | |
auto | vector_transform (std::vector< InputType > const &input, Function predicate) -> std::vector< typename std::remove_cv< typename std::remove_reference< decltype(predicate(input.front()))>::type >::type > |
template<typename V , typename T > | |
void | walkTrie (V &v, TrieNode< T > const &n, std::string const &label="") |
visit each node of the trie More... | |
std::string | withoutQuotes (std::string const &from) |
std::string | wrappedClassName (std::string const &iFullName) |
HLT enums.
why defined in namespace edm:: ?? (L.L.)
classes declaration
Register the record.
Find a non-event-data file, given a relative path.
This class manages the storage and retrieval of correlations between Alignables for the AlignmentParameterStore. This implementation does not stores the entries of the "big covariance matrix" itself, but the statistical correlations, i.e. R_ij=C_ij/sqrt(C_ii*C_jj) rather than C_ij.
If a correlation exceeds a certain value (especially corrupted correlations with an absolute value bigger than 1) it is downweighted.
This module is an source module reading continously file as they are copied in the input directory. The processed file is moved to directoryt inprocessDir before being processed. Once it is processed it is moved to processedDir. To prevent processing files before their transfer is finished, it is waited than file size is stable during one second before the file is processed. This protection is obviously not full proof, especially to transfer lag.
Description: Forward declare standard edm::fillPtrVector functions
Usage:
Description: Forward declare the standard setPtr functions
Usage:
Summary
The edm::FwdRef<> is a storable reference to an item in a stored "forward" container, which also contains a reference to an item in a "backward" container that the "forward" container is derived from.
For example, you could use one to hold a reference back to one particular track within a derived std::vector<> of tracks, but you want to keep the original Ref's to the original std::vector<> of tracks (for instance, if you've made a selection on the tracks in the list and want to remove the unnecessary ones from the event).
Usage
The edm::FwdRef<> works just like a pointer
The main purpose of an edm::FwdRef<> is it can be used as a member datum for a class that is to be stored in the edm::Event where the user can simultaneously check the "backwards" ref as well as the default "forward" ref.
Customization
The edm::FwdRef<> takes three template parameters, and both "forward" and "backward" refs must be the same types:
1) C: The type of the container which is holding the item
2) T: The type of the item. This defaults to C::value_type
3) F: A helper class (a functor) which knows how to find a particular 'T' within the container given an appropriate key. The type of the key is deduced from F::second_argument. The default for F is refhelper::FindTrait<C,T>::value. If no specialization of FindTrait<> is available for the combination (C,T) then it defaults to getting the iterator to be beginning of the container and using std::advance() to move to the appropriate key in the container.
It is possible to customize the 'lookup' algorithm used.
1) The helper class F must provide value_type
, first_argument_type
and second_argument_type
typedefs.
2) The helper class F must define the function call operator in such a way that the following call is well-formed: f is an instance of type F coll is an instance of type C k is an instance of type F::key_type
result_type r = f(coll,k); If one wishes to make a specialized lookup the default lookup for the container/type pair then one needs to partially specialize the templated class edm::refhelper::FindTrait<C,T> such that it has a typedef named 'value' which refers to the specialized helper class (i.e., F) The class template FwdRef<C,T,F> supports 'null' references. -- a default-constructed FwdRef is 'null'; furthermore, it also has an invalid (or 'null') ProductID. -- a FwdRef constructed through the single-arguement constructor that takes a ProductID is also null.
Definition of common HLT enums
Summary
The edm::Ref<> is a storable reference to an item in a stored container. For example, you could use one to hold a reference back to one particular track within an std::vector<> of tracks.
Usage
The edm::Ref<> works just like a pointer
The main purpose of an edm::Ref<> is it can be used as a member datum for a class that is to be stored in the edm::Event.
Customization
The edm::Ref<> takes three template parameters
1) C: The type of the container which is holding the item
2) T: The type of the item. This defaults to C::value_type
3) F: A helper class (a functor) which knows how to find a particular 'T' within the container given an appropriate key. The type of the key is deduced from F::second_argument. The default for F is refhelper::FindTrait<C, T>::value. If no specialization of FindTrait<> is available for the combination (C, T) then it defaults to getting the iterator to be beginning of the container and using std::advance() to move to the appropriate key in the container.
It is possible to customize the 'lookup' algorithm used.
1) The helper class F must provide value_type
, first_argument_type
and second_argument_type
typedefs.
2) The helper class F must define the function call operator in such a way that the following call is well-formed: f is an instance of type F coll is an instance of type C k is an instance of type F::key_type
result_type r = f(coll, k); If one wishes to make a specialized lookup the default lookup for the container/type pair then one needs to partially specialize the templated class edm::refhelper::FindTrait<C, T> such that it has a typedef named 'value' which refers to the specialized helper class (i.e., F) The class template Ref<C, T, F> supports 'null' references. -- a default-constructed Ref is 'null'; furthermore, it also has an invalid (or 'null') ProductID. -- a Ref constructed through the single-arguement constructor that takes a ProductID is also null.
Declaration of the enum HashedTypes, used in defining several "id" classes.
Functions to return atomic properties of the material A_eff and Z_eff are computed as the A-weighted sums of the A's and the Z's of Pb, W and O
Functions to return atomic properties of the material A_eff and Z_eff are computed as the A-weighted sums of the A's and the Z's of Cu and Zn (brass) - For now assume it is all Copper, and it'll be good enough.
Parameters used in the hadron fast simulation
chain_first
Description: Handles creation of a chain of WaitingTasks
Usage: Use the function to begin constructing a chain of waiting tasks. Once the chain is declared, call lastTask() with a WaitingTaskHolder to get back a new WaitingTaskHolder or runLast() to schedule the chain to run.
findDependentRecordsFor findDependentRecordsFor.h "findDependentRecordsFor.h"
Description: [one line class summary]
Usage: <usage>
getAllTriggerNames getAllTriggerNames.h "FWCore/Framework/interface/getAllTriggerNames.h"
Description: Returns a list of all the trigger names in the current process Usage: <usage>
Description: Returns the ParameterSet of the module that produced the product corresponding to the Provenance.
This shouldn't ever fail if the Provenance and other objects it uses have been properly initialized, which should always be the case when called from a module using the Provenance from a Handle returned by a function like getByToken. If it does fail it will throw an exception.
globalTransitionAsync globalTransitionAsync.h "globalTransitionAsync.h"
Description: Helper functions for handling asynchronous global transitions
Usage: <usage>
This struct is used to communication parameters into the module factory.
This struct is used to communication parameters into the worker factory.
Helper functions for making stream modules
Description: [one line class summary]
Usage: <usage>
streamTransitionAsync streamTransitionAsync.h "streamTransitionAsync.h"
Description: Helper functions for handling asynchronous stream transitions
Usage: <usage>
Description: The types here are used to pass information down to the Worker class from the EventProcessor.
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
allowedValues allowedValues.h FWCore/ParameterSet/interface/allowedValues.h
Description: Used to describe the allowed values in a ParameterSet
Usage: The function is used in conjunction with ParameterSetDescription::ifValue to just constrain the allowed values and not add additional dependent ParameterSet nodes (which is allowed by ifValue).
Implementation Details: The node associated with each allowed value is the EmptyGroupDescription which is just a dummy place holder.
How ParameterSets are nested inside ParameterSets The main feature is that they're made persistent using a ParameterSetID, and only reconstituted as needed, when the value_ptr = 0;
A singleton for managing the plugin feedback function and assert hook function. It is unclear how this will react in a multithreaded application.
It is possible that in the future this object will allow arbitrary state object to be pushed in and pulled out so that when asserts occur, good state information can be printed.
connect_but_block_self connect_but_block_self.h FWCore/ServiceRegistry/interface/connect_but_block_self.h
Description: Connects a functional object to a signal, but guarantees that the functional object will never see a signal caused by its own action.
Usage: <usage>
Description: Setups up the SiteLocalConfig service.
Usage:
Description: classes and functions used by edm::soa::Table
Usage: These are internal details of Table's implementation
edm::bit_cast bit_cast.h "FWCore/Utilities/interface/bit_cast.h"
Description: C++ 20 std::bit_cast stand-in
Usage: See documentation on std::bit_cast in C++ 20
This is the basic exception that is thrown by the framework code. It exists primarily to distinguish framework thrown exception types from developer thrown exception types. As such there is very little interface other than constructors specific to this derived type.
FileInPath knows how to take a string, interpreted as a relative path to a file, and to interpret using the "standard CMS non-event-data file searching mechanism".
The mechanism using the environment variables: CMSSW_SEARCH_PATH: may be set by the end-user CMSSW_RELEASE_BASE: should be set by a site administrator CMSSW_DATA_PATH: should be set by a site administrator
CMSSW_SEARCH_PATH is a 'search path' limited to 1 to 3 components. The legal values are:
"." or "LOCAL", which means to search for files under the top level of the "local working area", which is defined as ${SCRAMRT_LOCALRT}/src "CMSSW_RELEASE_BASE", which means search the "official place", defined by the value of the CMSSW_RELEASE_BASE environment variable, for files. "CMSSW_DATA_PATH", which means search the "official place", defined by the value of the CMSSW_DATA_PATH environment variable, for files. ".:CMSSW_RELEASE_BASE" or "LOCAL:CMSSW_RELEASE_BASE", which means look first in the current working directory, then in the "official place", for files. ".:CMSSW_DATA_PATH" or "LOCAL:CMSSW_DATA_PATH", which means look first in the current working directory, then in the "official place", for files. ".:CMSSW_RELEASE_BASE:CMSSW_DATA_PATH" or "LOCAL:CMSSW_RELEASE_BASE:CMSSW_DATA_PATH", which means look first in the current working directory, then in both "official places", for files.
hash_combine hash_combine.h "FWCore/Utilities/interface/hash_combine.h"
Description: Convenience Functions to Combine Hash Values
Based on http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3876.pdf Combination algorithm is the same as boost::hash_combine
Usage: <usage>
make_sentry make_sentry.h "FWCore/Utilities/interface/make_sentry.h"
Description: Creates a std::unique_ptr from a lambda to be used as a sentry
Usage: <usage>
A ThreadSafeRegistry is used to keep track of the instances of some type 'value_typed'. These objects are each associated with a given 'key_type' object, which must be retrievable from the value_type object, and which must uniquely identify the value_type's value.
This class is sufficiently thread-safe to be usable in a thread-safe manner. Don't let the name mislead you into thinking it provides more guarantee than that!
If 'm' is of type 'value_type const&', the expression
key_type k = m.id();
must be legal, and must return the unique key associated with the value of 'm'.
//////////////////////////////////////// Stacked Tracker Simulations /// Written by: /// Andrew W. Rose /// 2008 /// ////////////////////////////////////////
class HLTJetPairDzMatchFilter an HLT filter which picks up a JetCollection (supposedly, of L2 tau jets) and passes only events with at least one pair of non-overlapping jets with vertices within some dz
HLT filter by muon+track mass (taken from two RecoChargedCandidate collections). Tracks are subject to quality and momentum cuts. The match with previous muon (and possibly track, if run after another mass filter) candidates is checked.
Description: Producer for EcalRecHits to be used for pi0/eta ECAL calibration.
Implementation: <Notes on="" implementation>="">
See header file for a description of this class.
Utility class for serializing framework objects (e.g. ProductRegistry and Event) into streamer message objects.
Classes for calorimetric re-clustering
The ModelFilter class will select events in a "soup" MC (like the SUSY signal MC) from the comments of LHEEventProduct that match "modelTag". The user can require the value of that parameter to lie between a min and max value.
This is derived from EDFilterValueMapWrapper but rather than filtering it just stores a valuemap with the result
A HitTripletGenerator from HitPairGenerator and vector of Layers. The HitPairGenerator provides a set of hit pairs. For each pair the search for compatible hit(s) is done among provided Layers
A MultiHitGenerator from HitPairGenerator and vector of Layers. The HitPairGenerator provides a set of hit pairs. For each pair the search for compatible hit(s) is done among provided Layers
class: BeamFitter.h package: RecoVertex/BeamSpotProducer
author: Francisco Yumiceva, Fermilab (yumic) Geng-Yuan Jeng, UC Riverside ( eva@ fnal. govGeng-) Yuan .Jeng @cer n.ch
class: PVFitter.h package: RecoVertex/BeamSpotProducer
author: Francisco Yumiceva, Fermilab (yumic) Geng-Yuan Jeng, UC Riverside ( eva@ fnal. govGeng-) Yuan .Jeng @cer n.ch
Converts digis back into analog signals, to be used as noise
sensitiveDetectorMakers
Description: Makes it easy to find what SensitiveDetectorMakerBase are available
Usage: <usage>
using edm::AlignedVec = typedef Aligned<T, 16> |
Definition at line 105 of file SoATuple.h.
typedef std::vector<BranchID::value_type> edm::BranchIDList |
Definition at line 18 of file BranchIDList.h.
typedef std::vector<BranchIDList> edm::BranchIDLists |
Definition at line 19 of file BranchIDList.h.
typedef unsigned short edm::BranchListIndex |
Definition at line 17 of file BranchListIndex.h.
typedef std::vector<BranchListIndex> edm::BranchListIndexes |
Definition at line 18 of file BranchListIndex.h.
typedef void(* edm::CFUNC) (int, siginfo_t *, void *) |
Definition at line 20 of file UnixSignalHandlers.h.
using edm::CPUInfoType = typedef std::vector<std::pair<std::string, std::string> > |
typedef std::vector<CTPPSFastRecHit> edm::CTPPSFastRecHitContainer |
Definition at line 13 of file CTPPSFastRecHitContainer.h.
typedef std::vector<CTPPSFastTrack> edm::CTPPSFastTrackContainer |
Definition at line 11 of file CTPPSFastTrackContainer.h.
typedef DigiAccumulatorMixMod*() edm::DAFunc(ParameterSet const &, ProducesCollector, ConsumesCollector &) |
Definition at line 12 of file DigiAccumulatorMixModFactory.h.
typedef uint32_t edm::det_id_type |
Definition at line 13 of file DigiAccumulatorMixModFactory.h.
typedef std::list<ELdestination *> edm::ELlist_dest |
typedef std::list<std::string> edm::ELlist_string |
typedef std::map<ELextendedID, CountAndLimit> edm::ELmap_counts |
typedef std::map<std::string, LimitAndTimespan> edm::ELmap_limits |
typedef std::map<ELextendedID, StatsCount> edm::ELmap_stats |
Definition at line 8 of file EntryDescriptionID.h.
using edm::EntryDescriptionMap = typedef std::map<EntryDescriptionID, EventEntryDescription> |
Definition at line 62 of file RootFile.h.
using edm::ESConsumesInfo = typedef std::vector<ESConsumesInfoEntry> |
Definition at line 62 of file ESConsumesCollector.h.
typedef std::vector<EventEntryInfo> edm::EventEntryInfoVector |
Definition at line 50 of file EventEntryInfo.h.
typedef unsigned long long edm::EventNumber_t |
Definition at line 12 of file RunLumiEventNumber.h.
typedef ParameterSetID edm::EventSelectionID |
Definition at line 15 of file EventSelectionID.h.
typedef std::vector<EventSelectionID> edm::EventSelectionIDVector |
Definition at line 16 of file EventSelectionID.h.
typedef std::vector<std::pair<edm::ProductID, unsigned long> > edm::FillViewHelperVector |
Definition at line 30 of file FillViewHelperVector.h.
typedef Handle<FWGenericObject> edm::FWGenericHandle |
Definition at line 125 of file FWGenericHandle.h.
typedef Handle<GenericObject> edm::GenericHandle |
Definition at line 121 of file GenericHandle.h.
typedef long long int edm::HRTimeDiffType |
Definition at line 87 of file HRRealTime.h.
typedef unsigned long long int edm::HRTimeType |
Definition at line 88 of file HRRealTime.h.
Definition at line 14 of file InputSourceFactory.h.
typedef InputSource*() edm::ISFunc(ParameterSet const &, InputSourceDescription const &) |
Definition at line 12 of file InputSourceFactory.h.
typedef VectorInputSource*() edm::ISVecFunc(ParameterSet const &, VectorInputSourceDescription const &) |
Definition at line 14 of file VectorInputSourceFactory.h.
typedef std::vector<LHCTransportLink> edm::LHCTransportLinkContainer |
Definition at line 8 of file LHCTransportLinkContainer.h.
using edm::LogAbsolute = typedef Log<level::System, true> |
Definition at line 134 of file MessageLogger.h.
using edm::LogError = typedef Log<level::Error, false> |
Definition at line 123 of file MessageLogger.h.
using edm::LogFwkInfo = typedef Log<level::FwkInfo, false> |
Definition at line 126 of file MessageLogger.h.
using edm::LogFwkVerbatim = typedef Log<level::FwkInfo, true> |
Definition at line 129 of file MessageLogger.h.
using edm::LogImportant = typedef Log<level::Error, true> |
Definition at line 133 of file MessageLogger.h.
using edm::LogInfo = typedef Log<level::Info, false> |
Definition at line 125 of file MessageLogger.h.
using edm::LogPrint = typedef Log<level::Warning, true> |
Definition at line 130 of file MessageLogger.h.
using edm::LogProblem = typedef Log<level::Error, true> |
Definition at line 131 of file MessageLogger.h.
using edm::LogSystem = typedef Log<level::System, false> |
Definition at line 124 of file MessageLogger.h.
using edm::LogVerbatim = typedef Log<level::Info, true> |
Definition at line 128 of file MessageLogger.h.
using edm::LogWarning = typedef Log<level::Warning, false> |
Definition at line 122 of file MessageLogger.h.
typedef RunLumiEntryInfo edm::LumiEntryInfo |
Definition at line 43 of file RunLumiEntryInfo.h.
typedef unsigned int edm::LuminosityBlockNumber_t |
Definition at line 13 of file RunLumiEventNumber.h.
using edm::MakerPluginFactory = typedef edmplugin::PluginFactory<Maker*()> |
Definition at line 9 of file MakerPluginFactory.h.
typedef std::vector<MaterialInformation> edm::MaterialInformationContainer |
Definition at line 48 of file MaterialInformation.h.
using edm::ModuleTypeResolverMakerFactory = typedef edmplugin::PluginFactory<ModuleTypeResolverMaker const*()> |
Definition at line 12 of file ModuleTypeResolverMakerFactory.h.
using edm::OptionalThinnedKey = typedef std::variant<unsigned int, detail::GetThinnedKeyFromExceptionFactory, std::monostate> |
Definition at line 39 of file EDProductGetter.h.
typedef edmplugin::PluginFactory<ParameterSetDescriptionFillerBase*(void)> edm::ParameterSetDescriptionFillerPluginFactory |
Definition at line 30 of file ParameterSetDescriptionFillerPluginFactory.h.
typedef Hash<ParameterSetType> edm::ParameterSetID |
Definition at line 21 of file ParameterSetID.h.
typedef std::map<ParameterSetID, ParameterSetBlob> edm::ParameterSetMap |
Definition at line 39 of file ParameterSetConverter.h.
typedef Hash<ParentageType> edm::ParentageID |
Definition at line 8 of file ParentageID.h.
typedef std::string edm::PassID |
typedef std::vector<PassiveHit> edm::PassiveHitContainer |
Definition at line 100 of file PassiveHit.h.
using edm::PathStatus = typedef HLTPathStatus |
Definition at line 7 of file PathStatus.h.
typedef std::vector<PCaloHit> edm::PCaloHitContainer |
Definition at line 8 of file PCaloHitContainer.h.
typedef std::shared_ptr<Pointer_to_new_exception_on_heap> edm::Place_for_passing_exception_ptr |
Definition at line 13 of file ConfigurationHandshake.h.
typedef std::shared_ptr<edm::Exception> edm::Pointer_to_new_exception_on_heap |
Definition at line 10 of file ConfigurationHandshake.h.
typedef Presence*() edm::PresenceFunc() |
Definition at line 13 of file PresenceFactory.h.
Definition at line 11 of file PresenceFactory.h.
Definition at line 8 of file ProcessConfigurationID.h.
typedef std::vector<ProcessConfiguration> edm::ProcessConfigurationVector |
Definition at line 62 of file ProcessConfiguration.h.
typedef Hash<ProcessHistoryType> edm::ProcessHistoryID |
Definition at line 8 of file ProcessHistoryID.h.
typedef std::map<ProcessHistoryID, ProcessHistory> edm::ProcessHistoryMap |
Definition at line 15 of file ProcessHistoryRegistry.h.
typedef std::vector<ProcessHistory> edm::ProcessHistoryVector |
Definition at line 16 of file ProcessHistoryRegistry.h.
typedef unsigned short edm::ProcessIndex |
Definition at line 25 of file ProductID.h.
typedef std::string edm::ProcessingTask |
Definition at line 7 of file ProcessingTask.h.
typedef unsigned short edm::ProductIndex |
Definition at line 26 of file ProductID.h.
typedef std::vector<ProductProvenance> edm::ProductProvenanceVector |
Definition at line 60 of file ProductProvenance.h.
typedef unsigned int edm::ProductResolverIndex |
Definition at line 8 of file ProductResolverIndex.h.
typedef std::vector<PSimHit> edm::PSimHitContainer |
Definition at line 11 of file PSimHitContainer.h.
using edm::Record2Factories = typedef std::multimap<EventSetupRecordKey, FactoryInfo> |
Definition at line 28 of file ESProxyFactoryProducer.cc.
typedef std::string edm::ReleaseVersion |
Definition at line 6 of file ReleaseVersion.h.
typedef RunLumiEntryInfo edm::RunEntryInfo |
Definition at line 44 of file RunLumiEntryInfo.h.
typedef unsigned int edm::RunNumber_t |
Definition at line 14 of file RunLumiEventNumber.h.
typedef std::vector<std::pair<BranchDescription const *, EDGetToken> > edm::SelectedProducts |
Definition at line 11 of file SelectedProducts.h.
typedef std::array<SelectedProducts, NumBranchTypes> edm::SelectedProductsForBranchType |
Definition at line 13 of file SelectedProducts.h.
typedef std::vector<BranchDescription> edm::SendDescs |
Definition at line 100 of file StreamedProducts.h.
typedef std::vector<StreamedProduct> edm::SendProds |
Definition at line 67 of file StreamedProducts.h.
typedef std::vector<SimTrack> edm::SimTrackContainer |
Definition at line 12 of file SimTrackContainer.h.
typedef std::vector<SimVertex> edm::SimVertexContainer |
Definition at line 12 of file SimVertexContainer.h.
typedef edm::Ref<std::vector<SimVertex> > edm::SimVertexRef |
Definition at line 13 of file SimVertexContainer.h.
typedef edm::RefProd<std::vector<SimVertex> > edm::SimVertexRefProd |
Definition at line 14 of file SimVertexContainer.h.
typedef edm::RefVector<std::vector<SimVertex> > edm::SimVertexRefVector |
Definition at line 15 of file SimVertexContainer.h.
typedef std::vector<StoredProductProvenance> edm::StoredProductProvenanceVector |
Definition at line 34 of file StoredProductProvenance.h.
using edm::Strings = typedef EventSelector::Strings |
Definition at line 48 of file EventSelector.cc.
typedef std::vector<std::string> edm::StringVector |
Definition at line 16 of file ParameterSetConverter.h.
typedef unsigned long long edm::TimeValue_t |
Definition at line 21 of file Timestamp.h.
Definition at line 16 of file StreamerOutputModuleBase.h.
typedef std::vector< edm::BranchDescription const * > edm::VCBDP |
Definition at line 16 of file ProductSelector.cc.
Definition at line 15 of file VectorInputSourceFactory.h.
typedef std::vector<ParameterSet> edm::VParameterSet |
Definition at line 34 of file ParameterSet.h.
typedef std::vector< std::string > edm::vstring |
Definition at line 482 of file Schedule.cc.
Enumerator | |
---|---|
BranchActionGlobalBegin | |
BranchActionStreamBegin | |
BranchActionStreamEnd | |
BranchActionGlobalEnd | |
BranchActionProcessBlockInput |
Definition at line 11 of file BranchActionType.h.
enum edm::BranchType |
Enumerator | |
---|---|
InEvent | |
InLumi | |
InRun | |
InProcess | |
NumBranchTypes |
Definition at line 11 of file BranchType.h.
|
strong |
Enumerator | |
---|---|
TrivialCatalog | |
RucioCatalog |
Definition at line 47 of file SiteLocalConfig.h.
|
strong |
Enumerator | |
---|---|
kUnknown | |
kSource | |
kESSource | |
kESProducer | |
kEDAnalyzer | |
kEDProducer | |
kEDFilter | |
kOutputModule |
Definition at line 8 of file EDMModuleType.h.
enum edm::HashedTypes |
Enumerator | |
---|---|
ModuleDescriptionType | |
ParameterSetType | |
ProcessHistoryType | |
ProcessConfigurationType | |
EntryDescriptionType | |
ParentageType |
Definition at line 8 of file HashedTypes.h.
|
strong |
Enumerator | |
---|---|
Primary | |
SecondaryFile | |
SecondarySource |
Definition at line 5 of file InputType.h.
enum edm::JobMode |
Enumerator | |
---|---|
GridJobMode | |
ReleaseValidationJobMode | |
AnalysisJobMode | |
NilJobMode |
enum edm::KindOfType |
Enumerator | |
---|---|
PRODUCT_TYPE | |
ELEMENT_TYPE |
Definition at line 5 of file ProductKindOfType.h.
enum edm::ParameterTypes |
Definition at line 33 of file ParameterDescriptionNode.h.
Enumerator | |
---|---|
ProductResolverIndexValuesBit | |
ProductResolverIndexInvalid | |
ProductResolverIndexInitializing | |
ProductResolverIndexAmbiguous |
Definition at line 10 of file ProductResolverIndex.h.
Enumerator | |
---|---|
UNCOMPRESSED | |
ZLIB | |
LZMA | |
ZSTD |
Definition at line 66 of file StreamSerializer.h.
|
strong |
Enumerator | |
---|---|
ExceptionFromThisContext | |
ExceptionFromAnotherContext | |
ExternalSignal |
Definition at line 28 of file TerminationOrigin.h.
|
strong |
Enumerator | |
---|---|
throwOnInvalidParentRef | |
ignoreInvalidParentRef |
Definition at line 54 of file ThinnedRefSet.h.
|
strong |
Enumerator | |
---|---|
Event | |
BeginLuminosityBlock | |
EndLuminosityBlock | |
BeginRun | |
EndRun | |
BeginProcessBlock | |
EndProcessBlock | |
AccessInputProcessBlock | |
NumberOfTransitions | |
NumberOfEventSetupTransitions |
Definition at line 12 of file Transition.h.
Enumerator | |
---|---|
RequireZeroOrMore | |
RequireAtLeastOne | |
RequireExactlyOne |
Definition at line 17 of file ParameterWildcardBase.h.
void edm::addContextAndPrintException | ( | char const * | context, |
cms::Exception & | ex, | ||
bool | disablePrint | ||
) |
Definition at line 11 of file ExceptionHelpers.cc.
References cms::Exception::addContext(), visDQMUpload::context, edm::Service< T >::isAvailable(), printCmsException(), cms::Exception::returnCode(), cms::Exception::setAlreadyPrinted(), and mitigatedMETSequence_cff::U.
Referenced by callWithTryCatchAndPrint(), edm::StreamSchedule::finishProcessOneEvent(), edm::GlobalSchedule::processOneGlobalAsync(), edm::StreamSchedule::processOneStreamAsync(), and edm::SecondaryEventProvider::setupPileUpEvent().
void edm::addToMissingDictionariesException | ( | edm::Exception & | exception, |
std::vector< std::string > & | missingDictionaries, | ||
std::string const & | context | ||
) |
Definition at line 167 of file DictionaryTools.cc.
References visDQMUpload::context, cppFunctionSkipper::exception, B2GTnPMonitor_cfi::item, jetUpdater_cfi::sort, and tier0::unique().
Referenced by throwMissingDictionariesException().
std::unique_ptr<edm::ParameterDescriptionCases<T> > edm::allowedValues | ( | ARGS &&... | args | ) |
|
static |
Definition at line 36 of file Principal.cc.
References edm::InputTag::kCurrentProcess, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::Principal::findProductByLabel(), and edm::Principal::getByLabel().
void edm::beginGlobalTransitionAsync | ( | WaitingTaskHolder | iWait, |
Schedule & | iSchedule, | ||
typename Traits::TransitionInfoType & | transitionInfo, | ||
ServiceToken const & | token, | ||
std::vector< SubProcess > & | iSubProcesses, | ||
bool | cleaningUpAfterException = false |
||
) |
Definition at line 81 of file globalTransitionAsync.h.
References edm::waiting_task::chain::first(), info(), eostools::move(), edm::Schedule::processOneGlobalAsync(), edm::waiting_task::chain::runLast(), edm::waiting_task::chain::then(), and unpackBuffers-CaloStage2::token.
void edm::beginStreamsTransitionAsync | ( | WaitingTaskHolder | iWait, |
Schedule & | iSchedule, | ||
unsigned int | iNStreams, | ||
typename Traits::TransitionInfoType & | transitionInfo, | ||
ServiceToken const & | token, | ||
std::vector< SubProcess > & | iSubProcesses | ||
) |
Definition at line 98 of file streamTransitionAsync.h.
References mps_fire::i, and unpackBuffers-CaloStage2::token.
void edm::beginStreamTransitionAsync | ( | WaitingTaskHolder | iWait, |
Schedule & | iSchedule, | ||
unsigned int | iStreamIndex, | ||
typename Traits::TransitionInfoType & | transitionInfo, | ||
ServiceToken const & | token, | ||
std::vector< SubProcess > & | iSubProcesses | ||
) |
Definition at line 64 of file streamTransitionAsync.h.
References edm::waiting_task::chain::first(), info(), eostools::move(), edm::Schedule::processOneStreamAsync(), edm::waiting_task::chain::runLast(), subProcessDoStreamBeginTransitionAsync(), edm::waiting_task::chain::then(), and unpackBuffers-CaloStage2::token.
|
inline |
wrappers for std::binary_search
Definition at line 58 of file Algorithms.h.
References ztail::d, and alignCSCRings::s.
Referenced by edm::EventContentAnalyzer::analyze(), CaloVNoiseSignalGenerator::contains(), edm::MixingModule::MixingModule(), edm::ProductSelector::selected(), and edm::EventSkipperByID::skipIt().
|
inline |
Definition at line 63 of file Algorithms.h.
References ztail::d, AlCaHLTBitMon_ParallelJobs::p, and alignCSCRings::s.
|
inlinenoexcept |
Definition at line 29 of file bit_cast.h.
References math::cholesky::dst, and TrackRefitter_38T_cff::src.
Referenced by MiniFloatConverter::denorm_min(), MiniFloatConverter::float16to32(), MiniFloatConverter::float32to16crop(), MiniFloatConverter::float32to16round(), MiniFloatConverter::max(), MiniFloatConverter::max32RoundedToMax16(), MiniFloatConverter::min(), MiniFloatConverter::min32RoundedToMin16(), MiniFloatConverter::ReduceMantissaToNbitsRounding::operator()(), and MiniFloatConverter::reduceMantissaToNbits().
ProductID edm::branchIDToProductID | ( | BranchID const & | bid, |
BranchIDListHelper const & | branchIDListHelper, | ||
std::vector< ProcessIndex > const & | branchListIndexToProcessIndex | ||
) |
Definition at line 18 of file branchIDToProductID.cc.
References edm::BranchIDListHelper::branchIDToIndexMap(), Exception, edm::BranchID::isValid(), SiStripPI::max, edm::errors::NotFound, FastTimerService_cff::range, and findQualityFiles::v.
Referenced by edm::EventPrincipal::branchIDToProductID(), and ProvenanceDumper::work_().
std::string const & edm::BranchTypeToAuxBranchName | ( | BranchType const & | branchType | ) |
Definition at line 122 of file BranchType.cc.
References cms::cuda::assert().
Referenced by fwlite::Event::Event().
std::string const & edm::BranchTypeToAuxiliaryBranchName | ( | BranchType const & | branchType | ) |
Definition at line 116 of file BranchType.cc.
References cms::cuda::assert().
Referenced by fwlite::Event::Event(), fwlite::EntryFinder::fillIndex(), edm::PoolOutputModule::fillSelectedItemList(), fwlite::LuminosityBlock::LuminosityBlock(), TFWLiteSelectorBasic::Process(), edm::RootFile::RootFile(), edm::RootOutputFile::RootOutputFile(), fwlite::Run::Run(), edm::RootTree::startTraining(), and edm::RootOutputFile::writeEventAuxiliary().
std::string const & edm::BranchTypeToBranchEntryInfoBranchName | ( | BranchType const & | branchType | ) |
Definition at line 134 of file BranchType.cc.
References cms::cuda::assert().
Referenced by fwlite::internal::BranchMapReaderStrategyV8::updateFile(), and ProvenanceDumper::work_().
std::string const & edm::BranchTypeToInfoTreeName | ( | BranchType const & | branchType | ) |
Definition at line 111 of file BranchType.cc.
References cms::cuda::assert().
Referenced by edm::RootTree::RootTree().
std::string const & edm::BranchTypeToMetaDataTreeName | ( | BranchType const & | branchType | ) |
Definition at line 105 of file BranchType.cc.
References cms::cuda::assert().
Referenced by edm::RootTree::RootTree(), and ProvenanceDumper::work_().
std::string const & edm::BranchTypeToProductProvenanceBranchName | ( | BranchType const & | BranchType | ) |
Definition at line 139 of file BranchType.cc.
References cms::cuda::assert().
Referenced by edm::ReducedProvenanceReader::ReducedProvenanceReader(), edm::RootOutputFile::RootOutputFile(), and ProvenanceDumper::work_().
std::string const & edm::BranchTypeToProductStatusBranchName | ( | BranchType const & | branchType | ) |
std::string const & edm::BranchTypeToProductTreeName | ( | BranchType const & | branchType | ) |
Definition at line 95 of file BranchType.cc.
References cms::cuda::assert().
Referenced by edm::RootTree::RootTree(), and ProvenanceDumper::work_().
std::string edm::BranchTypeToProductTreeName | ( | BranchType const & | branchType, |
std::string const & | processName | ||
) |
Definition at line 100 of file BranchType.cc.
References cms::cuda::assert(), InProcess, and SimL1EmulatorRepack_CalouGT_cff::processName.
std::string const & edm::BranchTypeToString | ( | BranchType const & | branchType | ) |
Definition at line 93 of file BranchType.cc.
Referenced by operator<<(), and edm::EDConsumerBase::throwBranchMismatch().
TReturn edm::callWithTryCatchAndPrint | ( | std::function< TReturn(void)> | iFunc, |
char const * | context = nullptr , |
||
bool | disablePrint = false |
||
) |
Definition at line 49 of file ExceptionHelpers.h.
References addContextAndPrintException(), visDQMUpload::context, and edm::convertException::wrap().
|
static |
Definition at line 84 of file GetProductCheckerOutputModule.cc.
References edm::Provenance::branchDescription(), edm::BranchDescription::branchID(), Exception, edm::BasicHandle::isValid(), edm::BranchDescription::moduleLabel(), AlCaHLTBitMon_ParallelJobs::p, edm::BranchDescription::processName(), edm::BranchDescription::productInstanceName(), edm::BasicHandle::provenance(), unpackBuffers-CaloStage2::token, and edm::BranchDescription::unwrappedTypeID().
Referenced by SegmentsTrackAssociator::associate(), edm::ProductSelector::checkForDuplicateKeptBranch(), DDDWorld::DDDWorld(), L1TMenuHelper::getLUSOTrigger(), edm::StreamerInputFile::openStreamerFile(), edm::DataMixingMuonWorker::putMuon(), edm::GetProductCheckerOutputModule::write(), edm::GetProductCheckerOutputModule::writeLuminosityBlock(), and edm::GetProductCheckerOutputModule::writeRun().
bool edm::checkClassDictionaries | ( | std::vector< std::string > & | missingDictionaries, |
TypeID const & | typeID | ||
) |
Definition at line 102 of file DictionaryTools.cc.
References edm::TypeWithDict::byName(), haddnano::cl, edm::TypeID::className(), runTheMatrix::const, hasDictionary(), B2GTnPMonitor_cfi::item, postprocess-scan-build::recursive, mps_fire::result, and edm::TypeID::typeInfo().
Referenced by edm::ProductRegistryHelper::addToRegistry(), edm::ProductRegistry::checkDictionariesOfConsumedTypes(), edm::ProductRegistry::initializeLookupTables(), and loadCap().
bool edm::checkClassDictionaries | ( | std::vector< std::string > & | missingDictionaries, |
std::string const & | name, | ||
TypeWithDict const & | typeWithDict | ||
) |
Definition at line 139 of file DictionaryTools.cc.
References haddnano::cl, runTheMatrix::const, edm::TypeWithDict::getClass(), edm::TypeWithDict::invalidTypeInfo(), B2GTnPMonitor_cfi::item, Skims_PA_cff::name, postprocess-scan-build::recursive, and mps_fire::result.
bool edm::checkDictionary | ( | std::vector< std::string > & | missingDictionaries, |
TypeID const & | typeID | ||
) |
Definition at line 67 of file DictionaryTools.cc.
References edm::TypeWithDict::byName(), edm::TypeID::className(), hasDictionary(), and edm::TypeID::typeInfo().
Referenced by edm::ProductRegistryHelper::addToRegistry(), edm::ProductRegistry::checkDictionariesOfConsumedTypes(), checkDictionaryOfWrappedType(), edm::ProductRegistry::initializeLookupTables(), edm::core::OutputModuleCore::keepThisBranch(), and public_base_classes().
bool edm::checkDictionary | ( | std::vector< std::string > & | missingDictionaries, |
std::string const & | name, | ||
TypeWithDict const & | typeWithDict | ||
) |
Definition at line 92 of file DictionaryTools.cc.
References edm::TypeWithDict::invalidTypeInfo(), and Skims_PA_cff::name.
bool edm::checkDictionaryOfWrappedType | ( | std::vector< std::string > & | missingDictionaries, |
TypeID const & | unwrappedTypeID | ||
) |
Definition at line 80 of file DictionaryTools.cc.
References edm::TypeWithDict::byName(), checkDictionary(), edm::TypeID::className(), AlCaHLTBitMon_QueryRunRegistry::string, and wrappedClassName().
Referenced by edm::ProductRegistryHelper::addToRegistry(), and edm::ProductRegistry::initializeLookupTables().
bool edm::checkDictionaryOfWrappedType | ( | std::vector< std::string > & | missingDictionaries, |
std::string const & | unwrappedName | ||
) |
Definition at line 86 of file DictionaryTools.cc.
References edm::TypeWithDict::byName(), checkDictionary(), AlCaHLTBitMon_QueryRunRegistry::string, and wrappedClassName().
void edm::checkForModuleDependencyCorrectness | ( | edm::PathsAndConsumesOfModulesBase const & | iPnC, |
bool | iPrintDependencies | ||
) |
Definition at line 332 of file PathsAndConsumesOfModules.cc.
References edm::PathsAndConsumesOfModulesBase::allModules(), cms::cuda::assert(), submitPVResolutionJobs::count, symbols::deps, makeListRunsInFiles::description, edm::PathsAndConsumesOfModulesBase::endPaths(), Exception, spr::find(), newFWLiteAna::found, mps_fire::i, l1ctLayer2EG_cff::id, dqmiolumiharvest::j, kInvalidIndex, lastIndex, SiStripPI::max, mod(), edm::PathsAndConsumesOfModulesBase::modulesOnEndPath(), edm::PathsAndConsumesOfModulesBase::modulesOnPath(), edm::PathsAndConsumesOfModulesBase::modulesWhoseProductsAreConsumedBy(), eostools::move(), hltrates_dqm_sourceclient-live_cfg::offset, operator==(), AlCaHLTBitMon_ParallelJobs::p, hltMonBTagIPClient_cfi::pathName, Skims_PA_cff::paths, edm::PathsAndConsumesOfModulesBase::paths(), alignCSCRings::s, edm::errors::ScheduleExecutionFailure, second(), mps_update::status, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::EventProcessor::beginJob(), and edm::SubProcess::keepOnlyConsumedUnscheduledModules().
Definition at line 5 of file CommonExceptions.cc.
References Exception, and edm::errors::InvalidReference.
Referenced by edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::operator[]().
void edm::clearLoggedErrorsSummary | ( | unsigned int | iStreamID | ) |
Definition at line 182 of file MessageSender.cc.
References cms::cuda::assert(), and errorSummaryMaps.
Referenced by edm::service::MessageLogger::postEvent().
void edm::clearMessageLog | ( | ) |
Definition at line 40 of file MessageLogger.cc.
References edm::MessageDrop::clear(), and edm::MessageDrop::instance().
std::unique_ptr< CLHEP::HepRandomEngine > edm::cloneEngine | ( | CLHEP::HepRandomEngine const & | existingEngine | ) |
Definition at line 27 of file cloneEngine.cc.
References Exception, and edm::errors::Unknown.
Referenced by PileupRandomNumberGenerator::cloneEngine(), edm::service::RandomNumberGeneratorService::cloneEngine(), and PileupRandomNumberGenerator::setEngine().
bool edm::combinable | ( | BranchDescription const & | a, |
BranchDescription const & | b | ||
) |
Definition at line 341 of file BranchDescription.cc.
Referenced by edm::ProductRegistry::addFromInput(), edm::ProductRegistry::copyProduct(), and operator==().
bool edm::compare_key | ( | K const & | lhs, |
K const & | rhs | ||
) |
bool edm::contains | ( | EventRange const & | lh, |
EventID const & | rh | ||
) |
Definition at line 37 of file EventRange.cc.
References contains_(), edm::EventID::event(), mathSSE::lh, edm::EventID::run(), and mitigatedMETSequence_cff::U.
Referenced by HGCalTriggerClusterIdentificationBDT::category(), contains(), CaloTowersCreationAlgo::convert(), MultipleScatteringGeometry::detLayers(), CTPPSDiamondDQMSource::dqmBeginRun(), pat::PATElectronProducer::fillElectron2(), pat::PATMuonProducer::fillMuon(), HeavyFlavorValidation::getFilterLevel(), core.JSONAnalyzer.JSONAnalyzer::process(), CaloTowersCreationAlgo::rescaleTowers(), CTPPSLHCInfoESSource::setIntervalFor(), CTPPSOpticalFunctionsESSource::setIntervalFor(), PPSAssociationCutsESSource::setIntervalFor(), and TotemDAQMappingESSourceXML::setIntervalFor().
bool edm::contains | ( | LuminosityBlockRange const & | lh, |
LuminosityBlockID const & | rh | ||
) |
bool edm::contains | ( | LuminosityBlockRange const & | lh, |
LuminosityBlockRange const & | rh | ||
) |
Definition at line 55 of file LuminosityBlockRange.cc.
References contains(), edm::LuminosityBlockRange::endLumiID(), mathSSE::lh, and edm::LuminosityBlockRange::startLumiID().
bool edm::contains | ( | EventRange const & | lh, |
EventRange const & | rh | ||
) |
Definition at line 46 of file EventRange.cc.
References cms::cuda::assert(), contains(), edm::EventRange::endEventID(), mathSSE::lh, edm::EventRange::startEventID(), and edm::EventRange::startLumi().
bool edm::contains_ | ( | EventRange const & | lh, |
EventID const & | rh | ||
) |
FwdIter edm::contextual_find | ( | FwdIter | b, |
FwdIter | e, | ||
char | first, | ||
char | sep, | ||
char | last | ||
) |
Definition at line 36 of file split.h.
References b, MillePedeFileConverter_cfg::e, dqmdumpme::first, and dqmdumpme::last.
Referenced by split().
FwdIter edm::contextual_find_not | ( | FwdIter | b, |
FwdIter | e, | ||
char | first, | ||
char | sep, | ||
char | last | ||
) |
Definition at line 54 of file split.h.
References b, and MillePedeFileConverter_cfg::e.
Referenced by split().
void edm::conversion | ( | LuminosityBlockAux const & | from, |
LuminosityBlockAuxiliary & | to | ||
) |
Definition at line 11 of file LuminosityBlockAux.cc.
References edm::LuminosityBlockAux::id_, edm::Timestamp::invalidTimestamp(), edm::LuminosityBlockAux::processHistoryID_, and edm::LuminosityBlockAux::runID_.
void edm::conversion | ( | RunAux const & | from, |
RunAuxiliary & | to | ||
) |
Definition at line 11 of file RunAux.cc.
References edm::RunAux::id_, edm::Timestamp::invalidTimestamp(), and edm::RunAux::processHistoryID_.
void edm::conversion | ( | EventAux const & | from, |
EventAuxiliary & | to | ||
) |
Definition at line 9 of file EventAux.cc.
References edm::EventAux::id_, edm::EventAux::luminosityBlockID_, edm::EventAux::processHistoryID_, and edm::EventAux::time_.
Referenced by ConversionLikelihoodCalculator::calculateLikelihood(), edm::RootFile::fillLumiAuxiliary(), edm::RootFile::fillRunAuxiliary(), edm::RootFile::fillThisEventAuxiliary(), ReducedEGProducer::linkConversionsByTrackRef(), RPCIntegrator::phi_DT_MP_conv(), ConversionTrackRefFix::produce(), FWConversionProxyBuilder::requestCommon(), fwlite::Run::updateAux(), fwlite::LuminosityBlock::updateAux(), and fwlite::Event::updateAux().
void edm::convert_handle | ( | BasicHandle const & | orig, |
Handle< FWGenericObject > & | result | ||
) |
specialize this function forFWGenericHandle
Definition at line 20 of file FWGenericHandle.cc.
References cms::cuda::assert(), DMR_cfg::cerr, Exception, edm::BasicHandle::failedToGet(), h, edm::BasicHandle::id(), edm::errors::InvalidReference, edm::errors::LogicError, edm::BasicHandle::provenance(), mps_fire::result, edm::BasicHandle::whyFailed(), edm::convertException::wrap(), edm::WrapperBase::wrappedTypeInfo(), and edm::BasicHandle::wrapper().
|
noexcept |
Definition at line 22 of file ConvertHandle.h.
References runTheMatrix::const, edm::handleimpl::makeInvalidReferenceException(), eostools::move(), UNLIKELY, and wrapper.
Referenced by edm::Event::getByLabel(), edm::EventBase::getByLabel(), and edm::Event::getByToken().
void edm::convert_handle | ( | BasicHandle && | orig, |
Handle< GenericObject > & | result | ||
) |
specialize this function for GenericHandle
Definition at line 19 of file GenericHandle.cc.
References cms::cuda::assert(), Exception, h, edm::errors::InvalidReference, edm::errors::LogicError, mps_fire::result, edm::convertException::wrap(), and edm::WrapperBase::wrappedTypeInfo().
Handle<T> edm::convert_handle_check_type | ( | BasicHandle && | bh | ) |
Definition at line 36 of file ConvertHandle.h.
References runTheMatrix::const, edm::handleimpl::makeInvalidReferenceException(), eostools::move(), edm::handleimpl::throwConvertTypeError(), UNLIKELY, and wrapper.
constexpr BranchType edm::convertToBranchType | ( | Transition | iValue | ) |
Definition at line 26 of file Transition.h.
References InEvent, InLumi, InProcess, and InRun.
Referenced by edm::ProductRegistryHelper::addToRegistry(), and edm::ProducerBase::resolvePutIndicies().
constexpr Transition edm::convertToTransition | ( | BranchType | iValue | ) |
Definition at line 31 of file Transition.h.
References BeginLuminosityBlock, BeginProcessBlock, BeginRun, and Event.
Referenced by edm::ProductRegistryHelper::produces().
|
inline |
wrappers for copy
Definition at line 20 of file Algorithms.h.
References filterCSVwithJSON::copy, f, and alignCSCRings::s.
Referenced by edm::service::ThreadSafeLogMessageLoggerScribe::configure_errorlog(), dumpEventHeader(), dumpInitHeader(), MsgTools::fillNames(), edm::es::Label::operator()(), operator<<(), edm::ProductSelector::print(), edm::hash_detail::print_(), edm::hash_detail::toDigest_(), tokenize(), and edm::hash_detail::toString_().
std::string edm::createGlobalIdentifier | ( | bool | binary = false | ) |
Definition at line 5 of file GlobalIdentifier.cc.
References edm::Guid::toBinary(), and edm::Guid::toString().
Referenced by TritonService::FallbackOpts::FallbackOpts(), PerformancePayloadFromBinnedTFormula::initialize(), PerformancePayloadFromTFormula::initialize(), NanoAODOutputModule::openFile(), DQMRootOutputModule::openFile(), cond::payloadInspector::PlotImage< PayloadType >::PlotImage(), TritonService::preBeginJob(), edm::RootOutputFile::RootOutputFile(), and edm::RootFile::validateFile().
bool edm::decode | ( | bool & | to, |
std::string const & | from | ||
) |
Definition at line 71 of file types.cc.
Referenced by BeautifulSoup.NavigableString::__unicode__(), compareDQMOutput::compare(), decode(), cmsswSequenceInfo::formatsequenceinfo(), Types.string::formatValueForConfig(), mps_fire::forward_proxy(), condformats_serialization_generate::get_clang_version(), condformats_serialization_generate::get_statement(), edm::Entry::getBool(), edm::Entry::getDouble(), edm::Entry::getESInputTag(), edm::Entry::getEventID(), edm::Entry::getEventRange(), edm::Entry::getFileInPath(), edm::Entry::getInputTag(), edm::Entry::getInt32(), edm::Entry::getInt64(), edm::Entry::getLuminosityBlockID(), edm::Entry::getLuminosityBlockRange(), cmsswSequenceInfo::getplugininfo(), edm::Entry::getPSet(), edm::Entry::getString(), uploadConditions.HTTP::getToken(), edm::Entry::getUInt32(), edm::Entry::getUInt64(), edm::Entry::getVDouble(), edm::Entry::getVESInputTag(), edm::Entry::getVEventID(), edm::Entry::getVEventRange(), edm::Entry::getVInputTag(), edm::Entry::getVInt32(), edm::Entry::getVInt64(), edm::Entry::getVLuminosityBlockID(), edm::Entry::getVLuminosityBlockRange(), edm::Entry::getVPSet(), edm::Entry::getVString(), edm::Entry::getVUInt32(), edm::Entry::getVUInt64(), cmsswSequenceInfo::inspectsequence(), cmsswSequenceInfo::inspectworkflows(), uploadConditions::re_upload(), o2oRun_SiStripDAQ::run(), edm::Entry::validate(), and mps_fire::write_HTCondor_submit_file_pede().
bool edm::decode | ( | std::vector< bool > & | to, |
std::string const & | from | ||
) |
Definition at line 94 of file types.cc.
References b, decode(), MillePedeFileConverter_cfg::e, split(), groupFilesInBlocks::temp, and heppy_batch::val.
bool edm::decode | ( | int & | to, |
std::string const & | from | ||
) |
Definition at line 134 of file types.cc.
References b, MillePedeFileConverter_cfg::e, and Validation_hcalonly_cfi::sign.
bool edm::decode | ( | std::vector< int > & | to, |
std::string const & | from | ||
) |
Definition at line 217 of file types.cc.
References b, decode(), MillePedeFileConverter_cfg::e, split(), groupFilesInBlocks::temp, and heppy_batch::val.
bool edm::decode | ( | unsigned int & | to, |
std::string const & | from | ||
) |
bool edm::decode | ( | std::vector< unsigned int > & | to, |
std::string const & | from | ||
) |
Definition at line 364 of file types.cc.
References b, decode(), MillePedeFileConverter_cfg::e, split(), groupFilesInBlocks::temp, and heppy_batch::val.
bool edm::decode | ( | long long & | to, |
std::string const & | from | ||
) |
Definition at line 175 of file types.cc.
References b, MillePedeFileConverter_cfg::e, and Validation_hcalonly_cfi::sign.
bool edm::decode | ( | std::vector< long long > & | to, |
std::string const & | from | ||
) |
Definition at line 260 of file types.cc.
References b, decode(), MillePedeFileConverter_cfg::e, L1DTConfigBti_cff::LL, split(), groupFilesInBlocks::temp, and heppy_batch::val.
bool edm::decode | ( | unsigned long long & | to, |
std::string const & | from | ||
) |
bool edm::decode | ( | std::vector< unsigned long long > & | to, |
std::string const & | from | ||
) |
Definition at line 405 of file types.cc.
References b, decode(), MillePedeFileConverter_cfg::e, split(), groupFilesInBlocks::temp, and heppy_batch::val.
bool edm::decode | ( | double & | to, |
std::string const & | from | ||
) |
Definition at line 447 of file types.cc.
References cppFunctionSkipper::exception, infinity, and SiStripPI::max.
bool edm::decode | ( | std::vector< double > & | to, |
std::string const & | from | ||
) |
Definition at line 486 of file types.cc.
References b, decode(), MillePedeFileConverter_cfg::e, split(), groupFilesInBlocks::temp, and heppy_batch::val.
bool edm::decode | ( | std::string & | to, |
std::string const & | from | ||
) |
Definition at line 525 of file types.cc.
References b, HltBtagPostValidation_cff::c, MillePedeFileConverter_cfg::e, and from_hex().
bool edm::decode | ( | std::vector< std::string > & | to, |
std::string const & | from | ||
) |
Definition at line 1018 of file types.cc.
References b, decode(), MillePedeFileConverter_cfg::e, split(), AlCaHLTBitMon_QueryRunRegistry::string, groupFilesInBlocks::temp, and heppy_batch::val.
bool edm::decode | ( | edm::FileInPath & | to, |
std::string const & | from | ||
) |
Definition at line 565 of file types.cc.
References groupFilesInBlocks::temp.
bool edm::decode | ( | edm::InputTag & | to, |
std::string const & | from | ||
) |
bool edm::decode | ( | std::vector< edm::InputTag > & | to, |
std::string const & | from | ||
) |
Definition at line 602 of file types.cc.
References decode(), HLT_2022v15_cff::InputTag, and makeListRunsInFiles::strings.
bool edm::decode | ( | edm::ESInputTag & | to, |
std::string const & | from | ||
) |
Definition at line 628 of file types.cc.
bool edm::decode | ( | std::vector< edm::ESInputTag > & | to, |
std::string const & | from | ||
) |
Definition at line 649 of file types.cc.
References decode(), and makeListRunsInFiles::strings.
bool edm::decode | ( | edm::EventID & | to, |
std::string const & | from | ||
) |
Definition at line 675 of file types.cc.
References cms::cuda::assert(), writedatasetfile::run, and tokenize().
bool edm::decode | ( | std::vector< edm::EventID > & | to, |
std::string const & | from | ||
) |
Definition at line 701 of file types.cc.
References decode(), and makeListRunsInFiles::strings.
bool edm::decode | ( | edm::LuminosityBlockID & | to, |
std::string const & | from | ||
) |
Definition at line 731 of file types.cc.
References cms::cuda::assert(), writedatasetfile::run, and tokenize().
bool edm::decode | ( | std::vector< edm::LuminosityBlockID > & | to, |
std::string const & | from | ||
) |
Definition at line 751 of file types.cc.
References decode(), and makeListRunsInFiles::strings.
bool edm::decode | ( | edm::LuminosityBlockRange & | to, |
std::string const & | from | ||
) |
Definition at line 782 of file types.cc.
References cms::cuda::assert(), decode(), and tokenize().
bool edm::decode | ( | std::vector< edm::LuminosityBlockRange > & | to, |
std::string const & | from | ||
) |
Definition at line 804 of file types.cc.
References decode(), BeamSpotPI::lumiRange, and makeListRunsInFiles::strings.
bool edm::decode | ( | edm::EventRange & | to, |
std::string const & | from | ||
) |
Definition at line 835 of file types.cc.
References cms::cuda::assert(), decode(), and tokenize().
bool edm::decode | ( | std::vector< edm::EventRange > & | to, |
std::string const & | from | ||
) |
Definition at line 866 of file types.cc.
References decode(), unittestinputsource_cfi::eventRange, and makeListRunsInFiles::strings.
bool edm::decode | ( | ParameterSet & | to, |
std::string const & | from | ||
) |
Definition at line 1065 of file types.cc.
bool edm::decode | ( | std::vector< ParameterSet > & | to, |
std::string const & | from | ||
) |
Definition at line 1081 of file types.cc.
References b, decode(), MillePedeFileConverter_cfg::e, split(), groupFilesInBlocks::temp, and heppy_batch::val.
std::vector< std::string > edm::defaultCmsRunServices | ( | ) |
Definition at line 19 of file defaultCmsRunServices.cc.
std::string edm::defaultModuleLabel | ( | std::string | label | ) |
Definition at line 6 of file defaultModuleLabel.cc.
References HltBtagPostValidation_cff::c, spr::find(), mps_fire::i, label, and MatrixUtil::remove().
Referenced by edm::ConfigurationDescriptions::addWithDefaultLabel().
void edm::disableAllSigs | ( | sigset_t * | oldset | ) |
Definition at line 38 of file UnixSignalHandlers.cc.
References MUST_BE_ZERO.
Referenced by installCustomHandler().
bool edm::DisableLoggedErrorsSummary | ( | ) |
Definition at line 156 of file MessageSender.cc.
References errorSummaryIsBeingKept, and runTheMatrix::ret.
Referenced by edm::LogErrorHarvester::endJob(), and HLTLogMonitorFilter::endJob().
void edm::disableRTSigs | ( | ) |
Definition at line 47 of file UnixSignalHandlers.cc.
References MUST_BE_ZERO, and EgammaValidation_cff::num.
Referenced by installCustomHandler().
void edm::disableSignal | ( | sigset_t * | newset, |
int | signum | ||
) |
bool edm::distinct | ( | LuminosityBlockRange const & | lh, |
LuminosityBlockRange const & | rh | ||
) |
bool edm::distinct | ( | EventRange const & | lh, |
EventRange const & | rh | ||
) |
Definition at line 69 of file EventRange.cc.
References cms::cuda::assert(), lessThan(), mathSSE::lh, and edm::EventRange::startLumi().
Referenced by overlaps(), and cond::persistency::Query< Types... >::Query().
void edm::doBuildRealData | ( | const std::string & | name | ) |
Definition at line 22 of file ClassFiller.cc.
References edm::errors::Configuration, Exception, FDEBUG, and Skims_PA_cff::name.
Referenced by edm::StreamerInputSource::buildClassCache().
void edm::dumpOptionsToLogFile | ( | unsigned int | nThreads, |
unsigned int | nStreams, | ||
unsigned int | nConcurrentLumis, | ||
unsigned int | nConcurrentRuns | ||
) |
Definition at line 182 of file validateTopLevelParameterSets.cc.
Referenced by edm::EventProcessor::init().
const char * edm::edmModuleType | ( | edm::ModuleDescription const & | module | ) |
Definition at line 31 of file EDMModuleType.cc.
References edmModuleTypeEnum(), callgraph::module, and module_type_desc.
EDMModuleType edm::edmModuleTypeEnum | ( | edm::ModuleDescription const & | module | ) |
Definition at line 10 of file EDMModuleType.cc.
References edm::pset::Registry::instance(), kEDAnalyzer, kEDFilter, kEDProducer, kESProducer, kESSource, kOutputModule, kSource, kUnknown, callgraph::module, module_type_desc, muonDTDigis_cfi::pset, AlCaHLTBitMon_QueryRunRegistry::string, submitPVValidationJobs::t, and findQualityFiles::v.
Referenced by edmModuleType(), DependencyGraph::edmModuleType(), and ProcessCallGraph::preBeginJob().
void edm::edmodule_mightGet_config | ( | ConfigurationDescriptions & | iDesc | ) |
Definition at line 36 of file edmodule_mightGet_config.cc.
References edm::ParameterSetDescription::addOptionalUntracked(), edm::ConfigurationDescriptions::defaultDescription(), edm::ParameterSetDescription::isLabelUnused(), kComment, kMightGet(), and findQualityFiles::v.
Referenced by edm::stream::EDAnalyzerBase::prevalidate(), edm::stream::EDFilterBase::prevalidate(), edm::global::EDAnalyzerBase::prevalidate(), edm::limited::EDAnalyzerBase::prevalidate(), edm::one::EDAnalyzerBase::prevalidate(), edm::stream::EDProducerBase::prevalidate(), edm::one::EDProducerBase::prevalidate(), edm::one::EDFilterBase::prevalidate(), edm::limited::EDFilterBase::prevalidate(), edm::global::EDFilterBase::prevalidate(), edm::global::EDProducerBase::prevalidate(), and edm::limited::EDProducerBase::prevalidate().
bool edm::EnableLoggedErrorsSummary | ( | ) |
Definition at line 151 of file MessageSender.cc.
References errorSummaryIsBeingKept, and runTheMatrix::ret.
Referenced by edm::LogErrorHarvester::beginJob(), and HLTLogMonitorFilter::beginJob().
void edm::enableSignal | ( | sigset_t * | newset, |
int | signum | ||
) |
bool edm::encode | ( | std::string & | to, |
bool | from | ||
) |
bool edm::encode | ( | std::string & | to, |
std::vector< bool > const & | from | ||
) |
Definition at line 113 of file types.cc.
References b, fileCollector2::converted, MillePedeFileConverter_cfg::e, encode(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool edm::encode | ( | std::string & | to, |
std::vector< int > const & | from | ||
) |
Definition at line 237 of file types.cc.
References b, fileCollector2::converted, MillePedeFileConverter_cfg::e, encode(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool edm::encode | ( | std::string & | to, |
unsigned int | from | ||
) |
bool edm::encode | ( | std::string & | to, |
std::vector< unsigned int > const & | from | ||
) |
Definition at line 383 of file types.cc.
References b, fileCollector2::converted, MillePedeFileConverter_cfg::e, encode(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool edm::encode | ( | std::string & | to, |
std::vector< long long > const & | from | ||
) |
Definition at line 280 of file types.cc.
References b, fileCollector2::converted, MillePedeFileConverter_cfg::e, encode(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool edm::encode | ( | std::string & | to, |
unsigned long long | from | ||
) |
bool edm::encode | ( | std::string & | to, |
std::vector< unsigned long long > const & | from | ||
) |
Definition at line 424 of file types.cc.
References b, fileCollector2::converted, MillePedeFileConverter_cfg::e, encode(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool edm::encode | ( | std::string & | to, |
double | from | ||
) |
bool edm::encode | ( | std::string & | to, |
std::vector< double > const & | from | ||
) |
Definition at line 504 of file types.cc.
References b, fileCollector2::converted, MillePedeFileConverter_cfg::e, encode(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool edm::encode | ( | std::string & | to, |
std::string const & | from | ||
) |
Definition at line 894 of file types.cc.
References append_hex_rep(), b, MillePedeFileConverter_cfg::e, from_hex(), and NONE.
bool edm::encode | ( | std::string & | to, |
std::vector< std::string > const & | from | ||
) |
Definition at line 1040 of file types.cc.
References b, fileCollector2::converted, MillePedeFileConverter_cfg::e, encode(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool edm::encode | ( | std::string & | to, |
edm::FileInPath const & | from | ||
) |
bool edm::encode | ( | std::string & | to, |
edm::InputTag const & | from | ||
) |
Definition at line 593 of file types.cc.
References edm::InputTag::encode().
bool edm::encode | ( | std::string & | to, |
std::vector< edm::InputTag > const & | from | ||
) |
Definition at line 614 of file types.cc.
References encode(), and makeListRunsInFiles::strings.
bool edm::encode | ( | std::string & | to, |
edm::ESInputTag const & | from | ||
) |
bool edm::encode | ( | std::string & | to, |
std::vector< edm::ESInputTag > const & | from | ||
) |
Definition at line 661 of file types.cc.
References encode(), and makeListRunsInFiles::strings.
bool edm::encode | ( | std::string & | to, |
edm::EventID const & | from | ||
) |
Definition at line 686 of file types.cc.
References edm::EventID::event(), edm::EventID::luminosityBlock(), edm::EventID::run(), and mitigatedMETSequence_cff::U.
bool edm::encode | ( | std::string & | to, |
std::vector< edm::EventID > const & | from | ||
) |
Definition at line 715 of file types.cc.
References encode(), AlCaHLTBitMon_QueryRunRegistry::string, and makeListRunsInFiles::strings.
bool edm::encode | ( | std::string & | to, |
edm::LuminosityBlockID const & | from | ||
) |
Definition at line 740 of file types.cc.
References edm::LuminosityBlockID::luminosityBlock(), and edm::LuminosityBlockID::run().
bool edm::encode | ( | std::string & | to, |
std::vector< edm::LuminosityBlockID > const & | from | ||
) |
Definition at line 765 of file types.cc.
References encode(), AlCaHLTBitMon_QueryRunRegistry::string, and makeListRunsInFiles::strings.
bool edm::encode | ( | std::string & | to, |
edm::LuminosityBlockRange const & | from | ||
) |
Definition at line 793 of file types.cc.
References edm::LuminosityBlockRange::endLumi(), edm::LuminosityBlockRange::endRun(), edm::LuminosityBlockRange::startLumi(), and edm::LuminosityBlockRange::startRun().
bool edm::encode | ( | std::string & | to, |
std::vector< edm::LuminosityBlockRange > const & | from | ||
) |
Definition at line 818 of file types.cc.
References encode(), AlCaHLTBitMon_QueryRunRegistry::string, and makeListRunsInFiles::strings.
bool edm::encode | ( | std::string & | to, |
edm::EventRange const & | from | ||
) |
Definition at line 848 of file types.cc.
References cms::cuda::assert(), edm::EventRange::endEvent(), edm::EventRange::endLumi(), edm::EventRange::endRun(), edm::EventRange::startEvent(), edm::EventRange::startLumi(), and edm::EventRange::startRun().
bool edm::encode | ( | std::string & | to, |
std::vector< edm::EventRange > const & | from | ||
) |
Definition at line 880 of file types.cc.
References encode(), AlCaHLTBitMon_QueryRunRegistry::string, and makeListRunsInFiles::strings.
bool edm::encode | ( | std::string & | to, |
ParameterSet const & | from | ||
) |
Definition at line 1072 of file types.cc.
References edm::ParameterSet::toString().
bool edm::encode | ( | std::string & | to, |
std::vector< ParameterSet > const & | from | ||
) |
Definition at line 1100 of file types.cc.
References b, fileCollector2::converted, MillePedeFileConverter_cfg::e, encode(), and AlCaHLTBitMon_QueryRunRegistry::string.
void edm::endGlobalTransitionAsync | ( | WaitingTaskHolder | iWait, |
Schedule & | iSchedule, | ||
typename Traits::TransitionInfoType & | transitionInfo, | ||
ServiceToken const & | token, | ||
std::vector< SubProcess > & | iSubProcesses, | ||
bool | cleaningUpAfterException | ||
) |
Definition at line 115 of file globalTransitionAsync.h.
References edm::waiting_task::chain::first(), info(), eostools::move(), edm::Schedule::processOneGlobalAsync(), edm::waiting_task::chain::runLast(), subProcessDoGlobalEndTransitionAsync(), edm::waiting_task::chain::then(), and unpackBuffers-CaloStage2::token.
void edm::endStreamsTransitionAsync | ( | WaitingTaskHolder | iWait, |
Schedule & | iSchedule, | ||
unsigned int | iNStreams, | ||
typename Traits::TransitionInfoType & | transitionInfo, | ||
ServiceToken const & | iToken, | ||
std::vector< SubProcess > & | iSubProcesses, | ||
bool | cleaningUpAfterException | ||
) |
void edm::endStreamTransitionAsync | ( | WaitingTaskHolder | iWait, |
Schedule & | iSchedule, | ||
unsigned int | iStreamIndex, | ||
typename Traits::TransitionInfoType & | transitionInfo, | ||
ServiceToken const & | token, | ||
std::vector< SubProcess > & | iSubProcesses, | ||
bool | cleaningUpAfterException | ||
) |
Definition at line 110 of file streamTransitionAsync.h.
References edm::waiting_task::chain::first(), info(), edm::Schedule::processOneStreamAsync(), edm::waiting_task::chain::runLast(), subProcessDoStreamEndTransitionAsync(), edm::waiting_task::chain::then(), and unpackBuffers-CaloStage2::token.
void edm::ensureAvailableAccelerators | ( | edm::ParameterSet const & | parameterSet | ) |
Definition at line 8 of file ensureAvailableAccelerators.cc.
References edm::ParameterSet::getUntrackedParameter(), edm::ParameterSet::getUntrackedParameterSet(), parameterSet(), and edm::errors::UnavailableAccelerator.
Referenced by edm::EventProcessor::init(), and edm::test::TestProcessor::TestProcessor().
void edm::ep_sigusr2 | ( | int | , |
siginfo_t * | , | ||
void * | |||
) |
Definition at line 25 of file UnixSignalHandlers.cc.
References FDEBUG, and shutdown_flag.
Referenced by edm::service::UnixSignalService::UnixSignalService().
unsigned int edm::eventProcessBlockIndex | ( | Event const & | event, |
std::string const & | processName | ||
) |
Definition at line 7 of file processBlockUtilities.cc.
References SimL1EmulatorRepack_CalouGT_cff::processName.
void edm::exceptionContext | ( | cms::Exception & | ex, |
ESModuleCallingContext const & | mcc | ||
) |
Definition at line 11 of file exceptionContext.cc.
References cms::Exception::addContext(), edm::ESModuleCallingContext::componentDescription(), edm::ESModuleCallingContext::esmoduleCallingContext(), edm::ESParentContext::kESModule, edm::ESModuleCallingContext::kPrefetching, edm::eventsetup::ComponentDescription::label_, edm::ESModuleCallingContext::moduleCallingContext(), edm::ESModuleCallingContext::state(), edm::ESModuleCallingContext::type(), and edm::eventsetup::ComponentDescription::type_.
Referenced by exceptionContext(), edm::Worker::handleExternalWorkException(), edm::Worker::runAcquire(), edm::Worker::runModule(), and edm::eventsetup::Callback< T, TFunc, TReturn, TRecord, TDecorator >::runProducerAsync().
void edm::exceptionContext | ( | std::ostream & | os, |
GlobalContext const & | gc | ||
) |
Definition at line 79 of file GlobalContext.cc.
References edm::GlobalContext::kAccessInputProcessBlock, edm::GlobalContext::kBeginJob, edm::GlobalContext::kBeginLuminosityBlock, edm::GlobalContext::kBeginProcessBlock, edm::GlobalContext::kBeginRun, edm::GlobalContext::kEndJob, edm::GlobalContext::kEndLuminosityBlock, edm::GlobalContext::kEndProcessBlock, edm::GlobalContext::kEndRun, edm::GlobalContext::kWriteLuminosityBlock, edm::GlobalContext::kWriteProcessBlock, edm::GlobalContext::kWriteRun, edm::GlobalContext::luminosityBlockID(), edm::LuminosityBlockID::run(), and edm::GlobalContext::transition().
void edm::exceptionContext | ( | std::ostream & | os, |
StreamContext const & | sc | ||
) |
Definition at line 71 of file StreamContext.cc.
References edm::StreamContext::eventID(), edm::StreamContext::kBeginLuminosityBlock, edm::StreamContext::kBeginRun, edm::StreamContext::kBeginStream, edm::StreamContext::kEndLuminosityBlock, edm::StreamContext::kEndRun, edm::StreamContext::kEndStream, edm::StreamContext::kEvent, edm::StreamContext::kInvalid, writedatasetfile::run, edm::StreamContext::streamID(), and edm::StreamContext::transition().
void edm::exceptionContext | ( | cms::Exception & | ex, |
ModuleCallingContext const & | mcc | ||
) |
Definition at line 86 of file ModuleCallingContext.cc.
References cms::Exception::addContext(), exceptionContext(), edm::ModuleCallingContext::globalContext(), edm::ModuleCallingContext::internalContext(), edm::ParentContext::kGlobal, edm::ParentContext::kInternal, edm::ParentContext::kModule, edm::ParentContext::kPlaceInPath, edm::ModuleCallingContext::kPrefetching, edm::ParentContext::kStream, edm::InternalContext::moduleCallingContext(), edm::ModuleCallingContext::moduleCallingContext(), edm::ModuleCallingContext::moduleDescription(), edm::ModuleDescription::moduleLabel(), edm::ModuleDescription::moduleName(), or, edm::PlaceInPathContext::pathContext(), edm::PathContext::pathName(), edm::ModuleCallingContext::placeInPathContext(), edm::ModuleCallingContext::state(), edm::PathContext::streamContext(), edm::ModuleCallingContext::streamContext(), and edm::ModuleCallingContext::type().
void edm::fillDescriptionFromPSet | ( | ParameterSet const & | pset, |
ParameterSetDescription & | desc | ||
) |
Definition at line 102 of file FillDescriptionFromPSet.cc.
References submitPVResolutionJobs::desc, mps_splice::entry, eostools::move(), and muonDTDigis_cfi::pset.
Referenced by edm::ParameterDescription< std::vector< ParameterSet > >::printNestedContent_(), and edm::ParameterDescription< std::vector< ParameterSet > >::writeOneElementToCfi().
std::shared_ptr<EDLooperBase> edm::fillLooper | ( | eventsetup::EventSetupsController & | esController, |
eventsetup::EventSetupProvider & | cp, | ||
ParameterSet & | params, | ||
std::vector< std::string > const & | loopers | ||
) |
Definition at line 197 of file EventProcessor.cc.
References cms::cuda::assert(), edm::eventsetup::ComponentFactory< T >::get(), and submitPVValidationJobs::params.
Referenced by edm::EventProcessor::init().
void edm::fillMaxEventsDescription | ( | ParameterSetDescription & | description | ) |
Definition at line 123 of file validateTopLevelParameterSets.cc.
References edm::ParameterSetDescription::addWildcardUntracked(), and makeListRunsInFiles::description.
Referenced by validateTopLevelParameterSets().
void edm::fillMaxLuminosityBlocksDescription | ( | ParameterSetDescription & | description | ) |
Definition at line 133 of file validateTopLevelParameterSets.cc.
References makeListRunsInFiles::description.
Referenced by validateTopLevelParameterSets().
void edm::fillMaxSecondsUntilRampdownDescription | ( | ParameterSetDescription & | description | ) |
Definition at line 137 of file validateTopLevelParameterSets.cc.
References makeListRunsInFiles::description.
Referenced by validateTopLevelParameterSets().
|
static |
Definition at line 1261 of file StreamSchedule.cc.
References edm::ModuleInPathSummary::bitPosition, edm::ModuleInPathSummary::moduleLabel, castor_dqm_sourceclient_file_cfg::path, edm::ModuleInPathSummary::timesExcept, edm::ModuleInPathSummary::timesFailed, edm::ModuleInPathSummary::timesPassed, edm::ModuleInPathSummary::timesVisited, and eostools::which().
Referenced by fillPathSummary().
void edm::fillOptionsDescription | ( | ParameterSetDescription & | description | ) |
Definition at line 22 of file validateTopLevelParameterSets.cc.
References edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), edm::ParameterSetDescription::addWildcardUntracked(), makeListRunsInFiles::description, s_defaultNumberOfThreads, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by validateTopLevelParameterSets().
void edm::fillParameterSetBranch | ( | TTree * | parameterSetsTree, |
int | basketSize | ||
) |
Definition at line 18 of file CommonProvenanceFiller.cc.
References b, edm::poolNames::idToParameterSetBlobsBranchName(), edm::pset::Registry::instance(), and muonDTDigis_cfi::pset.
Referenced by NanoAODOutputModule::reallyCloseFile(), and edm::RootOutputFile::writeParameterSetRegistry().
|
static |
Definition at line 1270 of file StreamSchedule.cc.
References cms::cuda::assert(), edm::PathSummary::bitPosition, fillModuleInPathSummary(), mps_fire::i, edm::PathSummary::moduleInPathSummaries, edm::PathSummary::name, castor_dqm_sourceclient_file_cfg::path, groupFilesInBlocks::temp, edm::PathSummary::timesExcept, edm::PathSummary::timesFailed, edm::PathSummary::timesPassed, and edm::PathSummary::timesRun.
Referenced by edm::SystemTimeKeeper::fillTriggerTimingReport(), and edm::StreamSchedule::getTriggerReport().
void edm::fillProcessHistoryBranch | ( | TTree * | metaDataTree, |
int | basketSize, | ||
ProcessHistoryRegistry const & | processHistoryRegistry | ||
) |
Definition at line 32 of file CommonProvenanceFiller.cc.
References cms::cuda::assert(), b, AlCaHLTBitMon_ParallelJobs::p, and edm::poolNames::processHistoryBranchName().
Referenced by NanoAODOutputModule::reallyCloseFile(), and edm::RootOutputFile::writeProcessHistoryRegistry().
void edm::fillPtrVector | ( | std::vector< T, A > const & | obj, |
std::type_info const & | iToType, | ||
std::vector< unsigned long > const & | iIndicies, | ||
std::vector< void const *> & | oPtr | ||
) |
Definition at line 80 of file fillPtrVector.h.
References getGTfromDQMFile::obj, and edm::detail::reallyfillPtrVector().
void edm::fillPtrVector | ( | std::list< T, A > const & | obj, |
std::type_info const & | iToType, | ||
std::vector< unsigned long > const & | iIndicies, | ||
std::vector< void const *> & | oPtr | ||
) |
Definition at line 88 of file fillPtrVector.h.
References getGTfromDQMFile::obj, and edm::detail::reallyfillPtrVector().
void edm::fillPtrVector | ( | std::deque< T, A > const & | obj, |
std::type_info const & | iToType, | ||
std::vector< unsigned long > const & | iIndicies, | ||
std::vector< void const *> & | oPtr | ||
) |
Definition at line 96 of file fillPtrVector.h.
References getGTfromDQMFile::obj, and edm::detail::reallyfillPtrVector().
void edm::fillPtrVector | ( | std::set< T, A, Comp > const & | obj, |
std::type_info const & | iToType, | ||
std::vector< unsigned long > const & | iIndicies, | ||
std::vector< void const *> & | oPtr | ||
) |
Definition at line 104 of file fillPtrVector.h.
References getGTfromDQMFile::obj, and edm::detail::reallyfillPtrVector().
|
inline |
Definition at line 394 of file SortedCollection.h.
References dqmdumpme::indices, and getGTfromDQMFile::obj.
|
inline |
Definition at line 581 of file OwnVector.h.
References dqmdumpme::indices, and getGTfromDQMFile::obj.
void edm::fillView | ( | std::vector< T, A > const & | obj, |
ProductID const & | id, | ||
std::vector< void const *> & | ptrs, | ||
FillViewHelperVector & | helpers | ||
) |
Definition at line 45 of file FillView.h.
References getGTfromDQMFile::obj, and edm::detail::reallyFillView().
void edm::fillView | ( | std::list< T, A > const & | obj, |
ProductID const & | id, | ||
std::vector< void const *> & | ptrs, | ||
FillViewHelperVector & | helpers | ||
) |
Definition at line 53 of file FillView.h.
References getGTfromDQMFile::obj, and edm::detail::reallyFillView().
void edm::fillView | ( | std::deque< T, A > const & | obj, |
ProductID const & | id, | ||
std::vector< void const *> & | ptrs, | ||
FillViewHelperVector & | helpers | ||
) |
Definition at line 61 of file FillView.h.
References getGTfromDQMFile::obj, and edm::detail::reallyFillView().
void edm::fillView | ( | std::set< T, A, Comp > const & | obj, |
ProductID const & | id, | ||
std::vector< void const *> & | ptrs, | ||
FillViewHelperVector & | helpers | ||
) |
Definition at line 69 of file FillView.h.
References getGTfromDQMFile::obj, and edm::detail::reallyFillView().
|
inline |
Definition at line 192 of file RefVector.h.
References getGTfromDQMFile::obj.
|
inline |
Definition at line 196 of file PtrVector.h.
References getGTfromDQMFile::obj.
|
inline |
Definition at line 204 of file RefToBaseVector.h.
References getGTfromDQMFile::obj.
|
inline |
Definition at line 260 of file Ptr.h.
References getGTfromDQMFile::obj, and AlCaHLTBitMon_ParallelJobs::p.
|
inline |
Definition at line 290 of file AssociationVector.h.
References getGTfromDQMFile::obj.
Referenced by edm::RefToBaseProd< T >::RefToBaseProd().
|
inline |
Definition at line 373 of file DetSetVector.h.
References getGTfromDQMFile::obj.
|
inline |
Definition at line 377 of file SortedCollection.h.
References getGTfromDQMFile::obj.
|
inline |
Definition at line 549 of file OwnVector.h.
References getGTfromDQMFile::obj.
|
static |
Definition at line 1302 of file StreamSchedule.cc.
References fillWorkerSummaryAux().
Referenced by edm::StreamSchedule::getTriggerReport().
|
static |
Definition at line 1293 of file StreamSchedule.cc.
References edm::WorkerSummary::moduleLabel, edm::WorkerSummary::timesExcept, edm::WorkerSummary::timesFailed, edm::WorkerSummary::timesPassed, edm::WorkerSummary::timesRun, edm::WorkerSummary::timesVisited, and w().
Referenced by fillWorkerSummary().
|
inline |
wrappers for std::find
Definition at line 42 of file Algorithms.h.
References AlCaHLTBitMon_ParallelJobs::p, and alignCSCRings::s.
|
inline |
Definition at line 47 of file Algorithms.h.
References AlCaHLTBitMon_ParallelJobs::p, and alignCSCRings::s.
|
inline |
wrappers for std::find
Definition at line 26 of file Algorithms.h.
References ztail::d, spr::find(), and alignCSCRings::s.
Referenced by edm::RootFile::fillIndexIntoFile(), edm::ParameterSet::fromString(), and edm::BranchIDListHelper::updateFromInput().
|
inline |
Definition at line 31 of file Algorithms.h.
References ztail::d, spr::find(), and alignCSCRings::s.
|
inline |
Definition at line 48 of file Map.h.
References cms::cuda::assert(), dqmdumpme::k, and visualization-live-secondInstance_cfg::m.
|
inline |
Definition at line 56 of file Map.h.
References cms::cuda::assert(), dqmdumpme::k, and visualization-live-secondInstance_cfg::m.
|
inline |
Definition at line 24 of file Map.h.
References hltPixelClustersMultiplicity_cfi::defaultValue, dqmdumpme::k, and visualization-live-secondInstance_cfg::m.
Referenced by edm::JobReport::dumpFiles(), and edm::JobReport::JobReportImpl::writeOutputFile().
|
inline |
Definition at line 30 of file Map.h.
References hltPixelClustersMultiplicity_cfi::defaultValue, dqmdumpme::k, and visualization-live-secondInstance_cfg::m.
|
inline |
Definition at line 39 of file Map.h.
References dqmdumpme::k, and visualization-live-secondInstance_cfg::m.
|
inline |
Definition at line 16 of file Map.h.
References dqmdumpme::k, and visualization-live-secondInstance_cfg::m.
Definition at line 217 of file ParameterSet.cc.
References AlCaHLTBitMon_ParallelJobs::p.
Referenced by edm::TrieNode< T >::_sequentialSearch(), L1TGlobalSummary::analyze(), l1t::GtRecordDump::analyze(), TrackAssociatorByChi2Impl::associateRecoToSim(), edm::EventProcessor::beginJob(), edm::TypeWithDict::byName(), edm::service::ELoutput::emitToken(), edm::EventProcessor::endJob(), edm::ParameterSet::getParameterNames(), PF_PU_FirstVertexTracks::produce(), PFCand_NoPU_WithAM::produce(), stripTemplate(), edm::TrieNode< T >::subNodeByLabel(), edm::storage::StorageAccount::summaryText(), and L1TOccupancyClientHistogramService::updateHistogramEndLS().
void edm::FlushMessageLog | ( | ) |
Definition at line 34 of file MessageLogger.cc.
References edm::MessageDrop::instance(), edm::MessageLoggerQ::MLqFLS(), and MLSCRIBE_RUNNING_INDICATOR.
Referenced by lhef::logFileAction(), edm::InputFile::logFileAction(), dqm::DQMFileSaverBase::logFileAction(), edm::StreamerInputFile::logFileAction(), dqmservices::DQMFileIterator::logFileAction(), and DQMRootSource::logFileAction().
|
inline |
wrapper for std::for_each
Function templates that provide wrappers for standard algorithms, avoiding some duplication and assuring that incommensurate iterators are not used.
Definition at line 14 of file Algorithms.h.
References f, and alignCSCRings::s.
Referenced by edm::WorkerManager::beginJob(), edm::EventProcessor::beginJob(), edm::SubProcess::beginJob(), edm::ParameterSwitch< T >::checkAndGetLabelsAndTypes_(), edm::Path::clearCounters(), edm::SubProcess::clearCounters(), edm::StreamSchedule::clearCounters(), edm::SubProcess::closeOutputFiles(), edm::EventProcessor::closeOutputFiles(), edm::Schedule::closeOutputFiles(), edm::SubProcess::doBeginStream(), edm::SubProcess::doEndStream(), edm::RootOutputTree::fillTTree(), edm::SubProcess::fixBranchIDListsForEDAliases(), edm::SubProcess::keepOnlyConsumedUnscheduledModules(), main(), edm::SubProcess::openOutputFiles(), edm::EventProcessor::openOutputFiles(), edm::Schedule::openOutputFiles(), edm::service::StallMonitor::postEndJob(), edm::EDLooperBase::prepareForNextLoop(), edm::ParameterSetDescription::print(), edm::ParameterSwitch< T >::printNestedContent_(), edm::WorkerManager::resetAll(), edm::eventsetup::EventSetupRecordProvider::resetRecordToProxyPointers(), edm::SubProcess::respondToCloseInputFile(), edm::EventProcessor::respondToCloseInputFile(), edm::Schedule::respondToCloseInputFile(), edm::SubProcess::respondToOpenInputFile(), edm::EventProcessor::respondToOpenInputFile(), edm::Schedule::respondToOpenInputFile(), edm::SubProcess::updateBranchIDListHelper(), edm::eventsetup::EventSetupRecordProvider::usePreferred(), edm::ConfigurationDescriptions::validate(), edm::ParameterSetDescription::validate(), edm::AllowedLabelsDescriptionBase::validate_(), edm::ParameterWildcard< ParameterSetDescription >::validate_(), edm::ParameterWildcard< std::vector< ParameterSet > >::validate_(), edm::ParameterSetDescription::writeCfi(), edm::ParameterDescription< std::vector< ParameterSet > >::writeCfi_(), edm::ConfigurationDescriptions::writeCfis(), and edm::writeParameterValue::writeVector().
Definition at line 40 of file JobReport.cc.
References MicroEventContent_cff::branch, boostedTaus_cff::doc, and f.
Referenced by print().
bool edm::FreshErrorsExist | ( | unsigned int | iStreamID | ) |
Definition at line 161 of file MessageSender.cc.
References cms::cuda::assert(), and errorSummaryMaps.
Referenced by HLTLogMonitorFilter::filter(), and edm::LogErrorHarvester::produce().
T const& edm::get | ( | ProcessBlock const & | processBlock, |
EDGetToken const & | token | ||
) |
Definition at line 218 of file ProcessBlock.h.
References patZpeak::handle, and unpackBuffers-CaloStage2::token.
T const& edm::get | ( | ProcessBlock const & | processBlock, |
EDGetTokenT< T > const & | token | ||
) |
Definition at line 226 of file ProcessBlock.h.
References patZpeak::handle, and unpackBuffers-CaloStage2::token.
Definition at line 375 of file Run.h.
References patZpeak::handle, and makeGlobalPositionRcd_cfg::tag.
T const& edm::get | ( | LuminosityBlock const & | event, |
InputTag const & | tag | ||
) |
Definition at line 378 of file LuminosityBlock.h.
References patZpeak::handle, and makeGlobalPositionRcd_cfg::tag.
T const& edm::get | ( | Run const & | event, |
EDGetToken const & | token | ||
) |
Definition at line 383 of file Run.h.
References patZpeak::handle, and unpackBuffers-CaloStage2::token.
T const& edm::get | ( | LuminosityBlock const & | event, |
EDGetToken const & | token | ||
) |
Definition at line 386 of file LuminosityBlock.h.
References patZpeak::handle, and unpackBuffers-CaloStage2::token.
T const& edm::get | ( | Run const & | event, |
EDGetTokenT< T > const & | token | ||
) |
Definition at line 391 of file Run.h.
References patZpeak::handle, and unpackBuffers-CaloStage2::token.
T const& edm::get | ( | LuminosityBlock const & | event, |
EDGetTokenT< T > const & | token | ||
) |
Definition at line 394 of file LuminosityBlock.h.
References patZpeak::handle, and unpackBuffers-CaloStage2::token.
Definition at line 680 of file Event.h.
References patZpeak::handle, and makeGlobalPositionRcd_cfg::tag.
Referenced by triggerExpression::Data::setEvent().
|
noexcept |
Definition at line 688 of file Event.h.
References patZpeak::handle, and unpackBuffers-CaloStage2::token.
|
noexcept |
constexpr T & edm::get_underlying | ( | propagate_const< T > & | iP | ) |
Definition at line 103 of file propagate_const.h.
References edm::propagate_const< T >::m_value.
Referenced by cms::cuda::copyAsync(), edm::SharedResourcesRegistry::createAcquirerForSourceDelayedReader(), edm::eventsetup::ESSourceInfo::finder(), get_underlying_safe(), edm::GlobalSchedule::GlobalSchedule(), edm::StreamSchedule::makePathStatusInserters(), edm::ConsumesCollector::operator=(), edm::ProducesCollector::operator=(), and edm::eventsetup::ESProducerInfo::provider().
constexpr T const & edm::get_underlying | ( | propagate_const< T > const & | iP | ) |
Definition at line 107 of file propagate_const.h.
References edm::propagate_const< T >::m_value.
constexpr std::decay_t< T > & edm::get_underlying | ( | propagate_const_array< T > & | iP | ) |
Definition at line 120 of file propagate_const_array.h.
References edm::propagate_const_array< T >::m_value.
constexpr std::decay_t< T > const & edm::get_underlying | ( | propagate_const_array< T > const & | iP | ) |
Definition at line 125 of file propagate_const_array.h.
References edm::propagate_const_array< T >::m_value.
constexpr std::shared_ptr<T>& edm::get_underlying_safe | ( | propagate_const< std::shared_ptr< T >> & | iP | ) |
Definition at line 41 of file get_underlying_safe.h.
References get_underlying().
Referenced by edm::eventsetup::EventSetupRecordProvider::addProxiesToRecordHelper(), edm::RootFile::branchChildren(), edm::ScheduleItems::branchIDListHelper(), edm::InputSource::branchIDListHelper(), edm::root::TFWLiteSelectorMembers::branchIDListHelper(), edm::SubProcess::branchIDListHelper(), edm::RootFile::branchIDListHelper(), edm::EventProcessor::branchIDListHelper(), SerializeDataBuffer::bufferPointer(), edm::ProcessBlock::commit_(), edm::LuminosityBlock::commit_(), edm::Run::commit_(), edm::Event::commit_aux(), XrdAdaptor::XrdStatisticsService::condorUpdate(), edm::WorkerT< T >::doClearModule(), edm::RootPrimaryFileSequence::duplicateChecker(), edm::service::RandomNumberGeneratorService::LabelAndEngine::engine(), edm::RootFile::eventProductProvenanceRetriever(), edm::eventsetup::EventSetupProvider::eventSetupForInstance(), edm::StreamerFileReader::eventSkipperByID(), edm::RootPrimaryFileSequence::eventSkipperByID(), XrdAdaptor::Source::fh(), edm::RootOutputFile::filePtr(), edm::RootFile::fillEventToProcessBlockIndexes(), edm::eventsetup::EventSetupRecordProvider::finder(), XrdAdaptor::ClientRequest::getCurrentSource(), edm::ModuleRegistry::getModule(), edm::ProcessDesc::getProcessPSet(), XrdAdaptor::XrdSiteStatisticsInformation::getStatisticsForSite(), edm::RootFile::indexIntoFileSharedPtr(), edm::EventProcessor::init(), HepMCFileReader::input(), edm::service::RandomNumberGeneratorService::ModuleIDToEngine::labelAndEngine(), edm::EventProcessor::looper(), edm::Schedule::moduleRegistry(), edm::value_ptr< edm::service::MessageLoggerDefaults >::operator->(), edm::JobReport::JobReportImpl::ost(), edm::RootOutputFile::pEventEntryInfoVector(), edm::ScheduleItems::preg(), edm::EventProcessor::preg(), edm::InputSource::processBlockHelper(), edm::ScheduleItems::processConfiguration(), edm::ProductRegistry::productLookup(), edm::VectorInputSource::productRegistry(), edm::InputSource::productRegistry(), edm::EventPrincipal::provRetrieverPtr(), edm::eventsetup::EventSetupRecordProvider::proxyProvider(), edm::RandomEngineSentry< T >::randomEngine(), edm::Principal::recombine(), edm::root::TFWLiteSelectorMembers::reg(), edm::storage::StorageAccountProxy::releaseStorage(), TStorageFactoryFile::releaseStorage(), edm::StreamSchedule::results(), edm::Schedule::resultsInserter(), edm::RootInputFileSequence::rootFile(), edm::RootFile::savedRunAuxiliary(), XrdAdaptor::ClientRequest::self_reference(), edm::service::SimpleMemoryCheck::smapsLineBuffer(), XrdAdaptor::Source::stats(), edm::ScheduleItems::subProcessParentageHelper(), edm::root::TFWLiteSelectorMembers::TFWLiteSelectorMembers(), edm::ScheduleItems::thinnedAssociationsHelper(), edm::InputSource::thinnedAssociationsHelper(), edm::root::TFWLiteSelectorMembers::thinnedAssociationsHelper(), edm::SubProcess::thinnedAssociationsHelper(), edm::EventProcessor::thinnedAssociationsHelper(), and edm::root::TFWLiteSelectorMembers::tree().
constexpr std::shared_ptr<T const> edm::get_underlying_safe | ( | propagate_const< std::shared_ptr< T >> const & | iP | ) |
Definition at line 45 of file get_underlying_safe.h.
References filterCSVwithJSON::copy, and get_underlying().
constexpr std::shared_ptr<T[]>& edm::get_underlying_safe | ( | propagate_const_array< std::shared_ptr< T[]>> & | iP | ) |
Definition at line 51 of file get_underlying_safe.h.
References get_underlying().
constexpr std::shared_ptr<T const []> edm::get_underlying_safe | ( | propagate_const_array< std::shared_ptr< T[]>> const & | iP | ) |
Definition at line 55 of file get_underlying_safe.h.
References filterCSVwithJSON::copy, and get_underlying().
constexpr T*& edm::get_underlying_safe | ( | propagate_const< T *> & | iP | ) |
Definition at line 62 of file get_underlying_safe.h.
References get_underlying().
constexpr T const* edm::get_underlying_safe | ( | propagate_const< T *> const & | iP | ) |
Definition at line 66 of file get_underlying_safe.h.
References filterCSVwithJSON::copy, and get_underlying().
constexpr T* edm::get_underlying_safe | ( | propagate_const_array< T[]> & | iP | ) |
Definition at line 72 of file get_underlying_safe.h.
References get_underlying().
constexpr T const* edm::get_underlying_safe | ( | propagate_const_array< T[]> const & | iP | ) |
Definition at line 76 of file get_underlying_safe.h.
References filterCSVwithJSON::copy, and get_underlying().
constexpr std::unique_ptr<T>& edm::get_underlying_safe | ( | propagate_const< std::unique_ptr< T >> & | iP | ) |
Definition at line 83 of file get_underlying_safe.h.
References get_underlying().
constexpr std::unique_ptr<T const> edm::get_underlying_safe | ( | propagate_const< std::unique_ptr< T >> const & | iP | ) |
Definition at line 88 of file get_underlying_safe.h.
References filterCSVwithJSON::copy, and get_underlying().
constexpr std::unique_ptr<T[]>& edm::get_underlying_safe | ( | propagate_const_array< std::unique_ptr< T[]>> & | iP | ) |
Definition at line 94 of file get_underlying_safe.h.
References get_underlying().
constexpr std::unique_ptr<T const []> edm::get_underlying_safe | ( | propagate_const_array< std::unique_ptr< T[]>> const & | iP | ) |
Definition at line 99 of file get_underlying_safe.h.
References filterCSVwithJSON::copy, and get_underlying().
std::vector< std::string > const & edm::getAllTriggerNames | ( | ) |
Definition at line 22 of file getAllTriggerNames.cc.
References edm::service::TriggerNamesService::getTrigPaths().
Referenced by edm::core::OutputModuleCore::doPreallocate_(), edm::core::OutputModuleCore::OutputModuleCore(), edm::StreamerOutputModuleCommon::serializeRegistry(), edm::StreamerOutputModuleCommon::StreamerOutputModuleCommon(), and edm::SubProcess::SubProcess().
|
inline |
Definition at line 9 of file getAnyPtr.h.
References hltrates_dqm_sourceclient-live_cfg::offset, and AlCaHLTBitMon_ParallelJobs::p.
|
inline |
Definition at line 8 of file GetEnvironmentVariable.h.
References hltPixelClustersMultiplicity_cfi::defaultValue, Skims_PA_cff::name, AlCaHLTBitMon_ParallelJobs::p, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by reco::ExpressionEvaluator::ExpressionEvaluator(), and reco::ExpressionEvaluator::~ExpressionEvaluator().
int edm::getFileFormatVersion | ( | ) |
Definition at line 4 of file GetFileFormatVersion.cc.
Referenced by edm::RootOutputFile::writeFileFormatVersion().
ParameterSet const & edm::getParameterSet | ( | ParameterSetID const & | id | ) |
Definition at line 862 of file ParameterSet.cc.
References Exception, edm::pset::Registry::instance(), edm::errors::LogicError, and mps_fire::result.
Referenced by edm::service::CondorStatusService::beginPost(), tmtt::TMTrackProducer::beginRun(), evf::EvFDaqDirector::checkMergeTypePSet(), evf::EvFDaqDirector::checkTransferSystemPSet(), edm::ParameterSetEntry::fillPSet(), edm::VParameterSetEntry::fillVPSet(), findBinOfMaximum(), edm::ParameterSet::getParameter(), getProcessParameterSetContainingModule(), edm::service::PrescaleService::postBeginJob(), tt::ProducerSetup::produce(), and edm::core::OutputModuleCore::setEventSelectionInfo().
|
inline |
Definition at line 7 of file GetPassID.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::DaqProvenanceHelper::daqInit(), edm::DelayedReaderThrowingSource::DelayedReaderThrowingSource(), edm::ScheduleItems::initMisc(), and edm::LHEProvenanceHelper::lheInit().
ParameterSet const & edm::getProcessParameterSetContainingModule | ( | ModuleDescription const & | moduleDescription | ) |
Definition at line 870 of file ParameterSet.cc.
References getParameterSet(), and edm::ModuleDescription::mainParameterSetID().
Referenced by SiStripDB2Tree::analyze(), HLTPrescaleRecorder::beginRun(), DQMEventInfo::bookHistograms(), ProbeTreeProducer::endJob(), and TagProbeFitTreeProducer::endJob().
ParameterSet const * edm::getProducerParameterSet | ( | Provenance const & | provenance, |
ProcessHistory const & | processHistory | ||
) |
Definition at line 16 of file getProducerParameterSet.cc.
References edm::Provenance::constBranchDescriptionPtr(), Exception, edm::pset::Registry::getMapped(), edm::ParameterSet::getParameterSet(), edm::pset::Registry::instance(), label, LaserDQM_cfg::process, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edmtest::TestFindProduct::analyze().
Definition at line 37 of file RefCoreGet.h.
References runTheMatrix::const, edm::RefCore::isTransient(), edm::RefCore::nullPointerForTransientException(), AlCaHLTBitMon_ParallelJobs::p, edm::refcoreimpl::productGetter(), edm::RefCore::productGetter(), and edm::RefCore::productPtr().
|
inline |
Definition at line 305 of file Principal.h.
References SiStripBadComponentsDQMServiceTemplate_cfg::ep, PROD, mps_fire::result, makeGlobalPositionRcd_cfg::tag, and edm::handleimpl::throwConvertTypeError().
|
inline |
Definition at line 71 of file RefCoreGet.h.
References edm::RefCore::isTransient(), and edm::RefCore::nullPointerForTransientException().
std::unique_ptr< edm::ParameterSet > edm::getPSetFromConfig | ( | const std::string & | config | ) |
Definition at line 5 of file ParameterSetReader.cc.
References PyBind11ProcessDesc::parameterSet().
helper::MatcherGetRef<C>::ref_type edm::getRef | ( | const Handle< C > & | c, |
size_t | k | ||
) |
Definition at line 28 of file getRef.h.
References HltBtagPostValidation_cff::c, edm::helper::MatcherGetRef< C >::getRef(), and dqmdumpme::k.
Referenced by edm::reftobase::Holder< T, REF >::isEqualTo(), edm::reftobase::RefHolder< REF >::isEqualTo(), reco::modules::MatcherBase< C1, C2, M >::produce(), HLTScoutingMuonProducer::produce(), HLTScoutingEgammaProducer::produce(), and AssociatedVariableCollectionSelector< InputCollection, VarCollection, Selector, OutputCollection, StoreContainer, RefAdder >::select().
|
inline |
Definition at line 86 of file RefItemGet.h.
References edm::refitem::GetRefPtrImpl< C, T, F, KEY >::getRefPtr_().
std::string edm::getReleaseVersion | ( | ) |
Definition at line 7 of file GetReleaseVersion.cc.
References AlCaHLTBitMon_QueryRunRegistry::string, and STRINGIFY.
Referenced by DQMEventInfo::bookHistograms(), DQMProvInfo::bookHistogramsProvInfo(), edm::DaqProvenanceHelper::daqInit(), DQMHarvestingMetadata::dqmEndRun(), edm::storage::StatisticsSenderService::fillUDP(), HcalLaserEventFilter::HcalLaserEventFilter(), edm::ScheduleItems::initMisc(), edm::LHEProvenanceHelper::lheInit(), DQMFileSaver::saveForOffline(), edm::StreamerOutputModuleCommon::serializeRegistry(), HLXMonitor::SetupEventInfo(), TauTagValidation::TauTagValidation(), and TrackParameterAnalyzer::TrackParameterAnalyzer().
TClass * edm::getTClass | ( | const std::type_info & | ti | ) |
Definition at line 63 of file ClassFiller.cc.
Referenced by edm::StreamerInputSource::deserializeRegistry(), dumpInitVerbose(), and edm::StreamSerializer::serializeRegistry().
|
inline |
Definition at line 116 of file RefCoreGet.h.
References edm::RefCore::isTransient(), crabWrapper::key, and edm::RefCore::nullPointerForTransientException().
std::string edm::getUuid | ( | TTree * | uuidTree | ) |
Definition at line 100 of file CollUtil.cc.
References edm::FileID::fid(), and edm::poolNames::fileIdentifierBranchName().
|
inline |
Definition at line 8 of file getWrapperBasePtr.h.
References hltrates_dqm_sourceclient-live_cfg::offset, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by edm::RootFile::dropOnInputAndReorder(), edm::RootOutputFile::fillBranches(), and edm::RootDelayedReader::getProduct_().
std::string edm::glob2reg | ( | std::string const & | pattern | ) |
Definition at line 19 of file RegexMatch.cc.
References topSingleLeptonDQM_PU_cfi::pattern, fetchall_from_DQM_v2::regexp, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by L1TdeStage2uGT::analyze(), triggerExpression::L1uGTReader::init(), HLTConfigProvider::matched(), regexMatch(), and TriggerResultsFilter::TriggerResultsFilter().
void edm::GroupLogStatistics | ( | std::string_view | category | ) |
Definition at line 49 of file MessageLogger.cc.
References validateAlignments::category, edm::MessageLoggerQ::MLqGRP(), and AlCaHLTBitMon_QueryRunRegistry::string.
void edm::HaltMessageLogging | ( | ) |
bool edm::hasDictionary | ( | std::type_info const & | ti | ) |
Definition at line 809 of file TypeWithDict.cc.
Referenced by checkClassDictionaries(), pat::UserData::checkDictionaries(), checkDictionary(), fwlite::Record::get(), and edm::service::InitRootHandlers::InitRootHandlers().
|
inline |
Definition at line 25 of file hash_combine.h.
References fileCollector::seed, and heppy_batch::val.
Referenced by hash_combine(), and hash_value().
|
inline |
Definition at line 30 of file hash_combine.h.
References writedatasetfile::args, hash_combine(), fileCollector::seed, and heppy_batch::val.
|
inline |
Definition at line 36 of file hash_combine.h.
References writedatasetfile::args, hash_combine(), and fileCollector::seed.
Referenced by UniqueSimTrackIdHash::operator()(), edm::StdPairHasher::operator()(), and edm::CompactEventAuxiliaryVector::ExtraHash::operator()().
|
inline |
Definition at line 91 of file HRRealTime.h.
void edm::insertSelectedProcesses | ( | BranchDescription const & | desc, |
std::set< std::string > & | processes, | ||
std::set< std::string > & | processesWithKeptProcessBlockProducts | ||
) |
Definition at line 15 of file insertSelectedProcesses.cc.
References edm::TypeWithDict::byName(), submitPVResolutionJobs::desc, edm::TypeWithDict::getClass(), InProcess, InRun, hltrates_dqm_sourceclient-live_cfg::offset, AlCaHLTBitMon_ParallelJobs::p, and dqmiodatasetharvest::processes.
Referenced by edm::core::OutputModuleCore::selectProducts().
void edm::installCustomHandler | ( | int | signum, |
CFUNC | func | ||
) |
Definition at line 93 of file UnixSignalHandlers.cc.
References disableAllSigs(), disableRTSigs(), EcalMonitorTask_cff::func, installSig(), and reenableSigs().
Referenced by edm::service::InitRootHandlers::InitRootHandlers(), and edm::service::UnixSignalService::UnixSignalService().
void edm::installSig | ( | int | signum, |
CFUNC | func | ||
) |
Definition at line 105 of file UnixSignalHandlers.cc.
References EcalMonitorTask_cff::func, and MUST_BE_ZERO.
Referenced by installCustomHandler().
bool edm::is_glob | ( | std::string const & | pattern | ) |
Definition at line 17 of file RegexMatch.cc.
References topSingleLeptonDQM_PU_cfi::pattern.
Referenced by L1TdeStage2uGT::analyze(), triggerExpression::L1uGTReader::init(), triggerExpression::PathReader::init(), HLTHighLevel::init(), TriggerTools::initPathNames(), edm::EventSelector::initPathNames(), and hltdqm::passTrig().
bool edm::isAncestor | ( | ProcessHistory const & | a, |
ProcessHistory const & | b | ||
) |
Definition at line 53 of file ProcessHistory.cc.
Referenced by JetMatchingEWKFxFx::doVetoStep(), and isDescendant().
bool edm::isDebugEnabled | ( | ) |
Definition at line 12 of file MessageLogger.cc.
References edm::MessageDrop::debugAlwaysSuppressed, and edm::MessageDrop::instance().
Referenced by SiStripQualityHotStripIdentifier::algoAnalyze(), FedChannelConnection::apvPairNumberDebug(), L1GtTriggerMenuLiteProducer::beginRunProduce(), CommissioningHistosUsingDb::buildDetInfo(), JetPlusTrackCorrector::calculateCorr(), SiStripEventSummary::commissioningInfo(), sistrip::SpyUnpacker::createDigis(), sistrip::RawToDigiUnpacker::createDigis(), sistrip::DigiToRaw::createFedBuffers_(), sistrip::DigiToRaw::DigiToRaw(), sistrip::DigiToRawModule::DigiToRawModule(), SiStripBadAPVAlgorithmFromClusterOccupancy::extractBadAPVs(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::extractBadAPVSandStrips(), SiStripHotStripAlgorithmFromClusterOccupancy::extractBadStrips(), sistrip::SpyUtilities::extractFrameInfo(), BSCTrigger::getBSCNum(), HLTMuonL1TFilter::hltFilter(), HLTMuonL1RegionalFilter::hltFilter(), HLTMuonL1TRegionalFilter::hltFilter(), HLTMuonTrackMassFilter::hltFilter(), HLTMuonL2FromL1TPreFilter::hltFilter(), HLTMuonL2PreFilter::hltFilter(), HLTMuonL1Filter::hltFilter(), HLTMuonL1RegionalFilter::HLTMuonL1RegionalFilter(), HLTMuonL1TFilter::HLTMuonL1TFilter(), HLTMuonL1TRegionalFilter::HLTMuonL1TRegionalFilter(), HLTMuonL2FromL1TPreFilter::HLTMuonL2FromL1TPreFilter(), HLTMuonL2PreFilter::HLTMuonL2PreFilter(), FedChannelConnection::i2cAddr(), SiStripFedZeroSuppression::isAValidDigi(), SiStripHotStripAlgorithmFromClusterOccupancy::iterativeSearch(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::iterativeSearch(), JetPlusTrackCorrector::jtaUsingEventData(), L1GtRsObjectKeysOnlineProd::keyL1GtPrescaleFactorsAlgoTrig(), L1GtRsObjectKeysOnlineProd::keyL1GtPrescaleFactorsTechTrig(), L1GtRsObjectKeysOnlineProd::keyL1GtTriggerMaskAlgoTrig(), L1GtRsObjectKeysOnlineProd::keyL1GtTriggerMaskTechTrig(), L1GtRsObjectKeysOnlineProd::keyL1GtTriggerMaskVetoTechTrig(), L1GetHistLimits::l1HistLimits(), FedChannelConnection::lldChannel(), sistrip::RawToDigiUnpacker::locateStartOfFedBuffer(), jpt::Map::Map(), JetPlusTrackCorrector::matchTracks(), L1GtParametersConfigOnlineProd::newObject(), L1GtPrescaleFactorsAlgoTrigConfigOnlineProd::newObject(), L1GtPrescaleFactorsTechTrigConfigOnlineProd::newObject(), L1GtTriggerMaskAlgoTrigConfigOnlineProd::newObject(), L1GtTriggerMaskTechTrigConfigOnlineProd::newObject(), L1GtTriggerMaskVetoTechTrigConfigOnlineProd::newObject(), L1GtPsbSetupConfigOnlineProd::newObject(), L1GtTriggerMenuConfigOnlineProd::newObject(), l1t::TriggerMenuParser::parseAlgorithm(), l1t::TriggerMenuParser::parseCalo(), L1GtTriggerMenuXmlParser::parseCalo(), l1t::TriggerMenuParser::parseCaloCorr(), L1GtTriggerMenuXmlParser::parseCastor(), l1t::TriggerMenuParser::parseCorrelation(), L1GtTriggerMenuXmlParser::parseCorrelation(), l1t::TriggerMenuParser::parseCorrelationThreeBody(), l1t::TriggerMenuParser::parseCorrelationWithOverlapRemoval(), l1t::TriggerMenuParser::parseEnergySum(), L1GtTriggerMenuXmlParser::parseEnergySum(), l1t::TriggerMenuParser::parseEnergySumCorr(), L1GtTriggerMenuXmlParser::parseHfBitCounts(), L1GtTriggerMenuXmlParser::parseHfRingEtSums(), L1GtTriggerMenuXmlParser::parseJetCounts(), l1t::TriggerMenuParser::parseMuon(), L1GtTriggerMenuXmlParser::parseMuon(), l1t::TriggerMenuParser::parseMuonCorr(), l1t::TriggerMenuParser::parseMuonShower(), jpt::Efficiency::print(), QuarkoniaTrackSelector::produce(), sistrip::DigiToRawModule::produce(), BSCTrigger::produce(), L1GlobalTriggerRecordProducer::produce(), TriggerSummaryProducerAOD::produce(), sistrip::RawToDigiModule::RawToDigiModule(), sistrip::RawToDigiUnpacker::RawToDigiUnpacker(), SiStripHotStripAlgorithmFromClusterOccupancy::setNumberOfEvents(), sistrip::SpyDigiConverterModule::SpyDigiConverterModule(), sistrip::SpyUnpacker::SpyUnpacker(), sistrip::SpyUnpackerModule::SpyUnpackerModule(), SiStripFedZeroSuppression::suppress(), sistrip::RawToDigiUnpacker::triggerFed(), L1GtfeExtWord::unpack(), L1GtfeWord::unpack(), L1TcsWord::unpack(), L1GtFdlWord::unpack(), L1GlobalTriggerEvmRawToDigi::unpackHeader(), DaqScopeModeHistosUsingDb::update(), PedsFullNoiseHistosUsingDb::update(), PedestalsHistosUsingDb::update(), ApvTimingHistosUsingDb::update(), sistrip::RawToDigiModule::updateCabling(), sistrip::RawToDigiUnpacker::updateEventSummary(), L1GtTriggerMenuXmlParser::workAlgorithm(), L1GtTriggerMenuXmlParser::workTechTrigger(), L1GtPatternWriter::writePatterns(), sistrip::DigiToRaw::~DigiToRaw(), sistrip::DigiToRawModule::~DigiToRawModule(), sistrip::RawToDigiModule::~RawToDigiModule(), sistrip::RawToDigiUnpacker::~RawToDigiUnpacker(), sistrip::SpyDigiConverterModule::~SpyDigiConverterModule(), sistrip::SpyUnpacker::~SpyUnpacker(), and sistrip::SpyUnpackerModule::~SpyUnpackerModule().
|
inline |
Definition at line 114 of file ProcessHistory.h.
References a, b, and isAncestor().
constexpr bool edm::isEndTransition | ( | Transition | iValue | ) |
Definition at line 37 of file Transition.h.
References EndLuminosityBlock, EndProcessBlock, EndRun, and or.
Referenced by edm::ProductRegistryHelper::addToRegistry(), edm::ProcessBlock::commit_(), edm::LuminosityBlock::commit_(), and edm::Run::commit_().
bool edm::isErrorEnabled | ( | ) |
Definition at line 28 of file MessageLogger.cc.
References edm::MessageDrop::errorEnabled, and edm::MessageDrop::instance().
constexpr bool edm::isFinite | ( | T | x | ) |
Referenced by JetTagPlotter::analyzeTag(), btagbtvdeep::SeedingTrackInfoBuilder::buildSeedingTrackInfo(), ECAL2DPositionCalcWithDepthCorr::calculateAndSetPositionActual(), btagbtvdeep::SortingClass< T >::compare(), SuperClusterHelper::computeLocalCovariances(), reco::EcalClustersGraph::computeShowerShapes(), GEDPhotonProducer::fillPhotonCollection(), TrackingTruthAccumulator::fillSimHits(), PuppiContainer::getRawAlphas(), PuppiContainer::getRMSAvg(), EGammaMvaEleEstimator::IDIsoCombinedMvaValue(), PuppiContainer::initialize(), SiPixelTemplate2D::interpolate(), SiPixelTemplate::interpolate(), mkfit::isFinite(), isFinite(), isNotFinite(), EGammaMvaEleEstimatorCSA14::mvaValue(), EGammaMvaEleEstimator::mvaValue(), TracksClusteringFromDisplacedSeed::nearTracks(), reco::tau::PFRecoTauEnergyAlgorithmPlugin::operator()(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce(), PuppiContainer::puppiWeights(), TrackVertexArbitration< VTX >::trackVertexArbitrator(), and svhelper::updateVertexTime().
constexpr bool edm::isFinite | ( | float | x | ) |
Definition at line 14 of file isFinite.h.
References ztail::d, cmsLHEtoEOSManager::l, gpuClustering::pixelStatus::mask, findQualityFiles::v, and x.
constexpr bool edm::isFinite | ( | double | x | ) |
Definition at line 24 of file isFinite.h.
References ztail::d, cmsLHEtoEOSManager::l, L1DTConfigBti_cff::LL, gpuClustering::pixelStatus::mask, findQualityFiles::v, and x.
constexpr bool edm::isFinite | ( | long double | x | ) |
bool edm::isFwkInfoEnabled | ( | ) |
Definition at line 20 of file MessageLogger.cc.
References edm::MessageDrop::fwkInfoAlwaysSuppressed, and edm::MessageDrop::instance().
Referenced by edm::InputSource::issueReports().
bool edm::isInfoEnabled | ( | ) |
Definition at line 16 of file MessageLogger.cc.
References edm::MessageDrop::infoAlwaysSuppressed, and edm::MessageDrop::instance().
bool edm::isMessageProcessingSetUp | ( | ) |
Definition at line 42 of file MessageLogger.cc.
References edm::MessageDrop::instance(), and MLSCRIBE_RUNNING_INDICATOR.
constexpr bool edm::isNotFinite | ( | T | x | ) |
Definition at line 9 of file isFinite.h.
References isFinite(), and x.
Referenced by HcalSiPMHitResponse::add(), EcalHitResponse::add(), CaloHitResponse::add(), EcalTimeMapDigitizer::add(), ElectronCalibration::analyze(), Vx3DHLTAnalyzer::analyze(), ElectronCalibrationUniv::analyze(), JetTagPlotter::analyzeTag(), TrackDetectorAssociator::associate(), EGammaMvaEleEstimatorCSA14::bindVariables(), EGammaMvaEleEstimator::bindVariables(), TotemT2RecHitProducerAlgorithm::build(), CTPPSDiamondRecHitProducerAlgorithm::build(), TransientTrackBuilder::build(), DetIdAssociator::buildMap(), BoostedDoubleSVProducer::calcNsubjettiness(), TwoTrackMinimumDistanceHelixHelix::calculate(), GsfVertexWeightCalculator::calculate(), Cluster3DPCACalculator::calculateAndSetPositionActual(), Basic2DGenericPFlowPositionCalc::calculateAndSetPositionActual(), ApeEstimatorSummary::calculateApe(), GsfElectronAlgo::calculateShowerShape(), PhotonEnergyCalibrator::calibrate(), ElectronEnergyCalibrator::calibrate(), btagbtvdeep::catch_infs(), PrimaryVertexAssignment::chargedHadronVertex(), DeepTauId::checkInputs(), L2TauNNProducer::checknan(), TwoBodyDecayEstimator::checkValues(), HcalPulseShapes::convolve(), Qjets::d_ij(), HLTScalersClient::endLuminosityBlock(), FitterFuncs::PulseShapeFunctor::EvalPulseM2(), MagGeometry::fieldInTesla(), EcalRegressionData::fill(), DAClusterizerInZ_vect::fill(), DAClusterizerInZT_vect::fill(), AlignmentExtendedCorrelationsStore::fillCovariance(), AlignmentExtendedCorrelationsStore::fillCovarianceT(), MatrixFillMap::fillEBMap(), MatrixFillMap::fillEEMap(), ClusterFillMap::fillMap(), DivisiveVertexFinder::findVertexes(), DivisiveVertexFinder::findVertexesAlt(), BSFitter::Fit(), KFTrajectoryFitter::fitOne(), SplitVertexResolution::fitResiduals(), FitterFuncs::PulseShapeFunctor::funcShape(), SCEnergyCorrectorSemiParm::getRegDataECALV1(), SequentialVertexFitter< 5 >::hasNan(), ConversionFastHelix::helixStateAtVertex(), CAHitTripletGenerator::hitNtuplets(), CAHitQuadrupletGenerator::hitNtuplets(), MultiHitGeneratorFromChi2::hitSets(), cms::SubEventGenJetProducer::inputTowers(), HiPuRhoProducer::inputTowers(), VirtualJetProducer::inputTowers(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::inspectTrack(), GlobalTrackQualityProducer::kink(), fftjetcms::FFTJetInterface::loadInputCollection(), OptOCOPS::makeMeasurement(), Vx3DHLTAnalyzer::MyFit(), SensitiveDetector::NaNTrap(), CaloSteppingAction::NaNTrap(), reco::mlpf::normalize(), reco::InverseCrosstalkMatrix::operator()(), TtHadLRSignalSelObservables::operator()(), TtSemiLRSignalSelObservables::operator()(), HelixForwardPlaneCrossing::pathLength(), StraightLinePlaneCrossing::pathLength(), EcalUncalibRecHitFixedAlphaBetaAlgo< EBDataFrame >::PerformAnalyticFit(), pat::PATPhotonSlimmer::produce(), TrackFromPackedCandidateProducer::produce(), ShiftedParticleProducer::produce(), ShiftedParticleProducerT< T >::produce(), PhotonIDValueMapProducer::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), pat::PackedCandidate::pseudoPosDefTrack(), CTPPSFastTrackingProducer::ReconstructArm(), IMACalibBlock::riempiMtr(), IMACalibBlock::riempiVtr(), EcalHitResponse::run(), PVFitter::runFitter(), PrimaryVertexSorting::score(), CTPPSFastTrackingProducer::SearchTrack(), SeedGeneratorForCosmics::seeds(), SimpleCosmicBONSeeder::seeds(), HelixArbitraryPlaneCrossing2Order::solutionByDirection(), ConversionFastHelix::straightLineStateAtVertex(), TrackWithVertexSelector::testVertices(), TrackingNtuple::tpHitIndexListLessSort(), KinematicConstrainedVertexUpdator::update(), DAClusterizerInZ_vect::update(), DAClusterizerInZT_vect::update(), PrimaryVertexMonitor::vertexPlots(), DAClusterizerInZ_vect::vertices(), DAClusterizerInZT_vect::vertices(), GeometricAnnealing::weight(), DeterministicAnnealing::weight(), and VirtualJetProducer::writeJets().
bool edm::isSameEvent | ( | EventAuxiliary const & | a, |
EventAuxiliary const & | b | ||
) |
|
inline |
Definition at line 205 of file EventPrincipal.h.
References a, b, and isSameEvent().
|
inline |
Definition at line 116 of file RefItemGet.h.
References edm::refitem::IsThinnedAvailableImpl< C, KEY >::isThinnedAvailable_().
bool edm::isTransientEqual | ( | ParameterSet const & | a, |
ParameterSet const & | b | ||
) |
Definition at line 777 of file ParameterSet.cc.
References a, b, MillePedeFileConverter_cfg::e, f, mps_fire::i, gpuVertexFinder::iv, dqmiolumiharvest::j, dqmdumpme::k, and Pi.
Referenced by edm::eventsetup::EventSetupsController::getESProducerAndRegisterProcess(), edm::eventsetup::EventSetupsController::getESSourceAndRegisterProcess(), and operator==().
bool edm::isValidGlobalIdentifier | ( | std::string const & | guid | ) |
Definition at line 10 of file GlobalIdentifier.cc.
References edm::Guid::isValidString().
Referenced by edm::RootOutputFile::RootOutputFile().
bool edm::isWarningEnabled | ( | ) |
Definition at line 24 of file MessageLogger.cc.
References edm::MessageDrop::instance(), and edm::MessageDrop::warningAlwaysSuppressed.
Referenced by L1GlobalTriggerPSB::receiveGctObjectData(), and L1GlobalTriggerPSB::receiveTechnicalTriggers().
bool edm::iterateTrieLeaves | ( | V & | v, |
TrieNode< T > const & | n, | ||
std::string const & | label = "" |
||
) |
visits only leaf nodes
Definition at line 267 of file Trie.h.
References MillePedeFileConverter_cfg::e, label, dqmiodumpmetadata::n, AlCaHLTBitMon_ParallelJobs::p, and findQualityFiles::v.
|
static |
bool edm::lessThan | ( | LuminosityBlockRange const & | lh, |
LuminosityBlockRange const & | rh | ||
) |
Definition at line 64 of file LuminosityBlockRange.cc.
References mathSSE::lh, and edm::LuminosityBlockRange::startLumiID().
bool edm::lessThan | ( | EventRange const & | lh, |
EventRange const & | rh | ||
) |
Definition at line 64 of file EventRange.cc.
References cms::cuda::assert(), mathSSE::lh, edm::EventRange::startEventID(), and edm::EventRange::startLumi().
Referenced by distinct(), and edm::EventSkipperByID::skipIt().
bool edm::lessThanSpecial | ( | EventRange const & | lh, |
EventRange const & | rh | ||
) |
Definition at line 56 of file EventRange.cc.
References mathSSE::lh, edm::EventRange::startEventID(), and edm::EventRange::startLumi().
Referenced by edm::EventSkipperByID::skipIt().
bool edm::loadCap | ( | const std::string & | name, |
std::vector< std::string > & | missingDictionaries | ||
) |
Definition at line 16 of file ClassFiller.cc.
References edm::TypeWithDict::byName(), checkClassDictionaries(), FDEBUG, and Skims_PA_cff::name.
Referenced by edm::StreamerInputSource::declareStreamers(), and loadExtraClasses().
void edm::loadExtraClasses | ( | ) |
Definition at line 33 of file ClassFiller.cc.
References visDQMUpload::context, fileCollector::done, loadCap(), AlCaHLTBitMon_QueryRunRegistry::string, and throwMissingDictionariesException().
Referenced by edm::StreamerInputSource::mergeIntoRegistry().
std::vector< ErrorSummaryEntry > edm::LoggedErrorsOnlySummary | ( | unsigned int | iStreamID | ) |
Definition at line 189 of file MessageSender.cc.
References cms::cuda::assert(), MillePedeFileConverter_cfg::e, ELerror, errorSummaryMaps, mps_fire::i, crabWrapper::key, jetUpdater_cfi::sort, and findQualityFiles::v.
std::vector< ErrorSummaryEntry > edm::LoggedErrorsSummary | ( | unsigned int | iStreamID | ) |
Definition at line 166 of file MessageSender.cc.
References cms::cuda::assert(), MillePedeFileConverter_cfg::e, errorSummaryMaps, mps_fire::i, crabWrapper::key, jetUpdater_cfi::sort, and findQualityFiles::v.
Referenced by HLTLogMonitorFilter::filter(), and edm::LogErrorHarvester::produce().
void edm::LogStatistics | ( | ) |
void edm::longBranchPrint | ( | TTree * | tr | ) |
|
inline |
wrappers for std::lower_bound
Definition at line 69 of file Algorithms.h.
References ztail::d, pfDeepBoostedJetPreprocessParams_cfi::lower_bound, and alignCSCRings::s.
Referenced by edm::RootFile::fillEventHistory(), edm::FileIndex::findEventEntryPosition(), and edm::FileIndex::findPosition().
|
inline |
Definition at line 74 of file Algorithms.h.
References ztail::d, pfDeepBoostedJetPreprocessParams_cfi::lower_bound, and alignCSCRings::s.
|
inline |
Definition at line 79 of file Algorithms.h.
References ztail::d, pfDeepBoostedJetPreprocessParams_cfi::lower_bound, AlCaHLTBitMon_ParallelJobs::p, and alignCSCRings::s.
|
inline |
Definition at line 86 of file Algorithms.h.
References ztail::d, pfDeepBoostedJetPreprocessParams_cfi::lower_bound, AlCaHLTBitMon_ParallelJobs::p, and alignCSCRings::s.
FunctorTask<F>* edm::make_functor_task | ( | F | f | ) |
Definition at line 44 of file FunctorTask.h.
References f, and eostools::move().
Referenced by edm::DelayedReaderInputProductResolver::prefetchAsync_(), and edm::StreamSchedule::processOneStreamAsync().
auto edm::make_lambda_with_holder | ( | WaitingTaskWithArenaHolder | h, |
F && | f | ||
) |
Definition at line 93 of file WaitingTaskWithArenaHolder.h.
References f, EcalMonitorTask_cff::func, h, and eostools::move().
Referenced by make_waiting_task_with_holder().
NOTE: if iObject is null, then iFunc will not be called.
Definition at line 30 of file make_sentry.h.
Referenced by edm::DelayedReaderInputProductResolver::resolveProduct_(), edm::OutputModuleCommunicatorT< T >::writeLumiAsync(), edm::OutputModuleCommunicatorT< T >::writeProcessBlockAsync(), and edm::OutputModuleCommunicatorT< T >::writeRunAsync().
std::shared_ptr<T> edm::make_shared_noexcept_false | ( | Args &&... | args | ) |
FunctorWaitingTask<F>* edm::make_waiting_task | ( | F | f | ) |
Definition at line 92 of file WaitingTask.h.
References f, and eostools::move().
Referenced by edm::EventProcessor::beginRunAsync(), edm::Worker::doTransformAsync(), edm::Worker::doWorkAsync(), edm::Worker::doWorkNoPrefetchingAsync(), edm::EventProcessor::handleNextEventForStreamAsync(), edm::waiting_task::detail::WaitingTaskChain< U >::lastTask(), edm::waiting_task::detail::WaitingTaskChain< U, T... >::lastTask(), edm::waiting_task::detail::WaitingTaskChain< Conditional< U >, T... >::lastTask(), make_waiting_task_with_holder(), edm::eventsetup::Callback< T, TFunc, TReturn, TRecord, TDecorator >::prefetchAsync(), edm::UnscheduledProductResolver::prefetchAsync_(), edm::TransformingProductResolver::prefetchAsync_(), edm::SwitchProducerProductResolver::prefetchAsync_(), edm::SwitchAliasProductResolver::prefetchAsync_(), edm::Worker::prePrefetchSelectionAsync(), edm::StreamSchedule::processOneEventAsync(), edm::GlobalSchedule::processOneGlobalAsync(), edm::StreamSchedule::processOneStreamAsync(), edm::waiting_task::detail::WaitingTaskChain< U, T... >::runLast(), edm::waiting_task::detail::WaitingTaskChain< Conditional< U >, T... >::runLast(), edm::Path::runNextWorkerAsync(), edm::eventsetup::EventSetupRecordIOVQueue::startNewIOVAsync(), edm::EventProcessor::streamEndLumiAsync(), edm::EventProcessor::streamEndRunAsync(), and edm::TransformerBase::transformImpAsync().
auto edm::make_waiting_task_with_holder | ( | WaitingTaskWithArenaHolder | h, |
F && | f | ||
) |
Definition at line 104 of file WaitingTaskWithArenaHolder.h.
References f, EcalMonitorTask_cff::func, h, make_lambda_with_holder(), and make_waiting_task().
Referenced by cms::cuda::impl::ScopedContextHolderHelper::pushNextTask(), and cms::alpakatools::impl::ScopedContextHolderHelper::pushNextTask().
AssociativeIterator<KeyRefType, AC, edm::EventItemGetter<KeyRefType, EventType> > edm::makeAssociativeIterator | ( | const AC & | map, |
const EventType & | event | ||
) |
Definition at line 247 of file AssociativeIterator.h.
References genParticles_cff::map.
std::vector< ProcessIndex > edm::makeBranchListIndexToProcessIndex | ( | BranchListIndexes const & | branchListIndexes | ) |
Definition at line 7 of file branchIDToProductID.cc.
References SiStripPI::max.
Referenced by ProvenanceDumper::makeBranchIDListHelper(), and edm::EventPrincipal::updateBranchListIndexes().
std::shared_ptr<ESHandleExceptionFactory> edm::makeESHandleExceptionFactory | ( | T && | iFunctor | ) |
Definition at line 41 of file FunctorESHandleExceptionFactory.h.
References eostools::move().
Referenced by edm::eventsetup::EventSetupRecord::getHandleImpl< edm::ESHandle, fwliteeswriter::DummyType, fwliteeswriter::FWLWEventSetupRecord >(), edm::eventsetup::EventSetupRecordImpl::getImplementation(), edm::eventsetup::EventSetupRecord::invalidTokenHandle(), and edm::eventsetup::EventSetupRecord::noProxyHandle().
|
noexcept |
Take a handle (e.g. edm::ESHandle<T>) and create a edm::ESValidHandle<T>. If the argument is an invalid handle, an exception will be thrown.
Definition at line 68 of file ESValidHandle.h.
References edm::esvhhelper::throwIfNotValid().
std::shared_ptr<HandleExceptionFactory> edm::makeHandleExceptionFactory | ( | T && | iFunctor | ) |
Definition at line 45 of file FunctorHandleExceptionFactory.h.
References eostools::move().
Referenced by edm::Event::get(), edm::Principal::getByLabel(), fwlite::LuminosityBlockBase::getByLabelImpl(), fwlite::RunBase::getByLabelImpl(), fwlite::EventBase::getByLabelImpl(), edm::EventPrincipal::getByProductID(), fwlite::EventBase::getByTokenImpl(), fwlite::EventBase::getImpl(), and edm::PrincipalGetAdapter::makeFailToGetException().
std::unique_ptr<InputSource> edm::makeInput | ( | unsigned int | moduleIndex, |
ParameterSet & | params, | ||
CommonParams const & | common, | ||
std::shared_ptr< ProductRegistry > | preg, | ||
std::shared_ptr< BranchIDListHelper > | branchIDListHelper, | ||
std::shared_ptr< ProcessBlockHelper > const & | processBlockHelper, | ||
std::shared_ptr< ThinnedAssociationsHelper > | thinnedAssociationsHelper, | ||
std::shared_ptr< ActivityRegistry > | areg, | ||
std::shared_ptr< ProcessConfiguration const > | processConfiguration, | ||
PreallocationConfiguration const & | allocations | ||
) |
Definition at line 119 of file EventProcessor.cc.
References cms::Exception::addContext(), edm::errors::Configuration, beamerCreator::create(), Exception, trigObjTnPSource_cfi::filler, edm::InputSourceFactory::get(), get, edm::ParameterSet::getParameter(), edm::ParameterSet::id(), input, edm::InputSourceFactory::makeInputSource(), submitPVValidationJobs::params, edm::ParameterSet::registerIt(), AlCaHLTBitMon_QueryRunRegistry::string, and edm::convertException::wrap().
Referenced by edm::EventProcessor::init().
std::unique_ptr< edm::ModuleTypeResolverMaker const > edm::makeModuleTypeResolverMaker | ( | edm::ParameterSet const & | pset | ) |
Definition at line 8 of file makeModuleTypeResolverMaker.cc.
References get, Skims_PA_cff::name, muonDTDigis_cfi::pset, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::test::TestProcessor::TestProcessor().
|
static |
Definition at line 53 of file Principal.cc.
References cppFunctionSkipper::exception, instance, label, LaserDQM_cfg::process, PRODUCT_TYPE, and edm::errors::ProductNotFound.
Referenced by edm::Principal::getByLabel().
void edm::makeParameterSets | ( | std::string const & | configtext, |
std::unique_ptr< ParameterSet > & | main | ||
) |
essentially the same as the previous method
Definition at line 19 of file ParameterSetReader.cc.
References edm::cmspybind11::makeParameterSets(), and PyBind11ProcessDesc::parameterSet().
Referenced by makeParameterSets().
|
inline |
Definition at line 418 of file DetSetVector.h.
References edm::errors::InvalidReference, and edm::Exception::throwThis().
Referenced by makeRefToDetSetVector(), tt::StubAssociator::produce(), trackerDTC::ProducerED::produce(), and TTClusterBuilder< T >::RetrieveRawHits().
RefToBaseProd<T> edm::makeRefToBaseProdFrom | ( | RefToBase< T > const & | iRef, |
Event const & | iEvent | ||
) |
Definition at line 34 of file makeRefToBaseProdFrom.h.
References edm::RefToBase< T >::id(), and iEvent.
Referenced by BTagPerformanceAnalyzerMC::getJetWithFlavour(), helper::MasterCollection< edm::View< T > >::MasterCollection(), ConeIsolation::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), edmtest::AssociationMapProducer::produce(), DeepFlavourONNXJetTagsProducer::produce(), ParticleNetSonicJetTagsProducer::produce(), DeepCombinedONNXJetTagsProducer::produce(), DeepVertexONNXJetTagsProducer::produce(), DeepDoubleXONNXJetTagsProducer::produce(), BoostedJetONNXJetTagsProducer::produce(), RecoTauGenericJetRegionProducer< JetType, CandType >::produce(), GenJetBCEnergyRatio::produce(), JetTagProducer::produce(), PixelJetPuId::produce(), and reco::modules::JetFlavourIdentifier::produce().
Ref<typename HandleT::element_type, typename HandleT::element_type::value_type::value_type> edm::makeRefToDetSetRefVector | ( | const HandleT & | iHandle, |
det_id_type | iDetID, | ||
typename HandleT::element_type::value_type::const_iterator | itIter | ||
) |
Definition at line 280 of file DetSetRefVector.h.
Referenced by makeRefToDetSetRefVector().
Ref<typename HandleT::element_type, typename HandleT::element_type::value_type::value_type> edm::makeRefToDetSetRefVector | ( | const HandleT & | iHandle, |
det_id_type | iDetID, | ||
typename HandleT::element_type::value_type::iterator | itIter | ||
) |
Definition at line 291 of file DetSetRefVector.h.
References makeRefToDetSetRefVector().
|
inline |
Definition at line 441 of file DetSetVector.h.
References makeRefTo().
std::unique_ptr< RunHelperBase > edm::makeRunHelper | ( | ParameterSet const & | pset | ) |
Definition at line 12 of file RunHelper.cc.
References muonDTDigis_cfi::pset, writedatasetfile::run, writedatasetfile::runs, and mitigatedMETSequence_cff::U.
|
noexcept |
Take a handle (e.g. edm::Handle<T> or edm::OrphanHandle<T> and create a edm::ValidHandle<T>. If the argument is an invalid handle, an exception will be thrown.
Definition at line 52 of file ValidHandle.h.
References edm::vhhelper::throwIfNotValid().
Referenced by EtlDigiHitsValidation::analyze(), BtlDigiHitsValidation::analyze(), EtlSimHitsValidation::analyze(), BtlSimHitsValidation::analyze(), EtlLocalRecoValidation::analyze(), MtdTracksValidation::analyze(), BtlLocalRecoValidation::analyze(), GEDPhotonCoreProducer::produce(), and LowPtGsfElectronSCProducer::produce().
std::string edm::match | ( | BranchDescription const & | a, |
BranchDescription const & | b, | ||
std::string const & | fileName | ||
) |
Definition at line 352 of file BranchDescription.cc.
References a, b, and MillePedeFileConverter_cfg::fileName.
Referenced by edm::RootOutputFile::beginInputFile(), edm::EventSelector::identical(), ConversionTools::matchedConversion(), ConversionTools::matchedPromptElectron(), edm::ProductRegistry::merge(), reco::modules::MCMatchCandRefSelector::newEvent(), edm::InputTagMatch::operator()(), CosmicMuonLinksProducer::sharedHits(), and edm::ThinnedAssociationsHelper::shouldKeepAssociation().
|
inline |
Definition at line 101 of file LuminosityBlockID.h.
References mathSSE::lh.
Definition at line 118 of file EventID.h.
References mathSSE::lh.
Referenced by edm::helper::Filler< Association< C > >::add(), DTTriggerEfficiencyTest::bookChambHistos(), DTRunConditionVarClient::bookWheelHistos(), TIBLayerBuilder::constructRings(), DTRunConditionVarClient::dqmEndJob(), MuonPFAnalyzer::fillInRange(), merge(), DTLocalTriggerBaseTest::phiRange(), and DTTriggerLutTest::runClientDiagnostic().
const unsigned int edm::maxIDlength | ( | 200 | ) |
Referenced by edm::ErrorObj::setID().
bool edm::merge | ( | LuminosityBlockRange & | lh, |
LuminosityBlockRange & | rh | ||
) |
Definition at line 72 of file LuminosityBlockRange.cc.
References edm::LuminosityBlockRange::endLumiID(), mathSSE::lh, max(), min(), overlaps(), and edm::LuminosityBlockRange::startLumiID().
Referenced by sortAndRemoveOverlaps().
|
inline |
Definition at line 97 of file LuminosityBlockID.h.
References mathSSE::lh.
Definition at line 116 of file EventID.h.
References mathSSE::lh.
Referenced by DTTriggerEfficiencyTest::bookChambHistos(), DTRunConditionVarClient::bookWheelHistos(), DTRunConditionVarClient::dqmEndJob(), DTLocalTriggerTest::fillGlobalSummary(), MuonPFAnalyzer::fillInRange(), merge(), DTLocalTriggerBaseTest::phiRange(), and edm::Lumi3DReWeighting::weight3D().
std::string edm::moduleName | ( | StableProvenance const & | provenance, |
ProcessHistory const & | history | ||
) |
Definition at line 27 of file Provenance.cc.
References edm::ParameterSet::getParameter(), edm::StableProvenance::moduleLabel(), parameterSet(), AlCaHLTBitMon_QueryRunRegistry::string, triggerResults(), and triggerResultsInserter().
Referenced by TopDecaySubset::checkShowerModel(), edm::DaqProvenanceHelper::DaqProvenanceHelper(), edm::service::ELdestination::excludeModule(), edm::LHEProvenanceHelper::fillCommonProcessParameterSet(), edm::service::ELdestination::filterModule(), edm::service::ELdestination::ignoreModule(), edm::InputFile::inputFileOpened(), OniaVtxReProducer::OniaVtxReProducer(), HadronAndPartonSelector::produce(), edm::RootFile::reportOpened(), edm::JobReport::reportPerformanceForModule(), edm::service::ELdestination::respondToModule(), edm::RootOutputFile::RootOutputFile(), and edm::Maker::throwValidationException().
void edm::moveFromTo | ( | ESProducts< TArgs... > & | iFrom, |
ToT & | iTo | ||
) |
Definition at line 134 of file ESProducts.h.
References edm::eventsetup::produce::ProductHolder< TArgs... >::moveTo().
EDProductGetter const * edm::mustBeNonZero | ( | EDProductGetter const * | prodGetter, |
std::string | refType, | ||
ProductID const & | productID | ||
) |
Definition at line 65 of file EDProductGetter.cc.
References Exception, and edm::errors::InvalidReference.
|
inlinestatic |
Definition at line 118 of file Principal.cc.
References s_nextIdentifier.
Referenced by edm::Principal::fillPrincipal().
std::vector< ModuleDescription const * > edm::nonConsumedUnscheduledModules | ( | edm::PathsAndConsumesOfModulesBase const & | iPnC, |
std::vector< ModuleProcessName > & | consumedByChildren | ||
) |
Definition at line 166 of file PathsAndConsumesOfModules.cc.
References edm::PathsAndConsumesOfModulesBase::allModules(), edmTracerLogToSimpleConfig::allModules, filterCSVwithJSON::copy, makeListRunsInFiles::description, edm::PathsAndConsumesOfModulesBase::endPaths(), spr::find(), edm::PathsAndConsumesOfModulesBase::modulesOnEndPath(), edm::PathsAndConsumesOfModulesBase::modulesOnPath(), or, edm::PathsAndConsumesOfModulesBase::paths(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::EventProcessor::beginJob(), and edm::SubProcess::keepOnlyConsumedUnscheduledModules().
Long64_t edm::numEntries | ( | TFile * | hdl, |
std::string const & | trname | ||
) |
Definition at line 50 of file CollUtil.cc.
References gather_cfg::cout.
Referenced by reco::tau::format_vint(), format_vstring(), edm::RootFile::readEntryDescriptionTree(), edm::RootFile::readParentageTree(), and ProvenanceDumper::work_().
TFile * edm::openFileHdl | ( | std::string const & | fname | ) |
Definition at line 24 of file CollUtil.cc.
References gather_cfg::cout, beamvalidation::exit(), and alignmentValidation::fname.
std::unique_ptr<ParameterDescriptionNode> edm::operator&& | ( | ParameterDescriptionNode const & | node_left, |
ParameterDescriptionNode const & | node_right | ||
) |
Definition at line 182 of file ParameterDescriptionNode.cc.
std::unique_ptr<ParameterDescriptionNode> edm::operator&& | ( | std::unique_ptr< ParameterDescriptionNode > | node_left, |
ParameterDescriptionNode const & | node_right | ||
) |
std::unique_ptr<ParameterDescriptionNode> edm::operator&& | ( | ParameterDescriptionNode const & | node_left, |
std::unique_ptr< ParameterDescriptionNode > | node_right | ||
) |
std::unique_ptr<ParameterDescriptionNode> edm::operator&& | ( | std::unique_ptr< ParameterDescriptionNode > | node_left, |
std::unique_ptr< ParameterDescriptionNode > | node_right | ||
) |
std::unique_ptr<ParameterDescriptionNode> edm::operator&& | ( | ParameterDescriptionNode const & | node_left, |
ParameterDescriptionNode const & | node_right | ||
) |
Definition at line 182 of file ParameterDescriptionNode.cc.
std::unique_ptr<ParameterDescriptionNode> edm::operator&& | ( | std::unique_ptr< ParameterDescriptionNode > | node_left, |
ParameterDescriptionNode const & | node_right | ||
) |
std::unique_ptr<ParameterDescriptionNode> edm::operator&& | ( | ParameterDescriptionNode const & | node_left, |
std::unique_ptr< ParameterDescriptionNode > | node_right | ||
) |
std::unique_ptr<ParameterDescriptionNode> edm::operator&& | ( | std::unique_ptr< ParameterDescriptionNode > | node_left, |
std::unique_ptr< ParameterDescriptionNode > | node_right | ||
) |
|
inline |
Definition at line 41 of file RunLumiEntryInfo.h.
|
inline |
Definition at line 49 of file EventEntryInfo.h.
Definition at line 51 of file BranchKey.h.
|
inline |
Definition at line 57 of file EventEntryDescription.h.
|
inline |
Definition at line 57 of file zero_allocator.h.
|
inline |
Definition at line 59 of file ProductProvenance.h.
|
inline |
Definition at line 64 of file TypeIDBase.h.
Definition at line 70 of file Parentage.h.
|
inline |
Definition at line 71 of file ProcessConfiguration.h.
|
inlinenoexcept |
Definition at line 105 of file ELseverityLevel.h.
References StorageManager_cfg::e1.
|
inline |
Definition at line 110 of file ProcessHistory.h.
|
inline |
|
inline |
Definition at line 141 of file TypeWithDict.h.
bool edm::operator!= | ( | RefVectorBase< KEY > const & | lhs, |
RefVectorBase< KEY > const & | rhs | ||
) |
Inequality operator.
Definition at line 143 of file RefVectorBase.h.
|
inline |
Definition at line 145 of file TypeWithDict.h.
|
inline |
Definition at line 149 of file TypeWithDict.h.
|
inline |
Definition at line 158 of file RefToBaseProd.h.
|
inline |
Definition at line 168 of file atomic_value_ptr.h.
References edm::atomic_value_ptr< T >::this_type_does_not_support_comparisons().
|
inline |
Definition at line 180 of file atomic_value_ptr.h.
References edm::atomic_value_ptr< T >::this_type_does_not_support_comparisons().
|
inline |
Definition at line 197 of file value_ptr.h.
References edm::value_ptr< T >::this_type_does_not_support_comparisons().
|
inline |
Definition at line 202 of file ProductRegistry.h.
|
inline |
Definition at line 209 of file value_ptr.h.
References edm::value_ptr< T >::this_type_does_not_support_comparisons().
|
inline |
Definition at line 210 of file RefVector.h.
|
inline |
Definition at line 295 of file ParameterSet.h.
|
inline |
Definition at line 122 of file Association.h.
References a, and testProducerWithPsetDescEmpty_cfi::a2.
|
inline |
Definition at line 130 of file RefVectorIterator.h.
References dqmiodumpmetadata::n.
|
inline |
|
inline |
Definition at line 22 of file EventProcessHistoryID.h.
References edm::EventProcessHistoryID::eventID(), and mathSSE::lh.
|
inline |
|
inline |
Definition at line 32 of file RunLumiEntryInfo.h.
|
inline |
Definition at line 36 of file StoredProductProvenance.h.
|
inline |
Definition at line 40 of file EventEntryInfo.h.
|
inline |
Definition at line 48 of file TriggerTimingReport.h.
Definition at line 11 of file ElementID.cc.
References edm::ElementID::id(), edm::ElementID::index(), and mathSSE::lh.
|
inline |
Definition at line 50 of file ProductProvenance.h.
Definition at line 11 of file ProductID.cc.
References mathSSE::lh, edm::ProductID::processIndex(), and edm::ProductID::productIndex().
|
inline |
Definition at line 55 of file TriggerReport.h.
bool edm::operator< | ( | ProcessConfiguration const & | a, |
ProcessConfiguration const & | b | ||
) |
Definition at line 88 of file ProcessConfiguration.cc.
|
inline |
|
inline |
|
inlinenoexcept |
Definition at line 108 of file ELseverityLevel.h.
References StorageManager_cfg::e1.
bool edm::operator< | ( | FileIndex::Element const & | lh, |
FileIndex::Element const & | rh | ||
) |
Definition at line 185 of file FileIndex.cc.
References edm::FileIndex::Element::event_, mathSSE::lh, edm::FileIndex::Element::lumi_, and edm::FileIndex::Element::run_.
|
inline |
Definition at line 137 of file TypeWithDict.h.
Definition at line 144 of file RefCore.h.
References edm::RefCore::id(), edm::RefCore::isTransient(), edm::RefCore::productPtr(), and funct::true.
|
inline |
Definition at line 163 of file RefToBaseProd.h.
The ordering of integer keys guarantees that the ordering of Ptrs within a collection will be identical to the ordering of the referenced objects in the collection.
bool edm::operator< | ( | BranchDescription const & | a, |
BranchDescription const & | b | ||
) |
Definition at line 301 of file BranchDescription.cc.
|
inline |
the definition and use of compare_key<> guarantees that the ordering of Refs within a collection will be identical to the ordering of the referenced objects in the collection.
std::ostream & edm::operator<< | ( | std::ostream & | os, |
TimeOfDay const & | tod | ||
) |
Definition at line 30 of file TimeOfDay.cc.
References SiStripPI::min, topSingleLeptonDQM_PU_cfi::pattern, cms::alpakatools::detail::power(), boostedTaus_cff::precision, cmsswSequenceInfo::tp, and edm::TimeOfDay::tv_.
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ParameterSetBlob const & | blob | ||
) |
Definition at line 5 of file ParameterSetBlob.cc.
References edm::ParameterSetBlob::pset().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
FileID const & | id | ||
) |
std::ostream & edm::operator<< | ( | std::ostream & | os, |
PlaceInPathContext const & | ppc | ||
) |
Definition at line 10 of file PlaceInPathContext.cc.
References edm::PlaceInPathContext::pathContext(), and edm::PlaceInPathContext::placeInPath().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
BranchType const & | branchType | ||
) |
Definition at line 9 of file BranchType.cc.
References BranchTypeToString().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
BranchID const & | id | ||
) |
Definition at line 12 of file BranchID.cc.
|
inline |
std::ostream & edm::operator<< | ( | std::ostream & | os, |
InternalContext const & | ic | ||
) |
Definition at line 11 of file InternalContext.cc.
References edm::InternalContext::eventID(), and edm::InternalContext::moduleCallingContext().
std::ostream & edm::operator<< | ( | std::ostream & | out, |
const reco::GenParticleRef & | genRef | ||
) |
Definition at line 95 of file GenParticlesHelper.cc.
References edm::Ref< C, T, F >::key(), and MillePedeFileConverter_cfg::out.
std::ostream & edm::operator<< | ( | std::ostream & | os, |
FileFormatVersion const & | ff | ||
) |
Definition at line 47 of file FileFormatVersion.cc.
References alignCSCRings::ff.
|
inline |
std::ostream & edm::operator<< | ( | std::ostream & | os, |
PathContext const & | pc | ||
) |
Definition at line 14 of file PathContext.cc.
References edm::PathContext::kEndPath, edm::PathContext::pathID(), edm::PathContext::pathName(), edm::PathContext::pathType(), and edm::PathContext::streamContext().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ProcessContext const & | pc | ||
) |
Definition at line 27 of file ProcessContext.cc.
References edm::ProcessContext::isSubProcess(), edm::ProcessConfiguration::parameterSetID(), edm::ProcessContext::parentProcessContext(), edm::ProcessContext::processConfiguration(), and edm::ProcessConfiguration::processName().
|
inline |
Definition at line 50 of file ESIndices.h.
References edm::ESProxyIndex::value().
|
inline |
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ElementID const & | id | ||
) |
Definition at line 15 of file ElementID.cc.
|
inline |
std::ostream & edm::operator<< | ( | std::ostream & | os, |
BranchKey const & | bk | ||
) |
Definition at line 17 of file BranchKey.cc.
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ProductID const & | id | ||
) |
Definition at line 6 of file ProductID.cc.
std::ostream & edm::operator<< | ( | std::ostream & | oStream, |
RunID const & | iID | ||
) |
Definition at line 5 of file RunID.cc.
References edm::RunID::run().
|
inline |
std::ostream & edm::operator<< | ( | std::ostream & | os, |
TypeID const & | id | ||
) |
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ParentContext const & | pc | ||
) |
Definition at line 86 of file ParentContext.cc.
References edm::ParentContext::globalContext(), edm::ParentContext::internalContext(), edm::ParentContext::kGlobal, edm::ParentContext::kInternal, edm::ParentContext::kInvalid, edm::ParentContext::kModule, edm::ParentContext::kPlaceInPath, edm::ParentContext::kStream, edm::ParentContext::moduleCallingContext(), edm::ParentContext::placeInPathContext(), edm::ParentContext::streamContext(), and edm::ParentContext::type().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
const ProductSelector & | gs | ||
) |
Definition at line 120 of file ProductSelector.cc.
|
inline |
|
inline |
|
inline |
std::ostream & edm::operator<< | ( | std::ostream & | oStream, |
EventRange const & | iID | ||
) |
std::ostream & edm::operator<< | ( | std::ostream & | oStream, |
LuminosityBlockRange const & | iID | ||
) |
std::ostream & edm::operator<< | ( | std::ostream & | ost, |
InputTag const & | tag | ||
) |
Definition at line 202 of file InputTag.cc.
References LaserDQM_cfg::process, AlCaHLTBitMon_QueryRunRegistry::string, and makeGlobalPositionRcd_cfg::tag.
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ProcessConfiguration const & | pc | ||
) |
Definition at line 106 of file ProcessConfiguration.cc.
References edm::ProcessConfiguration::parameterSetID(), edm::ProcessConfiguration::passID(), edm::ProcessConfiguration::processName(), and edm::ProcessConfiguration::releaseVersion().
|
inline |
Definition at line 75 of file ESIndices.h.
References edm::ESTokenIndex::value().
std::ostream & edm::operator<< | ( | std::ostream & | t, |
OStreamColumn const & | c | ||
) |
Definition at line 12 of file OStreamColumn.cc.
References HltBtagPostValidation_cff::c, and submitPVValidationJobs::t.
std::ostream & edm::operator<< | ( | std::ostream & | os, |
GlobalContext const & | gc | ||
) |
Definition at line 29 of file GlobalContext.cc.
References edm::GlobalContext::kAccessInputProcessBlock, edm::GlobalContext::kBeginJob, edm::GlobalContext::kBeginLuminosityBlock, edm::GlobalContext::kBeginProcessBlock, edm::GlobalContext::kBeginRun, edm::GlobalContext::kEndJob, edm::GlobalContext::kEndLuminosityBlock, edm::GlobalContext::kEndProcessBlock, edm::GlobalContext::kEndRun, edm::GlobalContext::kWriteLuminosityBlock, edm::GlobalContext::kWriteProcessBlock, edm::GlobalContext::kWriteRun, edm::GlobalContext::luminosityBlockID(), edm::GlobalContext::luminosityBlockIndex(), edm::Timestamp::microsecondOffset(), edm::GlobalContext::processContext(), edm::GlobalContext::runIndex(), edm::GlobalContext::timestamp(), edm::GlobalContext::transition(), edm::Timestamp::unixTime(), edm::RunIndex::value(), and edm::LuminosityBlockIndex::value().
std::ostream& edm::operator<< | ( | std::ostream & | t, |
OStreamColumnEntry< E > const & | ce | ||
) |
std::ostream & edm::operator<< | ( | std::ostream & | os, |
StreamContext const & | sc | ||
) |
Definition at line 33 of file StreamContext.cc.
References edm::StreamContext::eventID(), edm::StreamContext::kBeginLuminosityBlock, edm::StreamContext::kBeginRun, edm::StreamContext::kBeginStream, edm::StreamContext::kEndLuminosityBlock, edm::StreamContext::kEndRun, edm::StreamContext::kEndStream, edm::StreamContext::kEvent, edm::StreamContext::kInvalid, edm::StreamContext::luminosityBlockIndex(), edm::Timestamp::microsecondOffset(), edm::StreamContext::processContext(), edm::StreamContext::runIndex(), edm::StreamContext::streamID(), edm::StreamContext::timestamp(), edm::StreamContext::transition(), edm::Timestamp::unixTime(), edm::RunIndex::value(), and edm::LuminosityBlockIndex::value().
|
inline |
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ModuleCallingContext const & | mcc | ||
) |
Definition at line 138 of file ModuleCallingContext.cc.
References edm::ModuleCallingContext::kInvalid, edm::ParentContext::kModule, edm::ModuleCallingContext::kPrefetching, edm::ModuleCallingContext::kRunning, edm::ModuleCallingContext::moduleCallingContext(), edm::ModuleCallingContext::moduleDescription(), edm::ModuleCallingContext::parent(), edm::ModuleCallingContext::previousModuleOnThread(), edm::ModuleCallingContext::state(), and edm::ModuleCallingContext::type().
std::ostream& edm::operator<< | ( | std::ostream & | os, |
ParameterSetEntry const & | psetEntry | ||
) |
Definition at line 92 of file ParameterSetEntry.cc.
References edm::ParameterSetEntry::dump().
std::ostream & edm::operator<< | ( | std::ostream & | oStream, |
LuminosityBlockID const & | iID | ||
) |
Definition at line 20 of file LuminosityBlockID.cc.
References edm::LuminosityBlockID::luminosityBlock(), and edm::LuminosityBlockID::run().
|
inline |
|
inline |
Definition at line 102 of file ESIndices.h.
References edm::ESRecordIndex::value().
std::ostream& edm::operator<< | ( | std::ostream & | os, |
JobReport::RunReport const & | f | ||
) |
Definition at line 105 of file JobReport.cc.
|
inline |
|
inline |
Formatted printout of trigger table.
Definition at line 108 of file HLTGlobalStatus.h.
References ValidationMatrix::hlt, mps_fire::i, dqmiodumpmetadata::n, and submitPVValidationJobs::text.
Definition at line 259 of file ErrorObj.cc.
References MillePedeFileConverter_cfg::e, and alignCSCRings::s.
std::ostream & edm::operator<< | ( | std::ostream & | oStream, |
EventID const & | iID | ||
) |
Definition at line 5 of file EventID.cc.
References edm::EventID::event(), edm::EventID::luminosityBlock(), and edm::EventID::run().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ESInputTag const & | tag | ||
) |
std::ostream & edm::operator<< | ( | std::ostream & | ost, |
ProcessHistory const & | ph | ||
) |
|
inline |
std::ostream& edm::operator<< | ( | std::ostream & | os, |
VParameterSetEntry const & | vpsetEntry | ||
) |
Definition at line 137 of file VParameterSetEntry.cc.
References edm::VParameterSetEntry::dump().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
FileIndex const & | fileIndex | ||
) |
Definition at line 213 of file FileIndex.cc.
References edm::FileIndex::begin(), edm::FileIndex::end(), edm::FileIndex::kEvent, edm::FileIndex::kLumi, and edm::FileIndex::kRun.
std::ostream & edm::operator<< | ( | std::ostream & | os, |
TypeWithDict const & | id | ||
) |
Definition at line 827 of file TypeWithDict.cc.
References edm::TypeWithDict::print().
|
inline |
Definition at line 155 of file CompactEventAuxiliaryVector.h.
References AlCaHLTBitMon_ParallelJobs::p.
|
inline |
Definition at line 160 of file CompactEventAuxiliaryVector.h.
References AlCaHLTBitMon_ParallelJobs::p.
|
inline |
Definition at line 198 of file ProductResolverBase.h.
References edm::ProductResolverBase::write().
|
inline |
Definition at line 204 of file ProductRegistry.h.
|
inline |
|
inline |
|
inline |
Definition at line 253 of file PrincipalGetAdapter.h.
References h.
std::ostream& edm::operator<< | ( | std::ostream & | os, |
RefVector< C, T, F > const & | r | ||
) |
Definition at line 256 of file RefVector.h.
References MillePedeFileConverter_cfg::e, and mps_fire::i.
std::ostream & edm::operator<< | ( | std::ostream & | os, |
JobReport::InputFile const & | f | ||
) |
Definition at line 103 of file JobReport.cc.
std::ostream & edm::operator<< | ( | std::ostream & | os, |
JobReport::OutputFile const & | f | ||
) |
Definition at line 104 of file JobReport.cc.
std::ostream& edm::operator<< | ( | std::ostream & | os, |
ParameterSet const & | pset | ||
) |
std::ostream& edm::operator<< | ( | std::ostream & | os, |
Entry const & | entry | ||
) |
Definition at line 1115 of file Entry.cc.
References MillePedeFileConverter_cfg::e, mps_splice::entry, mps_fire::i, kTint32, kTPSet, kTstring, kTuint32, kTVESInputTag, kTVInputTag, kTvstring, AlCaHLTBitMon_QueryRunRegistry::string, makeListRunsInFiles::strings, triggerMatcherToHLTDebug_cfi::tags, and typeFromCode().
|
inlinenoexcept |
Definition at line 111 of file ELseverityLevel.h.
References StorageManager_cfg::e1.
|
inline |
bool edm::operator== | ( | RunLumiEntryInfo const & | a, |
RunLumiEntryInfo const & | b | ||
) |
Definition at line 15 of file RunLumiEntryInfo.cc.
Definition at line 42 of file ElementID.h.
References edm::ElementID::id(), edm::ElementID::index(), and mathSSE::lh.
Definition at line 47 of file ProductID.h.
References mathSSE::lh, edm::ProductID::processIndex(), and edm::ProductID::productIndex().
bool edm::operator== | ( | EventEntryInfo const & | a, |
EventEntryInfo const & | b | ||
) |
Definition at line 19 of file EventEntryInfo.cc.
Definition at line 49 of file BranchKey.h.
|
inline |
Definition at line 53 of file zero_allocator.h.
bool edm::operator== | ( | EventEntryDescription const & | a, |
EventEntryDescription const & | b | ||
) |
Definition at line 31 of file EventEntryDescription.cc.
bool edm::operator== | ( | ProductProvenance const & | a, |
ProductProvenance const & | b | ||
) |
Definition at line 52 of file ProductProvenance.cc.
|
inline |
Definition at line 66 of file ProcessConfiguration.h.
Definition at line 34 of file Parentage.cc.
bool edm::operator== | ( | StableProvenance const & | a, |
StableProvenance const & | b | ||
) |
Definition at line 23 of file StableProvenance.cc.
|
inline |
|
inlinenoexcept |
Definition at line 102 of file ELseverityLevel.h.
References StorageManager_cfg::e1.
Referenced by checkForModuleDependencyCorrectness().
bool edm::operator== | ( | Provenance const & | a, |
Provenance const & | b | ||
) |
Definition at line 51 of file Provenance.cc.
|
inline |
Definition at line 108 of file ProcessHistory.h.
|
inline |
Definition at line 137 of file RefCore.h.
References edm::RefCore::id(), edm::RefCore::isTransient(), and edm::RefCore::productPtr().
bool edm::operator== | ( | RefVectorBase< KEY > const & | lhs, |
RefVectorBase< KEY > const & | rhs | ||
) |
Equality operator.
Definition at line 137 of file RefVectorBase.h.
References edm::RefVectorBase< KEY >::keys(), and edm::RefVectorBase< KEY >::refCore().
bool edm::operator== | ( | TypeWithDict const & | a, |
TypeWithDict const & | b | ||
) |
Definition at line 817 of file TypeWithDict.cc.
|
inline |
Definition at line 142 of file FileInPath.h.
bool edm::operator== | ( | TypeWithDict const & | a, |
std::type_info const & | b | ||
) |
Definition at line 819 of file TypeWithDict.cc.
References a, b, and edm::TypeID::className().
|
inline |
Definition at line 147 of file TypeWithDict.h.
|
inline |
Definition at line 153 of file RefToBaseProd.h.
|
inline |
Definition at line 162 of file atomic_value_ptr.h.
References edm::atomic_value_ptr< T >::this_type_does_not_support_comparisons().
|
inline |
Definition at line 174 of file atomic_value_ptr.h.
References edm::atomic_value_ptr< T >::this_type_does_not_support_comparisons().
|
inline |
Definition at line 191 of file value_ptr.h.
References edm::value_ptr< T >::this_type_does_not_support_comparisons().
|
inline |
Definition at line 198 of file ProductRegistry.h.
|
inline |
Definition at line 203 of file value_ptr.h.
References edm::value_ptr< T >::this_type_does_not_support_comparisons().
|
inline |
Definition at line 205 of file RefVector.h.
|
inline |
for two FwdRefs to be equal, both the "forward" and the "backward" Refs must be the same
Definition at line 227 of file FwdRef.h.
References edm::FwdRef< C, T, F >::backRef(), and edm::FwdRef< C, T, F >::ref().
|
inline |
for a FwdRef to equal a Ref, EITHER the "forward" or the "backward" Refs must equal to the test ref
Definition at line 234 of file FwdRef.h.
References edm::FwdRef< C, T, F >::backRef(), and edm::FwdRef< C, T, F >::ref().
|
inline |
for a FwdRef to equal a Ref, EITHER the "forward" or the "backward" Refs must equal to the test ref
Definition at line 241 of file FwdRef.h.
References edm::FwdRef< C, T, F >::backRef(), and edm::FwdRef< C, T, F >::ref().
bool edm::operator== | ( | BranchDescription const & | a, |
BranchDescription const & | b | ||
) |
Definition at line 348 of file BranchDescription.cc.
References a, b, and combinable().
bool edm::operator== | ( | ParameterSet const & | a, |
ParameterSet const & | b | ||
) |
Definition at line 770 of file ParameterSet.cc.
References a, b, and isTransientEqual().
|
inline |
Definition at line 359 of file SortedCollection.h.
References HltBtagPostValidation_cff::c, cond::serialization::equal(), and findQualityFiles::v.
|
inline |
Definition at line 368 of file SortedCollection.h.
References a, b, and cond::serialization::equal().
|
inline |
Definition at line 62 of file TypeIDBase.h.
|
inlinenoexcept |
Definition at line 114 of file ELseverityLevel.h.
References StorageManager_cfg::e1.
|
inline |
|
inlinenoexcept |
Definition at line 117 of file ELseverityLevel.h.
References StorageManager_cfg::e1.
|
inline |
|
inline |
Definition at line 137 of file FileInPath.h.
References edm::FileInPath::read().
std::unique_ptr< ParameterDescriptionCases< bool > > edm::operator>> | ( | bool | caseValue, |
ParameterDescriptionNode const & | node | ||
) |
Definition at line 133 of file ParameterDescriptionNode.cc.
References edm::ParameterDescriptionNode::clone(), and eostools::move().
std::unique_ptr< ParameterDescriptionCases< int > > edm::operator>> | ( | int | caseValue, |
ParameterDescriptionNode const & | node | ||
) |
Definition at line 138 of file ParameterDescriptionNode.cc.
References edm::ParameterDescriptionNode::clone(), and eostools::move().
std::unique_ptr< ParameterDescriptionCases< std::string > > edm::operator>> | ( | std::string const & | caseValue, |
ParameterDescriptionNode const & | node | ||
) |
Definition at line 143 of file ParameterDescriptionNode.cc.
References edm::ParameterDescriptionNode::clone(), and eostools::move().
std::unique_ptr< ParameterDescriptionCases< std::string > > edm::operator>> | ( | char const * | caseValue, |
ParameterDescriptionNode const & | node | ||
) |
Definition at line 149 of file ParameterDescriptionNode.cc.
References edm::ParameterDescriptionNode::clone(), and eostools::move().
std::unique_ptr< ParameterDescriptionCases< bool > > edm::operator>> | ( | bool | caseValue, |
std::unique_ptr< ParameterDescriptionNode > | node | ||
) |
std::unique_ptr< ParameterDescriptionCases< int > > edm::operator>> | ( | int | caseValue, |
std::unique_ptr< ParameterDescriptionNode > | node | ||
) |
std::unique_ptr< ParameterDescriptionCases< std::string > > edm::operator>> | ( | std::string const & | caseValue, |
std::unique_ptr< ParameterDescriptionNode > | node | ||
) |
std::unique_ptr< ParameterDescriptionCases< std::string > > edm::operator>> | ( | char const * | caseValue, |
std::unique_ptr< ParameterDescriptionNode > | node | ||
) |
Definition at line 173 of file ParameterDescriptionNode.cc.
References eostools::move(), and AlCaHLTBitMon_QueryRunRegistry::string.
std::unique_ptr< ParameterDescriptionNode > edm::operator^ | ( | ParameterDescriptionNode const & | node_left, |
ParameterDescriptionNode const & | node_right | ||
) |
Definition at line 226 of file ParameterDescriptionNode.cc.
std::unique_ptr< ParameterDescriptionNode > edm::operator^ | ( | std::unique_ptr< ParameterDescriptionNode > | node_left, |
ParameterDescriptionNode const & | node_right | ||
) |
std::unique_ptr< ParameterDescriptionNode > edm::operator^ | ( | ParameterDescriptionNode const & | node_left, |
std::unique_ptr< ParameterDescriptionNode > | node_right | ||
) |
std::unique_ptr< ParameterDescriptionNode > edm::operator^ | ( | std::unique_ptr< ParameterDescriptionNode > | node_left, |
std::unique_ptr< ParameterDescriptionNode > | node_right | ||
) |
std::unique_ptr< ParameterDescriptionCases< bool > > edm::operator|| | ( | std::unique_ptr< ParameterDescriptionCases< bool > > | left, |
std::unique_ptr< ParameterDescriptionCases< bool > > | right | ||
) |
Definition at line 6 of file ParameterDescriptionCases.cc.
References genParticles_cff::map, and eostools::move().
std::unique_ptr< ParameterDescriptionCases< int > > edm::operator|| | ( | std::unique_ptr< ParameterDescriptionCases< int > > | left, |
std::unique_ptr< ParameterDescriptionCases< int > > | right | ||
) |
Definition at line 20 of file ParameterDescriptionCases.cc.
References genParticles_cff::map, and eostools::move().
std::unique_ptr< ParameterDescriptionCases< std::string > > edm::operator|| | ( | std::unique_ptr< ParameterDescriptionCases< std::string > > | left, |
std::unique_ptr< ParameterDescriptionCases< std::string > > | right | ||
) |
Definition at line 34 of file ParameterDescriptionCases.cc.
References genParticles_cff::map, eostools::move(), and AlCaHLTBitMon_QueryRunRegistry::string.
std::unique_ptr< ParameterDescriptionNode > edm::operator|| | ( | ParameterDescriptionNode const & | node_left, |
ParameterDescriptionNode const & | node_right | ||
) |
Definition at line 204 of file ParameterDescriptionNode.cc.
std::unique_ptr< ParameterDescriptionNode > edm::operator|| | ( | std::unique_ptr< ParameterDescriptionNode > | node_left, |
ParameterDescriptionNode const & | node_right | ||
) |
std::unique_ptr< ParameterDescriptionNode > edm::operator|| | ( | ParameterDescriptionNode const & | node_left, |
std::unique_ptr< ParameterDescriptionNode > | node_right | ||
) |
std::unique_ptr< ParameterDescriptionNode > edm::operator|| | ( | std::unique_ptr< ParameterDescriptionNode > | node_left, |
std::unique_ptr< ParameterDescriptionNode > | node_right | ||
) |
|
static |
Referenced by edm::ErrorObj::set().
bool edm::overlaps | ( | LuminosityBlockRange const & | lh, |
LuminosityBlockRange const & | rh | ||
) |
bool edm::overlaps | ( | EventRange const & | lh, |
EventRange const & | rh | ||
) |
Definition at line 51 of file EventRange.cc.
References cms::cuda::assert(), distinct(), mathSSE::lh, and edm::EventRange::startLumi().
Referenced by merge().
ParameterSet const & edm::parameterSet | ( | StableProvenance const & | provenance, |
ProcessHistory const & | history | ||
) |
Definition at line 11 of file Provenance.cc.
References edm::ParameterSet::existsAs(), edm::ProcessHistory::getConfigurationForProcess(), edm::pset::Registry::getMapped(), edm::ParameterSet::getParameterSet(), edm::pset::Registry::instance(), label, edm::StableProvenance::moduleLabel(), edm::ProcessConfiguration::parameterSetID(), edm::StableProvenance::processName(), source(), AlCaHLTBitMon_QueryRunRegistry::string, and triggerResults().
Referenced by edm::ScheduleItems::addCPRandTNS(), TauTagValidation::analyze(), BeamHaloPropagatorESProducer::BeamHaloPropagatorESProducer(), reco::tau::PFRecoTauDiscriminationByMVAIsolationRun2::beginEvent(), BenchmarkAnalyzer::BenchmarkAnalyzer(), CandidateBenchmarkAnalyzer::CandidateBenchmarkAnalyzer(), TopDecaySubset::checkShowerModel(), CTPPSPixelLocalTrackProducer::CTPPSPixelLocalTrackProducer(), HLTTauRefProducer::doPFTaus(), ensureAvailableAccelerators(), edm::EventProcessor::EventProcessor(), PFJetMonitor::fill(), PFCandidateMonitor::fill(), MatchCandidateBenchmark::fillOne(), edm::ScheduleItems::finishSchedule(), EcalSelectiveReadoutProducer::getBinOfMax(), L1TTauOffline::getProbeTaus(), GlobalMuonProducer::GlobalMuonProducer(), edm::EventProcessor::init(), edm::ScheduleItems::initMisc(), edm::ScheduleItems::initModules(), edm::ScheduleItems::initSchedule(), edm::ScheduleItems::initServices(), L2MuonCandidateProducer::L2MuonCandidateProducer(), L2MuonProducer::L2MuonProducer(), L3MuonCandidateProducer::L3MuonCandidateProducer(), L3MuonCleaner::L3MuonCleaner(), L3MuonProducer::L3MuonProducer(), L3TkMuonProducer::L3TkMuonProducer(), PFB::match(), DeepTauId::matchDiscriminatorIndices(), MatchMETBenchmarkAnalyzer::MatchMETBenchmarkAnalyzer(), METBenchmarkAnalyzer::METBenchmarkAnalyzer(), moduleName(), MuonSeedMerger::MuonSeedMerger(), MuonTrackLoader::MuonTrackLoader(), OniaVtxReProducer::OniaVtxReProducer(), PFCandidateBenchmarkAnalyzer::PFCandidateBenchmarkAnalyzer(), PFCandidateDQMAnalyzer::PFCandidateDQMAnalyzer(), PFCandidateManagerAnalyzer::PFCandidateManagerAnalyzer(), PFClient::PFClient(), PFClient_JetRes::PFClient_JetRes(), PFJetDQMAnalyzer::PFJetDQMAnalyzer(), PFMETDQMAnalyzer::PFMETDQMAnalyzer(), PFMuonDQMAnalyzer::PFMuonDQMAnalyzer(), popSubProcessVParameterSet(), pat::PATTauProducer::produce(), DeepFlavourTagInfoProducer::produce(), HadronAndPartonSelector::produce(), GsfElectronProducer::produce(), RPixPlaneCombinatoryTracking::RPixPlaneCombinatoryTracking(), RPixRoadFinder::RPixRoadFinder(), PFTauSelectorDefinition::select(), SETMuonSeedProducer::SETMuonSeedProducer(), PFJetMonitor::setParameters(), PFMETMonitor::setParameters(), PFCandidateMonitor::setParameters(), SETPatternRecognition::SETPatternRecognition(), SETSeedFinder::SETSeedFinder(), CandidateBenchmark::setup(), MatchCandidateBenchmark::setup(), PFJetMonitor::setup(), PFMETMonitor::setup(), PFCandidateMonitor::setup(), SmartPropagatorESProducer::SmartPropagatorESProducer(), StandAloneMuonProducer::StandAloneMuonProducer(), edm::SubProcess::SubProcess(), TevMuonProducer::TevMuonProducer(), TracksToTrajectories::TracksToTrajectories(), TrackTransformerForCosmicMuons::TrackTransformerForCosmicMuons(), and TrackTransformerForGlobalCosmicMuons::TrackTransformerForGlobalCosmicMuons().
std::string edm::ParameterSet::getParameter< std::string > | ( | std::string const & | name | ) | const |
std::string edm::ParameterSet::getParameter< std::string > | ( | char const * | name | ) | const |
std::vector<double> edm::ParameterSet::getParameter< std::vector< double > > | ( | std::string const & | name | ) | const |
std::vector<double> edm::ParameterSet::getParameter< std::vector< double > > | ( | char const * | name | ) | const |
std::vector<ESInputTag> edm::ParameterSet::getParameter< std::vector< ESInputTag > > | ( | std::string const & | name | ) | const |
std::vector<ESInputTag> edm::ParameterSet::getParameter< std::vector< ESInputTag > > | ( | char const * | name | ) | const |
std::vector<EventID> edm::ParameterSet::getParameter< std::vector< EventID > > | ( | std::string const & | name | ) | const |
std::vector<EventID> edm::ParameterSet::getParameter< std::vector< EventID > > | ( | char const * | name | ) | const |
std::vector<EventRange> edm::ParameterSet::getParameter< std::vector< EventRange > > | ( | std::string const & | name | ) | const |
std::vector<EventRange> edm::ParameterSet::getParameter< std::vector< EventRange > > | ( | char const * | name | ) | const |
std::vector<InputTag> edm::ParameterSet::getParameter< std::vector< InputTag > > | ( | std::string const & | name | ) | const |
std::vector<InputTag> edm::ParameterSet::getParameter< std::vector< InputTag > > | ( | char const * | name | ) | const |
std::vector<int> edm::ParameterSet::getParameter< std::vector< int > > | ( | std::string const & | name | ) | const |
std::vector<int> edm::ParameterSet::getParameter< std::vector< int > > | ( | char const * | name | ) | const |
std::vector<long long> edm::ParameterSet::getParameter< std::vector< long long > > | ( | std::string const & | name | ) | const |
std::vector<long long> edm::ParameterSet::getParameter< std::vector< long long > > | ( | char const * | name | ) | const |
std::vector<LuminosityBlockID> edm::ParameterSet::getParameter< std::vector< LuminosityBlockID > > | ( | std::string const & | name | ) | const |
std::vector<LuminosityBlockID> edm::ParameterSet::getParameter< std::vector< LuminosityBlockID > > | ( | char const * | name | ) | const |
std::vector<LuminosityBlockRange> edm::ParameterSet::getParameter< std::vector< LuminosityBlockRange > > | ( | std::string const & | name | ) | const |
std::vector<LuminosityBlockRange> edm::ParameterSet::getParameter< std::vector< LuminosityBlockRange > > | ( | char const * | name | ) | const |
|
inline |
Definition at line 96 of file PdtEntry.h.
References MillePedeFileConverter_cfg::e, edm::pdtentry::getPdtEntryVector(), and Skims_PA_cff::name.
|
inline |
Definition at line 118 of file PdtEntry.h.
References MillePedeFileConverter_cfg::e, edm::pdtentry::getPdtEntryVector(), and Skims_PA_cff::name.
std::vector<std::string> edm::ParameterSet::getParameter< std::vector< std::string > > | ( | std::string const & | name | ) | const |
std::vector<std::string> edm::ParameterSet::getParameter< std::vector< std::string > > | ( | char const * | name | ) | const |
std::vector<unsigned int> edm::ParameterSet::getParameter< std::vector< unsigned int > > | ( | std::string const & | name | ) | const |
std::vector<unsigned int> edm::ParameterSet::getParameter< std::vector< unsigned int > > | ( | char const * | name | ) | const |
std::vector<unsigned long long> edm::ParameterSet::getParameter< std::vector< unsigned long long > > | ( | std::string const & | name | ) | const |
std::vector<unsigned long long> edm::ParameterSet::getParameter< std::vector< unsigned long long > > | ( | char const * | name | ) | const |
|
inline |
Definition at line 147 of file PdtEntry.h.
References filterCSVwithJSON::copy, and makeListRunsInFiles::strings.
std::string edm::ParameterSet::getUntrackedParameter< std::string > | ( | std::string const & | name, |
std::string const & | defaultValue | ||
) | const |
Definition at line 1251 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getString(), and Skims_PA_cff::name.
std::string edm::ParameterSet::getUntrackedParameter< std::string > | ( | std::string const & | name | ) | const |
std::string edm::ParameterSet::getUntrackedParameter< std::string > | ( | char const * | name, |
std::string const & | defaultValue | ||
) | const |
Definition at line 1820 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getString(), and Skims_PA_cff::name.
std::string edm::ParameterSet::getUntrackedParameter< std::string > | ( | char const * | name | ) | const |
std::vector<double> edm::ParameterSet::getUntrackedParameter< std::vector< double > > | ( | std::string const & | name, |
std::vector< double > const & | defaultValue | ||
) | const |
Definition at line 1236 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVDouble(), and Skims_PA_cff::name.
std::vector<double> edm::ParameterSet::getUntrackedParameter< std::vector< double > > | ( | std::string const & | name | ) | const |
std::vector<double> edm::ParameterSet::getUntrackedParameter< std::vector< double > > | ( | char const * | name | ) | const |
std::vector<double> edm::ParameterSet::getUntrackedParameter< std::vector< double > > | ( | char const * | name, |
std::vector< double > const & | defaultValue | ||
) | const |
Definition at line 1805 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVDouble(), and Skims_PA_cff::name.
std::vector<ESInputTag> edm::ParameterSet::getUntrackedParameter< std::vector< ESInputTag > > | ( | std::string const & | name, |
std::vector< ESInputTag > const & | defaultValue | ||
) | const |
Definition at line 1332 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVESInputTag(), and Skims_PA_cff::name.
std::vector<ESInputTag> edm::ParameterSet::getUntrackedParameter< std::vector< ESInputTag > > | ( | std::string const & | name | ) | const |
std::vector<ESInputTag> edm::ParameterSet::getUntrackedParameter< std::vector< ESInputTag > > | ( | char const * | name, |
std::vector< ESInputTag > const & | defaultValue | ||
) | const |
Definition at line 1898 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVESInputTag(), and Skims_PA_cff::name.
std::vector<ESInputTag> edm::ParameterSet::getUntrackedParameter< std::vector< ESInputTag > > | ( | char const * | name | ) | const |
std::vector<EventID> edm::ParameterSet::getUntrackedParameter< std::vector< EventID > > | ( | std::string const & | name | ) | const |
std::vector<EventID> edm::ParameterSet::getUntrackedParameter< std::vector< EventID > > | ( | std::string const & | name, |
std::vector< EventID > const & | defaultValue | ||
) | const |
Definition at line 1358 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVEventID(), and Skims_PA_cff::name.
std::vector<EventID> edm::ParameterSet::getUntrackedParameter< std::vector< EventID > > | ( | char const * | name | ) | const |
std::vector<EventID> edm::ParameterSet::getUntrackedParameter< std::vector< EventID > > | ( | char const * | name, |
std::vector< EventID > const & | defaultValue | ||
) | const |
Definition at line 1924 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVEventID(), and Skims_PA_cff::name.
std::vector<EventRange> edm::ParameterSet::getUntrackedParameter< std::vector< EventRange > > | ( | std::string const & | name | ) | const |
std::vector<EventRange> edm::ParameterSet::getUntrackedParameter< std::vector< EventRange > > | ( | std::string const & | name, |
std::vector< EventRange > const & | defaultValue | ||
) | const |
Definition at line 1413 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVEventRange(), and Skims_PA_cff::name.
std::vector<EventRange> edm::ParameterSet::getUntrackedParameter< std::vector< EventRange > > | ( | char const * | name | ) | const |
std::vector<EventRange> edm::ParameterSet::getUntrackedParameter< std::vector< EventRange > > | ( | char const * | name, |
std::vector< EventRange > const & | defaultValue | ||
) | const |
Definition at line 1978 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVEventRange(), and Skims_PA_cff::name.
std::vector<InputTag> edm::ParameterSet::getUntrackedParameter< std::vector< InputTag > > | ( | std::string const & | name | ) | const |
std::vector<InputTag> edm::ParameterSet::getUntrackedParameter< std::vector< InputTag > > | ( | std::string const & | name, |
std::vector< InputTag > const & | defaultValue | ||
) | const |
Definition at line 1305 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVInputTag(), and Skims_PA_cff::name.
std::vector<InputTag> edm::ParameterSet::getUntrackedParameter< std::vector< InputTag > > | ( | char const * | name | ) | const |
std::vector<InputTag> edm::ParameterSet::getUntrackedParameter< std::vector< InputTag > > | ( | char const * | name, |
std::vector< InputTag > const & | defaultValue | ||
) | const |
Definition at line 1872 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVInputTag(), and Skims_PA_cff::name.
std::vector<int> edm::ParameterSet::getUntrackedParameter< std::vector< int > > | ( | std::string const & | name | ) | const |
std::vector<int> edm::ParameterSet::getUntrackedParameter< std::vector< int > > | ( | std::string const & | name, |
std::vector< int > const & | defaultValue | ||
) | const |
Definition at line 1127 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVInt32(), and Skims_PA_cff::name.
std::vector<int> edm::ParameterSet::getUntrackedParameter< std::vector< int > > | ( | char const * | name | ) | const |
std::vector<int> edm::ParameterSet::getUntrackedParameter< std::vector< int > > | ( | char const * | name, |
std::vector< int > const & | defaultValue | ||
) | const |
Definition at line 1698 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVInt32(), and Skims_PA_cff::name.
std::vector<long long> edm::ParameterSet::getUntrackedParameter< std::vector< long long > > | ( | std::string const & | name, |
std::vector< long long > const & | defaultValue | ||
) | const |
Definition at line 1210 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVInt64(), and Skims_PA_cff::name.
std::vector<long long> edm::ParameterSet::getUntrackedParameter< std::vector< long long > > | ( | std::string const & | name | ) | const |
std::vector<long long> edm::ParameterSet::getUntrackedParameter< std::vector< long long > > | ( | char const * | name | ) | const |
std::vector<long long> edm::ParameterSet::getUntrackedParameter< std::vector< long long > > | ( | char const * | name, |
std::vector< long long > const & | defaultValue | ||
) | const |
Definition at line 1779 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVInt64(), and Skims_PA_cff::name.
std::vector<LuminosityBlockID> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > | ( | std::string const & | name, |
std::vector< LuminosityBlockID > const & | defaultValue | ||
) | const |
Definition at line 1385 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVLuminosityBlockID(), and Skims_PA_cff::name.
std::vector<LuminosityBlockID> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > | ( | std::string const & | name | ) | const |
std::vector<LuminosityBlockID> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > | ( | char const * | name | ) | const |
std::vector<LuminosityBlockID> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > | ( | char const * | name, |
std::vector< LuminosityBlockID > const & | defaultValue | ||
) | const |
Definition at line 1951 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVLuminosityBlockID(), and Skims_PA_cff::name.
std::vector<LuminosityBlockRange> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > > | ( | std::string const & | name | ) | const |
std::vector<LuminosityBlockRange> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > > | ( | std::string const & | name, |
std::vector< LuminosityBlockRange > const & | defaultValue | ||
) | const |
Definition at line 1440 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVLuminosityBlockRange(), and Skims_PA_cff::name.
std::vector<LuminosityBlockRange> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > > | ( | char const * | name | ) | const |
std::vector<LuminosityBlockRange> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > > | ( | char const * | name, |
std::vector< LuminosityBlockRange > const & | defaultValue | ||
) | const |
Definition at line 2005 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVLuminosityBlockRange(), and Skims_PA_cff::name.
|
inline |
Definition at line 130 of file PdtEntry.h.
References hltPixelClustersMultiplicity_cfi::defaultValue, MillePedeFileConverter_cfg::e, edm::pdtentry::getPdtEntryVector(), and Skims_PA_cff::name.
|
inline |
Definition at line 124 of file PdtEntry.h.
References MillePedeFileConverter_cfg::e, edm::pdtentry::getPdtEntryVector(), and Skims_PA_cff::name.
|
inline |
Definition at line 109 of file PdtEntry.h.
References hltPixelClustersMultiplicity_cfi::defaultValue, MillePedeFileConverter_cfg::e, edm::pdtentry::getPdtEntryVector(), and Skims_PA_cff::name.
|
inline |
Definition at line 102 of file PdtEntry.h.
References MillePedeFileConverter_cfg::e, edm::pdtentry::getPdtEntryVector(), and Skims_PA_cff::name.
std::vector<std::string> edm::ParameterSet::getUntrackedParameter< std::vector< std::string > > | ( | std::string const & | name, |
std::vector< std::string > const & | defaultValue | ||
) | const |
Definition at line 1263 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVString(), and Skims_PA_cff::name.
std::vector<std::string> edm::ParameterSet::getUntrackedParameter< std::vector< std::string > > | ( | std::string const & | name | ) | const |
std::vector<std::string> edm::ParameterSet::getUntrackedParameter< std::vector< std::string > > | ( | char const * | name | ) | const |
std::vector<std::string> edm::ParameterSet::getUntrackedParameter< std::vector< std::string > > | ( | char const * | name, |
std::vector< std::string > const & | defaultValue | ||
) | const |
Definition at line 1832 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVString(), and Skims_PA_cff::name.
std::vector<unsigned int> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned int > > | ( | std::string const & | name, |
std::vector< unsigned int > const & | defaultValue | ||
) | const |
Definition at line 1154 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVUInt32(), and Skims_PA_cff::name.
std::vector<unsigned int> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned int > > | ( | std::string const & | name | ) | const |
std::vector<unsigned int> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned int > > | ( | char const * | name | ) | const |
std::vector<unsigned int> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned int > > | ( | char const * | name, |
std::vector< unsigned int > const & | defaultValue | ||
) | const |
Definition at line 1725 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVUInt32(), and Skims_PA_cff::name.
std::vector<unsigned long long> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned long long > > | ( | std::string const & | name, |
std::vector< unsigned long long > const & | defaultValue | ||
) | const |
Definition at line 1182 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVUInt64(), and Skims_PA_cff::name.
std::vector<unsigned long long> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned long long > > | ( | std::string const & | name | ) | const |
std::vector<unsigned long long> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned long long > > | ( | char const * | name | ) | const |
std::vector<unsigned long long> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned long long > > | ( | char const * | name, |
std::vector< unsigned long long > const & | defaultValue | ||
) | const |
Definition at line 1752 of file ParameterSet.cc.
References hltPixelClustersMultiplicity_cfi::defaultValue, edm::Entry::getVUInt64(), and Skims_PA_cff::name.
std::string edm::parameterTypeEnumToString | ( | ParameterTypes | iType | ) |
Definition at line 64 of file ParameterDescriptionNode.cc.
References cms::cuda::assert(), TYPE_TO_NAME, and HistogramManager_cfi::VPSet().
Referenced by edm::ParameterSwitchBase::insertAndCheckTypes(), edm::ParameterWildcardBase::print_(), edm::ParameterDescriptionBase::print_(), edm::ParameterSwitch< T >::print_(), edm::AllowedLabelsDescriptionBase::printNestedContentBase_(), edm::ORGroupDescription::throwIfDuplicateTypes(), edm::IfExistsDescription::throwIfDuplicateTypes(), edm::ANDGroupDescription::throwIfDuplicateTypes(), edm::ParameterWildcardBase::throwIfInvalidPattern(), edm::ParameterSetDescription::throwIfWildcardCollision(), edm::ParameterDescriptionBase::throwMissingRequiredNoDefault(), edm::ParameterDescriptionBase::throwParameterWrongTrackiness(), edm::ParameterDescriptionBase::throwParameterWrongType(), edm::ParameterWildcardBase::validateMatchingNames(), and edm::ParameterDescriptionBase::writeCfi_().
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::string > | ( | ) |
Definition at line 43 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< double > > | ( | ) |
Definition at line 41 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< ESInputTag > > | ( | ) |
Definition at line 52 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< EventID > > | ( | ) |
Definition at line 46 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< EventRange > > | ( | ) |
Definition at line 57 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< InputTag > > | ( | ) |
Definition at line 50 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< int > > | ( | ) |
Definition at line 33 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< long long > > | ( | ) |
Definition at line 37 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< LuminosityBlockID > > | ( | ) |
Definition at line 48 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< LuminosityBlockRange > > | ( | ) |
Definition at line 55 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< std::string > > | ( | ) |
Definition at line 44 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< unsigned > > | ( | ) |
Definition at line 35 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< unsigned long long > > | ( | ) |
Definition at line 39 of file ParameterDescriptionNode.cc.
void const* edm::pointerToBase | ( | std::type_info const & | baseTypeInfo, |
T const * | address | ||
) |
Definition at line 47 of file OffsetToBase.h.
References runTheMatrix::const, hltrates_dqm_sourceclient-live_cfg::offset, and edm::OffsetToBase< T >::offsetToBase().
Referenced by edm::reftobase::RefHolder< REF >::pointerToType(), edm::detail::reallyfillPtrVector(), and edm::detail::reallySetPtr().
std::vector< ParameterSet > edm::popSubProcessVParameterSet | ( | ParameterSet & | parameterSet | ) |
Definition at line 804 of file SubProcess.cc.
References edm::ParameterSet::getUntrackedParameter(), parameterSet(), and edm::ParameterSet::popVParameterSet().
Referenced by edm::EventProcessor::init(), and edm::SubProcess::SubProcess().
|
static |
Definition at line 156 of file CollUtil.cc.
References cms::cuda::assert(), edm::IndexIntoFile::begin(), gather_cfg::cout, edm::IndexIntoFile::end(), edm::EventID::event(), edm::poolNames::eventTreeName(), edm::IndexIntoFile::firstAppearanceOrder, edm::EventAuxiliary::id(), edm::poolNames::indexIntoFileBranchName(), edm::IndexIntoFile::iterationWillBeInEntryOrder(), edm::IndexIntoFile::kEvent, edm::IndexIntoFile::kLumi, edm::IndexIntoFile::kRun, AlCaHLTBitMon_QueryRunRegistry::string, and submitPVValidationJobs::t.
Referenced by printEventLists().
|
static |
Definition at line 303 of file CollUtil.cc.
References edm::IndexIntoFile::begin(), gather_cfg::cout, edm::IndexIntoFile::end(), edm::IndexIntoFile::firstAppearanceOrder, edm::poolNames::indexIntoFileBranchName(), edm::IndexIntoFile::kEvent, edm::IndexIntoFile::kLumi, edm::IndexIntoFile::kRun, createIOVlist::nEvents, and submitPVValidationJobs::t.
Referenced by printEventsInLumis().
|
static |
Definition at line 117 of file CollUtil.cc.
References gather_cfg::cout, and edm::poolNames::fileIndexBranchName().
Referenced by printEventLists().
|
static |
Definition at line 257 of file CollUtil.cc.
References edm::FileIndex::begin(), gather_cfg::cout, edm::FileIndex::end(), edm::poolNames::fileIndexBranchName(), edm::FileIndex::kEvent, edm::FileIndex::kLumi, and createIOVlist::nEvents.
Referenced by printEventsInLumis().
S& edm::print | ( | S & | os, |
JobReport::InputFile const & | f | ||
) |
Definition at line 66 of file JobReport.cc.
References boostedTaus_cff::doc, f, and formatFile().
Referenced by operator<<().
S& edm::print | ( | S & | os, |
JobReport::OutputFile const & | f | ||
) |
Definition at line 77 of file JobReport.cc.
References boostedTaus_cff::doc, f, and formatFile().
S& edm::print | ( | S & | os, |
JobReport::RunReport const & | rep | ||
) |
void edm::printBranchNames | ( | TTree * | tree | ) |
Definition at line 74 of file CollUtil.cc.
References gather_cfg::cout, mps_fire::i, L1DTConfigBti_cff::LL, and findQualityFiles::size.
void edm::printCmsException | ( | cms::Exception & | e, |
edm::JobReport * | jobRep = nullptr , |
||
int | rc = -1 |
||
) |
Definition at line 12 of file ExceptionMessages.cc.
References MillePedeFileConverter_cfg::e, edm::JobReport::reportError(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by addContextAndPrintException().
void edm::printCmsExceptionWarning | ( | char const * | behavior, |
cms::Exception const & | e | ||
) |
Definition at line 25 of file ExceptionMessages.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::EDLooperBase::doDuringLoop(), edm::StreamSchedule::finishedPaths(), edm::Path::handleWorkerFailure(), and edm::Worker::shouldRethrowException().
void edm::printEventLists | ( | TFile * | tfl | ) |
Definition at line 239 of file CollUtil.cc.
References cms::cuda::assert(), edm::poolNames::fileFormatVersionBranchName(), edm::FileFormatVersion::hasIndexIntoFile(), edm::poolNames::metaDataTreeName(), postIndexIntoFilePrintEventLists(), and preIndexIntoFilePrintEventLists().
void edm::printEventsInLumis | ( | TFile * | tfl | ) |
Definition at line 359 of file CollUtil.cc.
References cms::cuda::assert(), edm::poolNames::fileFormatVersionBranchName(), edm::FileFormatVersion::hasIndexIntoFile(), edm::poolNames::metaDataTreeName(), postIndexIntoFilePrintEventsInLumis(), and preIndexIntoFilePrintEventsInLumis().
void edm::printTrees | ( | TFile * | hdl | ) |
Definition at line 35 of file CollUtil.cc.
References HLT_2022v15_cff::Class, crabWrapper::key, and getGTfromDQMFile::obj.
void edm::printUuids | ( | TTree * | uuidTree | ) |
Definition at line 108 of file CollUtil.cc.
References gather_cfg::cout, edm::FileID::fid(), and edm::poolNames::fileIdentifierBranchName().
Guid const & edm::processGUID | ( | ) |
BranchID edm::productIDToBranchID | ( | ProductID const & | pid, |
BranchIDLists const & | lists, | ||
BranchListIndexes const & | indexes | ||
) |
Definition at line 11 of file ProductIDToBranchID.cc.
References edm::ProductID::isValid(), edm::ProductID::processIndex(), and edm::ProductID::productIndex().
Referenced by edm::EventPrincipal::pidToBid(), fwlite::internal::BranchMapReaderStrategyV11::productToBranchID(), and fwlite::internal::BranchMapReaderStrategyV17::productToBranchID().
bool edm::public_base_classes | ( | std::vector< std::string > & | missingDictionaries, |
TypeID const & | typeID, | ||
std::vector< TypeID > & | baseTypes | ||
) |
Definition at line 319 of file DictionaryTools.cc.
References newFWLiteAna::base, checkDictionary(), edm::TypeWithDict::name(), search_all(), edm::TypeID::typeInfo(), and edm::TypeWithDict::typeInfo().
Referenced by edm::ProductRegistry::checkDictionariesOfConsumedTypes(), edm::ProductRegistry::initializeLookupTables(), edm::ProductResolverIndexHelper::insert(), and edm::productholderindexhelper::typeIsViewCompatible().
void edm::pythonToCppException | ( | const std::string & | iType, |
const std::string & | error | ||
) |
Definition at line 6 of file PyBind11Wrapper.cc.
References edm::errors::Configuration, relativeConstraints::error, Exception, and edm::errors::UnavailableAccelerator.
Referenced by PyBind11ProcessDesc::read(), edm::cmspybind11::readPSetsFrom(), and FWPathsPopup::scheduleReloadEvent().
void edm::read_from_cin | ( | std::string & | output | ) |
Definition at line 25 of file Parse.cc.
References mps_splice::line, convertSQLitetoXML_cfg::output, and AlCaHLTBitMon_QueryRunRegistry::string.
std::string edm::read_whole_file | ( | std::string const & | filename | ) |
only does the yacc interpretation
Definition at line 10 of file Parse.cc.
References edmScanValgrind::buffer, edm::errors::Configuration, Exception, corrVsCorr::filename, input, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
std::unique_ptr< edm::ParameterSet > edm::readConfig | ( | std::string const & | config, |
int | argc, | ||
char * | argv[] | ||
) |
same, but with arguments
Definition at line 11 of file ParameterSetReader.cc.
References dir2webdir::argc, GCPpyPlots::argv, PyBind11ProcessDesc::parameterSet(), and edm::cmspybind11::readConfig().
std::unique_ptr< edm::ParameterSet > edm::readConfig | ( | std::string const & | config | ) |
Definition at line 15 of file ParameterSetReader.cc.
References PyBind11ProcessDesc::parameterSet(), and edm::cmspybind11::readConfig().
Referenced by readConfig().
std::unique_ptr< edm::ParameterSet > edm::readPSetsFrom | ( | std::string const & | fileOrString | ) |
finds all the PSets used in the top level module referred as a file or as a string containing python commands. These PSets are bundled into a top level PSet from which they can be retrieved
Definition at line 23 of file ParameterSetReader.cc.
References MillePedeFileConverter_cfg::e, cond::persistency::import(), edm::python::initializePyBind11Module(), makePSetsFromFile(), makePSetsFromString(), callgraph::module, resolutioncreator_cfi::object, Python11ParameterSet::pset(), pythonToCppException(), and edm::cmspybind11::readPSetsFrom().
Referenced by main(), and readPSetsFrom().
void edm::reenableSigs | ( | sigset_t * | oldset | ) |
Definition at line 72 of file UnixSignalHandlers.cc.
References MUST_BE_ZERO.
Referenced by installCustomHandler().
Ptr<typename C::value_type> edm::refToPtr | ( | Ref< C, typename C::value_type, refhelper::FindUsingAdvance< C, typename C::value_type > > const & | ref | ) |
Definition at line 18 of file RefToPtr.h.
Referenced by ParticleLevelProducer::addGenJet(), EgammaHLTFilteredObjProducer< OutCollType >::addObj(), PFEGammaAlgo::attachPSClusters(), PFEGammaProducer::createSingleLegConversions(), EGammaMvaEleEstimator::isoMvaValue(), noPuUtils::isVertexAssociated(), reco::tau::PFRecoTauChargedHadronFromPFCandidatePlugin::operator()(), ParticleLevelProducer::produce(), pat::PATTauSlimmer::produce(), IsolatedTrackCleaner::produce(), pat::PATSecondaryVertexSlimmer::produce(), pat::PackedPFCandidateRefMixer::produce(), pat::PATGenJetSlimmer::produce(), pat::PATMuonSlimmer::produce(), TauGenJetProducer::produce(), pat::PATJetSlimmer::produce(), JetSubstructurePacker::produce(), PFTauPrimaryVertexProducerBase::produce(), EgammaHLTPhase2ExtraProducer::produce(), L1TCorrelatorLayer1Producer::putEgObjects(), edmtest::OtherThingAlgorithm::run(), and PFEGammaToCandidate::run().
std::vector< std::vector< std::string >::const_iterator > edm::regexMatch | ( | std::vector< std::string > const & | strings, |
std::regex const & | regexp | ||
) |
Definition at line 26 of file RegexMatch.cc.
References mps_fire::i, oniaPATMuonsWithTrigger_cff::matches, fetchall_from_DQM_v2::regexp, and makeListRunsInFiles::strings.
Referenced by triggerExpression::PathReader::init(), HLTHighLevel::init(), TriggerTools::initPathNames(), edm::EventSelector::initPathNames(), hltdqm::passTrig(), regexMatch(), dqmservices::DQMStreamerReader::setMatchTriggerSel(), and dqmservices::TriggerSelector::TreeElement::TreeElement().
std::vector< std::vector< std::string >::const_iterator > edm::regexMatch | ( | std::vector< std::string > const & | strings, |
std::string const & | pattern | ||
) |
Definition at line 37 of file RegexMatch.cc.
References glob2reg(), topSingleLeptonDQM_PU_cfi::pattern, regexMatch(), fetchall_from_DQM_v2::regexp, and makeListRunsInFiles::strings.
void edm::replaceString | ( | std::string & | demangledName, |
std::string const & | from, | ||
std::string const & | to | ||
) |
Definition at line 85 of file TypeDemangler.cc.
Referenced by edm::TypeWithDict::cppName(), L1GtVhdlTemplateFile::findAndReplaceString(), L1GtVhdlTemplateFile::substitute(), and typeDemangle().
void edm::resolveSymbolicLinks | ( | std::string & | fullPath | ) |
Definition at line 48 of file resolveSymbolicLinks.cc.
References newFWLiteAna::found, and contentValuesFiles::fullPath.
|
static |
|
static |
|
inline |
Definition at line 36 of file Algorithms.h.
References ztail::d, spr::find(), and alignCSCRings::s.
Referenced by edm::eventsetup::EventSetupRecordProvider::add(), edm::WorkerManager::addToAllWorkers(), edm::service::ThreadSafeLogMessageLoggerScribe::configure_statistics(), edm::StreamSchedule::fillWorkers(), edm::service::TriggerNamesService::getTrigPaths(), edm::Schedule::limitOutput(), edm::MainParameterSet::MainParameterSet(), and public_base_classes().
|
inline |
Definition at line 52 of file Algorithms.h.
References AlCaHLTBitMon_ParallelJobs::p, and alignCSCRings::s.
U edm::second | ( | std::pair< T, U > const & | p | ) |
Definition at line 222 of file ParameterSet.cc.
References AlCaHLTBitMon_ParallelJobs::p.
Referenced by FilterOR::accept(), HGCDigitizer::accumulate(), CaloTruthAccumulator::accumulateEvent(), TkTrackingRegionsMargin< float >::add(), FWTrackHitsDetailView::addModules(), FWConvTrackHitsDetailView::addModules(), PrintGeomSummary::addName(), BaseProtonTransport::addPartToHepMC(), Hector::addPartToHepMC(), SurveyInputTrackerFromDB::addSurveyInfo(), SurveyMisalignmentInput::addSurveyInfo(), gen::EvtGenInterface::addToHepMC(), algorithm(), EcalPreshowerGeometry::alignmentTransformIndexLocal(), PFCandConnector::analyseNuclearWPrim(), PFCandConnector::analyseNuclearWSec(), SiStripDetVOffHandler::analyze(), RPCGeometryServTest::analyze(), DTOccupancyEfficiency::analyze(), EcalDQMonitorTask::analyze(), L1TGlobalSummary::analyze(), edmtest::AssociationMapAnalyzer::analyze(), DTPreCalibrationTask::analyze(), BxTiming::analyze(), DTNoiseCalibration::analyze(), HcalQIEDataCheck::analyze(), HcalPedestalWidthsCheck::analyze(), DTNoiseTask::analyze(), HeavyFlavorValidation::analyze(), HcalRaddamMuon::analyze(), L1TRPCTPG::analyze(), l1t::GtRecordDump::analyze(), HLTScalers::analyze(), DTDigiTask::analyze(), HcalHBHEMuonAnalyzer::analyze(), HLTExoticaSubAnalysis::analyze(), EcalSelectiveReadoutValidation::analyzeEB(), EcalSelectiveReadoutValidation::analyzeEE(), CaloSimHitAnalysis::analyzeHits(), L1GtAnalyzer::analyzeL1GtUtilsCore(), SiStripBadAPVAlgorithmFromClusterOccupancy::AnalyzeOccupancy(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::AnalyzeOccupancy(), HGCalTBAnalyzer::analyzeRecHits(), HGCalTimingAnalyzer::analyzeSimHits(), HGCalTBAnalyzer::analyzeSimHits(), HcalHBHEMuonHighEtaAnalyzer::analyzeTracks(), SurveyDataConverter::applyFineSurveyInfo(), ticl::assignPCAtoTracksters(), TrackerHitAssociator::associateHit(), L1GtTriggerMenuTester::associateL1SeedsHltPath(), VertexAssociatorByPositionAndTracks::associateRecoToSim(), TrackAssociatorByChi2Impl::associateRecoToSim(), VertexAssociatorByPositionAndTracks::associateSimToReco(), JetHtPlotConfiguration::autoExpandEnvironmentVariables(), Tracker_OldtoNewConverter::beginJob(), GctFormatTranslateV35::blockToRctEmCand(), GctFormatTranslateV38::blockToRctEmCand(), GctFormatTranslateMCLegacy::blockToRctEmCand(), SiStripGainFromCalibTree::bookDQMHistos(), QIE11Task::bookHistograms(), BxTiming::bookHistograms(), SiStripGainsCalibTreeWorker::bookHistograms(), SiStripGainsPCLWorker::bookHistograms(), CSCGeometryParsFromDD::build(), RunRangeDependentPedeLabeler::buildRunRangeDependencyMap(), SeedFromGenericPairOrTriplet::buildSeed(), CocoaUnitDefinition::BuildUnitsTable(), ALIUnitDefinition::BuildUnitsTable(), CSCEventData::calcALCTcrc(), FWInvMassDialog::Calculate(), JetPartonMatching::calculate(), ClusterShapeAlgo::Calculate_Covariances(), ClusterShapeAlgo::Calculate_e3x2(), ClusterShapeAlgo::Calculate_e3x3(), ClusterShapeAlgo::Calculate_e4x4(), ClusterShapeAlgo::Calculate_e5x5(), MultipleAlgoIterator::calculatePedestal(), ReflectedIterator::calculatePedestal(), PileUpSubtractor::calculatePedestal(), PedeLabelerBase::calibrationParamFromLabel(), cert_plot(), GEMCSCSegAlgoRR::chainHitsToSegm(), HiggsValidation::MonitoredDecays::channel(), checkForModuleDependencyCorrectness(), AlignmentTwoBodyDecayTrackSelector::checkMETMass(), OniaPhotonConversionProducer::checkTkVtxCompatibility(), IsoTrig::chgIsolation(), SiStripAPVRestorer::cleaner_LocalMinimumAdder(), SiStripAPVRestorer::cleaner_MonotonyChecker(), PFMuonAlgo::cleanPunchThroughAndFakes(), TrackCleaner::cleanTracks(), PixelTrackCleanerBySharedHits::cleanTracks(), EcalClusterToolsT< noZS >::cluster2ndMoments(), SimplePlan1RechitCombiner::combine(), AlignableObjectId::commonGeometry(), AlignableObjectId::commonObjectIdProvider(), L1MuGMTExtendedCand::compareRank(), L1TLSBlock::computeErrorFromRange(), GaussianSumUtilities1D::computeMode(), SiStripFecCabling::connections(), DDHGCalTBModuleX::constructBlocks(), DDHCalBarrelAlgo::constructGeneralVolume(), DDHCalEndcapAlgo::constructGeneralVolume(), DDHCalBarrelAlgo::constructInsideDetectors(), DDHCalBarrelAlgo::constructInsideLayers(), DDHCalEndcapModuleAlgo::constructInsideModule(), DDHCalEndcapAlgo::constructInsideModule(), DDHCalEndcapModuleAlgo::constructInsideModule0(), DDHCalEndcapAlgo::constructInsideModule0(), DDHCalBarrelAlgo::constructInsideSector(), DDHCalEndcapAlgo::constructInsideSector(), DDHGCalTBModule::constructLayers(), DDHGCalTBModuleX::constructLayers(), DDAHcalModuleAlgo::constructLayers(), DDHGCalModule::constructLayers(), DDHGCalModuleAlgo::constructLayers(), DDHGCalHEAlgo::constructLayers(), DDHGCalHEFileAlgo::constructLayers(), DDHGCalEEAlgo::constructLayers(), DDHGCalEEFileAlgo::constructLayers(), DDHGCalMixLayer::constructLayers(), DDHGCalSiliconModule::constructLayers(), DDHGCalMixRotatedLayer::constructLayers(), DDHGCalSiliconRotatedModule::constructLayers(), DDHCalBarrelAlgo::constructMidLayer(), DDHCalEndcapModuleAlgo::constructScintLayer(), DDHCalEndcapAlgo::constructScintLayer(), DDHCalBarrelAlgo::constructSideLayer(), SiPixelStatusHarvester::constructTag(), CaloTowersCreationAlgo::convert(), GctFormatTranslateV35::convertBlock(), GctFormatTranslateMCLegacy::convertBlock(), GctFormatTranslateV38::convertBlock(), convertHB(), FFTJetCorrectorSequence< Jet, InitialConverter, FinalConverter >::correct(), MuonPathAssociator::correlateMPaths(), LatencyHistosUsingDb::create(), PFAlgo::createCandidatesHCAL(), PFCand_AssoMapAlgos::createMappings(), PF_PU_AssoMapAlgos::createMappings(), HFSimpleTimeCheck::determineAnodeStatus(), Phase2TrackerDigitizerAlgorithm::digitize(), SurveyPxbDicer::doDice(), HLTTauRefProducer::doPFTaus(), VectorDoublet< Vector3D, Vector3D >::dot(), AlcaBeamMonitor::dqmEndRun(), SiPixelStatusHarvester::dqmEndRun(), drawMap(), DTSC::DTSectCollsort2(), MuScleFit::duringFastLoop(), ZeeCalibration::duringLoop(), EcalClusterToolsT< noZS >::e2nd(), EcalDQMonitorTask::EcalDQMonitorTask(), EcalClusterToolsT< noZS >::eMax(), edm::service::ELoutput::emitToken(), iterator_pair_as_a_range< I >::end(), DTT0Calibration::endJob(), SplitVertexResolution::endJob(), GeneralPurposeTrackAnalyzer::endJob(), DMRChecker::endJob(), AlcaBeamMonitorClient::endRun(), cond::serialization::equal(), cond::serialization::access< T, typename std::enable_if< std::is_integral< T >::value or std::is_enum< T >::value >::type >::equal_(), cond::serialization::access< T, typename std::enable_if< std::is_floating_point< T >::value >::type >::equal_(), cond::serialization::access< std::string >::equal_(), cond::serialization::access< std::bitset< N > >::equal_(), cond::serialization::access< std::pair< T, U > >::equal_(), cond::serialization::equal_tuple< N, Ts >::equal_(), cond::serialization::access< std::tuple< Ts... > >::equal_(), cond::serialization::access< T, typename std::enable_if< std::is_pointer< T >::value >::type >::equal_(), cond::serialization::access< T[N]>::equal_(), cond::serialization::access< std::array< T, N > >::equal_(), cond::serialization::access< std::forward_list< T > >::equal_(), trklet::MatchEngine::execute(), DDHGCalCell::execute(), DDHGCalWafer8::execute(), DDTOBRodAlgo::execute(), DDTrackerXYZPosAlgo::execute(), DDTrackerZPosAlgo::execute(), DDTIDModulePosAlgo::execute(), trklet::MatchCalculator::execute(), DDHGCalWaferP::execute(), DDTrackerAngular::execute(), DDTrackerLinear::execute(), DDTrackerPhiAlgo::execute(), DDTrackerPhiAltAlgo::execute(), DDHGCalWaferPartialRotated::execute(), DDTIDRingAlgo::execute(), trklet::MatchProcessor::execute(), DDHCalLinearXY::execute(), DDPixFwdDiskAlgo::execute(), DDTECOptoHybAlgo::execute(), DDTECPhiAlgo::execute(), DDTECPhiAltAlgo::execute(), DDTIDAxialCableAlgo::execute(), DDTIDModuleAlgo::execute(), DDTOBAxCableAlgo::execute(), DDTOBRadCableAlgo::execute(), DDPixPhase1FwdDiskAlgo::execute(), trklet::PurgeDuplicate::execute(), DDHGCalWaferF::execute(), DDHGCalWaferFullRotated::execute(), DDHCalTBZposAlgo::execute(), DDPixBarLayerAlgo::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDTIBLayerAlgo::execute(), DDBHMAngular::execute(), DDHCalForwardAlgo::execute(), DDTECCoolAlgo::execute(), DDHCalTBCableAlgo::execute(), DDHCalFibreBundle::execute(), DDTECModuleAlgo::execute(), DDPixFwdBladesNew::execute(), DDTrackerIrregularRingAlgo::execute(), DDTrackerRingAlgo::execute(), DDPixFwdBlades::execute(), CommissioningHistograms::extractHistograms(), TrackTimeValueMapProducer::extractTrackVertexTime(), PropagateToMuon::extrapolate(), BPHWriteSpecificDecay::fill(), SiPixelGainCalibrationReadDQMFile::fillDatabase(), SiPixelGainCalibrationRejectNoisyAndDead::fillDatabase(), GenParticleProducer::fillDaughters(), DTLocalTriggerTest::fillGlobalSummary(), edm::RootFile::fillIndexIntoFile(), EcalEBTrigPrimTestAlgo::fillMap(), EcalTrigPrimFunctionalAlgo::fillMap(), SiStripCMMonitorPlugin::fillMaps(), SiStripNoisesDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiPixelUtility::fillPaveText(), RunDCSHVDat::fillTheMapByTime(), JetHTJetPlusHOFilter::filter(), CSCDigiValidator::filter(), Hector::filterD1(), Hector::filterFP420(), Hector::filterZDC(), mkfit::MkBuilder::find_tracks_in_layers(), Phase2L1GMT::Tauto3Mu::FindCloset3Mu(), EcalTBCrystalMap::findCrystalAngles(), MaterialBudgetVolume::findLV(), HoughGrouping::findTheMaxima(), mkfit::MkBuilder::findTracksStandard(), SymmetryFit::findUsableMinMax(), CosmicMuonSmoother::fit(), KFTrajectoryFitter::fitOne(), JetCoreClusterSplitter::fittingSplit(), alpgen::fixEventHiggsTTbar(), alpgen::fixEventSingleTop(), alpgen::fixEventTTbar(), NuclearTester::fwdEstimate(), SiStripApvGainFromFileBuilder::gain_from_maps(), SiStripGainsPCLHarvester::gainQualityMonitor(), DTMeantimerPatternReco::geometryFilter(), edm::RangeMap< det_id_type, edm::OwnVector< B > >::get(), DTTPGParameters::get(), DTLVStatus::get(), DTRangeT0::get(), DTHVStatus::get(), edm::helper::IndexRangeAssociation::get(), DTTtrig::get(), DTDeadFlag::get(), DTMtime::get(), DTStatusFlag::get(), DTPerformance::get(), GctFormatTranslateBase::getBlockDescription(), CalibrationInterface< T, CO >::getCalibData(), lumi::fPoly::getCorrection(), SiStripPsuDetIdMap::getDcuId(), SiStripPsuDetIdMap::getDetectorLocation(), hcaldqm::quantity::getEid_FED(), hcaldqm::quantity::getEid_FEDuTCA(), l1t::L1TGlobalUtil::getFinalDecisionByBit(), l1t::L1TGlobalUtil::getFinalDecisionByName(), LMFCorrCoefDat::getFlag(), metsig::SignAlgoResolutions::getfunc(), l1t::L1TGlobalUtil::getInitialDecisionByBit(), l1t::L1TGlobalUtil::getInitialDecisionByName(), l1t::L1TGlobalUtil::getIntermDecisionByBit(), l1t::L1TGlobalUtil::getIntermDecisionByName(), EcalLaserDbService::getLaserCorrection(), HcalLayerDepthMap::getLayerDepth(), G4muDarkBremsstrahlungModel::GetMadgraphData(), l1t::L1TGlobalUtil::getMaskByBit(), l1t::L1TGlobalUtil::getMaskByName(), PileUpSubtractor::getMeanAtTower(), FillInfoPopConSourceHandler::getNewObjects(), trigger::TriggerEventWithRefs::getObjects(), HcalDDDRecConstants::getOneEtaBin(), LMFRunIOV::getParameters(), HcalDDDSimConstants::getPhis(), HcalDDDRecConstants::getPhis(), PileUpSubtractor::getPileUpAtTower(), l1t::L1TGlobalUtil::getPrescaleByBit(), l1t::L1TGlobalUtil::getPrescaleByName(), SimpleL1MuGMTCand::getRank(), OMTFConfiguration::getRegionNumberFromMap(), HcalDDDRecConstants::getRZ(), LMFCorrCoefDat::getSeqID(), LMFCorrCoefDat::getSequence(), PileUpSubtractor::getSigmaAtTower(), RPCSeedPattern::getSpecialAlgorithmErrorMatrix(), SiStripBaseCondObjDQM::getSummaryMEs(), HcalDDDRecConstants::getThickActive(), ZIterativeAlgorithmWithFit::getWeight(), hgcal::ClusterTools::getWidths(), SimTrackManager::giveMotherNeeded(), AlcaBeamMonitor::globalEndLuminosityBlock(), HcalPiecewiseLinearFunctor::HcalPiecewiseLinearFunctor(), HcalTopology::HcalTopology(), PixelTripletLargeTipGenerator::hitTriplets(), HLTCommonConfig::HLTCommonConfig(), HLTEgammaEtFilterPairs::hltFilter(), HLTJetSortedVBFFilter< T >::hltFilter(), SimTrackManager::idSavedTrack(), L1MuGMTLUT::Init(), init_filter(), HcalDDDRecConstants::initialize(), L1GtUtils::LogicalExpressionL1Results::initialize(), edm::ParentageRegistry::insertMapped(), TRange< int >::inside(), muonisolation::Range< float >::inside(), PixelRecoRange< float >::inside(), EcalTBDaqFormatter::interpretRawData(), EcalTB07DaqFormatter::interpretRawData(), APVCyclePhaseProducerFromL1TS::isBadRun(), TtGenEvent::isFullLeptonic(), GEMSegmentAlgorithm::isGoodToMerge(), AntiElectronIDCut2::isInEcalCrack(), RPCFw::isMajor(), MuonPathAssociator::isNotAPrimo(), CSCDDUMap::item(), CSCChamberMap::item(), CSCCrateMap::item(), TtEvent::jetLeptonCombination(), L1GtUtils::LogicalExpressionL1Results::l1Results(), HcalIndexLookup::largestIndex(), fftjetcms::LinInterpolatedTable1D::LinInterpolatedTable1D(), G4SimEvent::load(), dqmservices::DQMFileIterator::LumiEntry::load_json(), dqmservices::DQMFileIterator::EorEntry::load_json(), CalorimetryManager::loadFromEcalBarrel(), CalorimetryManager::loadFromEcalEndcap(), CalorimetryManager::loadFromHcal(), HcalFlexiHardcodeGeometryLoader::makeHECells(), HGCalDDDConstants::maskCell(), match(), cms::DDFilteredView::match(), JetPartonMatching::matchingPtOrderedMinDist(), TRange< int >::max(), muonisolation::Range< float >::max(), PixelRecoRange< float >::max(), TRange< int >::mean(), PixelRecoRange< float >::mean(), muonisolation::Range< float >::mean(), lhef::LHEReader::next(), Quantile::next(), MultipleAlgoIterator::offsetCorrectJets(), ReflectedIterator::offsetCorrectJets(), PileUpSubtractor::offsetCorrectJets(), DDValuePair::operator const double &(), DDValuePair::operator double &(), PhysicsTools::AtomicId::operator!=(), Cluster1DMerger< T >::operator()(), CastorDbASCIIIO::DetIdLess::operator()(), pixeltemp::Cluster1DMerger< reco::Track >::operator()(), CheckHitPattern::operator()(), CastorDbASCIIIO::CastorElectronicsIdLess::operator()(), reco::tau::RecoTauPiZeroStripPlugin::operator()(), reco::tau::RecoTauPiZeroStripPlugin2::operator()(), reco::tau::RecoTauPiZeroStripPlugin3::operator()(), L1MuDTEUX::EUX_Comp::operator()(), L1MuBMEUX::EUX_Comp::operator()(), PhysicsTools::AtomicId::operator<(), operator<<(), PhysicsTools::AtomicId::operator<=(), PhysicsTools::AtomicId::operator==(), PhysicsTools::AtomicId::operator>(), PhysicsTools::AtomicId::operator>=(), ClusterClusterMapping::overlap(), CovarianceParameterization::pack(), reco::modules::TrackerTrackHitFilter::parseStoN(), PartitionGenerator::partitions(), L1MuBMAssignmentUnit::PhiAU(), L1MuDTAssignmentUnit::PhiAU(), PhiBorderFinder::PhiBorderFinder(), MuonG4Numbering::PhysicalVolumeToBaseNumber(), HiggsValidation::MonitoredDecays::position(), SiStripRegionCabling::position(), DDHGCalHEAlgo::positionMix(), DDHGCalHEFileAlgo::positionMix(), DDHGCalMixLayer::positionMix(), DDHGCalMixRotatedLayer::positionMix(), DDAHcalModuleAlgo::positionSensitive(), DDHGCalTBModule::positionSensitive(), DDHGCalTBModuleX::positionSensitive(), DDHGCalEEAlgo::positionSensitive(), DDHGCalEEFileAlgo::positionSensitive(), DDHGCalSiliconModule::positionSensitive(), DDHGCalSiliconRotatedModule::positionSensitive(), DDHGCalHEFileAlgo::positionSensitive(), DDHGCalHEAlgo::positionSensitive(), Quantile::prev(), TtFullLeptonicEvent::print(), TrackerHitAssociator::printDetBnchEvtTrk(), PixelTemplateSmearerBase::process(), hcalCalib::Process(), cscdqm::EventProcessor::processCSC(), DDLSpecPar::processElement(), DDLNumeric::processElement(), TTTrackAssociator< T >::produce(), PATTauIDEmbedder::produce(), TtFullLepKinSolutionProducer::produce(), CandOneToManyDeltaRMatcher::produce(), PFConversionProducer::produce(), HcalRawToDigi::produce(), PFTrackProducer::produce(), EgammaHLTEleL1TrackIsolProducer::produce(), DTFakeT0ESProducer::produce(), L1ExtraParticleMapProd::produce(), PF_PU_FirstVertexTracks::produce(), RunManagerMTWorker::produce(), JetPlusTrackProducerAA::produce(), PFCand_NoPU_WithAM::produce(), pat::PATTauProducer::produce(), HLTScoutingMuonProducer::produce(), TPStubValueMapProducer::produce(), PixelJetPuId::produce(), HFPreReconstructor::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), BoostedDoubleSVProducer::produce(), BTagProbabilityToDiscriminator::produce(), NuclearTrackCorrector::produce(), AlCaHcalHBHEMuonProducer::produce(), L1TCorrelatorLayer1Producer::produce(), GsfElectronProducer::produce(), L1MuDTTrack::rank(), L1MuBMTrack::rank(), L1MuGMTExtendedCand::rankRef(), emtf::Forest::rankVariables(), RBorderFinder::RBorderFinder(), RunSummaryRead::readData(), L1TriggerScalerRead::readData(), SiStripDetVOffBuilder::readLastValueFromFile(), FedRawDataInputSource::readWorker(), DAQSource::readWorker(), RealQuadEquation::RealQuadEquation(), GroupedDAFHitCollector::recHits(), CSCEfficiency::recHitSegment_Efficiencies(), CSCEfficiency::recSimHitEfficiency(), SiStripDetVOffBuilder::reduce(), SiStripDetVOffBuilder::reduction(), CandidateSeededTrackingRegionsProducer::regions(), PointSeededTrackingRegionsProducer::regions(), L1MuonSeededTrackingRegionsProducer::regions(), jsoncollector::FastMonitor::registerGlobalMonitorable(), MuonPathAssociator::removeSharingFits(), L1GtUtils::LogicalExpressionL1Results::reset(), l1t::L1TGlobalUtil::resetDecisionVectors(), L1TOccupancyClientHistogramService::resetHisto(), l1t::L1TGlobalUtil::resetPrescaleVectors(), l1t::L1TGlobalUtil::retrieveL1Event(), l1t::L1TGlobalUtil::retrieveL1Setup(), TkTrackingRegionsMargin< float >::right(), EcalClusterToolsT< noZS >::roundnessBarrelSuperClusters(), EcalClusterToolsT< noZS >::roundnessBarrelSuperClustersUserExtended(), reco::modules::TrackerTrackHitFilter::Rule::Rule(), PixelCPEClusterRepair::Rule::Rule(), EcalEBTrigPrimTestAlgo::run(), DTTSS::run(), DTTSM::run(), DTSC::run(), MillePedeAlignmentAlgorithm::run(), EcalTrigPrimFunctionalAlgo::run_part2(), DTLocalTriggerLutTest::runClientDiagnostic(), DTTriggerEfficiencyTest::runClientDiagnostic(), SortCollectionSelector< InputCollection, Comparator, OutputCollection, StoreContainer, RefAdder >::select(), FWTableView::selectCollection(), MuScleFit::selectMuons(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::selectPriVtxCompatibleWithTrack(), DTLVStatus::set(), DTTPGParameters::set(), DTRangeT0::set(), DTHVStatus::set(), DTTtrig::set(), DTDeadFlag::set(), DTStatusFlag::set(), DTMtime::set(), DTPerformance::set(), EcalDeadCellTriggerPrimitiveFilter::setEvtRecHitstatus(), FWEventItemsManager::setFrom(), InitialGrouping::setInChannels(), DDLSolid::setReference(), hph::Setup::Setup(), ShallowTree::ShallowTree(), ConvBremSeedProducer::sharedHits(), MuonPathAssociator::shareFit(), muonisolation::Range< float >::sort(), PixelRecoRange< float >::sort(), TRange< int >::sort(), edm::OneToManyWithQualityGeneric< TrackingVertexCollection, edm::View< reco::Vertex >, double, unsigned int >::sort(), PF_PU_AssoMapAlgos::SortAssociationMap(), PFCand_AssoMapAlgos::SortPFCandAssociationMap(), DTTSM::sortTSM2(), DTTSS::sortTSS2(), DAClusterizerInZ::split(), DAClusterizerInZ_vect::split(), DAClusterizerInZT_vect::split(), CombinationGenerator< T >::splitInTwoCollections(), trklet::MatchEngineUnit::step(), AlCaHcalIsotrkProducer::storeEnergy(), L1MuGMTLUT::PortDecoder::str(), StringBasedNTupler::StringBasedNTupler(), RPCDigiL1Link::strip(), StripCPE::StripCPE(), magneticfield::MagGeoBuilder::summary(), MagGeoBuilderFromDDD::summary(), PixelRecoRange< float >::swap(), trigger::swap(), CompositeLogicalTrajectoryFilter::TBC(), TwoBodyDecayTrajectoryFactory::trajectories(), L3MuonTrajectoryBuilder::trajectories(), GsfTrajectorySmoother::trajectory(), CovarianceParameterization::unpack(), MonopoleSteppingAction::update(), LatencyHistosUsingDb::update(), SiTrackerMultiRecHitUpdator::update(), viewNameFrom(), HGCalDDDConstants::waferType(), HGCalDDDConstants::waferTypeRotation(), HGCalWaferMask::waferXY(), WeightedMeanFitter::weightedMeanOutlierRejection(), WeightedMeanFitter::weightedMeanOutlierRejectionBeamSpot(), MuonAssociatorByHitsHelper::write_matched_simtracks(), trklet::TrackletConfigBuilder::writeASMemories(), trklet::TrackletConfigBuilder::writeILMemories(), VirtualJetProducer::writeJets(), trklet::TrackletConfigBuilder::writeSPMemories(), and trklet::VMProjectionsMemory::writeVMPROJ().
|
static |
Referenced by edm::InputTag::encode(), edm::InputTag::InputTag(), and tokenize().
void edm::setIsMergeable | ( | BranchDescription & | desc | ) |
Definition at line 15 of file setIsMergeable.cc.
References edm::TypeWithDict::byName(), submitPVResolutionJobs::desc, edm::TypeWithDict::getClass(), InLumi, InRun, hltrates_dqm_sourceclient-live_cfg::offset, or, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by edm::ProductRegistryHelper::addToRegistry(), edm::Schedule::finishSetup(), edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), and ProvenanceDumper::work_().
void edm::setMaxLoggedErrorsSummaryIndicies | ( | unsigned int | iMax | ) |
Definition at line 187 of file MessageSender.cc.
References errorSummaryMaps.
Referenced by edm::service::MessageLogger::MessageLogger().
unsigned int edm::setNThreads | ( | unsigned int | iNThreads, |
unsigned int | iStackSize, | ||
std::unique_ptr< ThreadsController > & | oPtr | ||
) |
Definition at line 11 of file setNThreads.cc.
void edm::setPtr | ( | std::vector< T, A > const & | obj, |
std::type_info const & | iToType, | ||
unsigned long | iIndex, | ||
void const *& | oPtr | ||
) |
Definition at line 67 of file setPtr.h.
References getGTfromDQMFile::obj, and edm::detail::reallySetPtr().
void edm::setPtr | ( | std::list< T, A > const & | obj, |
std::type_info const & | iToType, | ||
unsigned long | iIndex, | ||
void const *& | oPtr | ||
) |
Definition at line 72 of file setPtr.h.
References getGTfromDQMFile::obj, and edm::detail::reallySetPtr().
void edm::setPtr | ( | std::deque< T, A > const & | obj, |
std::type_info const & | iToType, | ||
unsigned long | iIndex, | ||
void const *& | oPtr | ||
) |
Definition at line 77 of file setPtr.h.
References getGTfromDQMFile::obj, and edm::detail::reallySetPtr().
void edm::setPtr | ( | std::set< T, A, Comp > const & | obj, |
std::type_info const & | iToType, | ||
unsigned long | iIndex, | ||
void const *& | oPtr | ||
) |
Definition at line 82 of file setPtr.h.
References getGTfromDQMFile::obj, and edm::detail::reallySetPtr().
|
inline |
|
inline |
void edm::setRefCoreStreamer | ( | bool | resetAll = false | ) |
Definition at line 83 of file RefCoreStreamer.cc.
References edm::EDProductGetter::switchProductGetter().
Referenced by edm::StreamerInputSource::deserializeEvent(), edm::RootDelayedReader::getProduct_(), and edm::RootOutputTree::writeTTree().
EDProductGetter const * edm::setRefCoreStreamer | ( | EDProductGetter const * | ep | ) |
Definition at line 85 of file RefCoreStreamer.cc.
References SiStripBadComponentsDQMServiceTemplate_cfg::ep, and edm::EDProductGetter::switchProductGetter().
void edm::setRefCoreStreamerInTClass | ( | ) |
Definition at line 68 of file RefCoreStreamer.cc.
Referenced by edm::service::InitRootHandlers::InitRootHandlers().
void edm::setStandAloneMessageThreshold | ( | edm::messagelogger::ELseverityLevel const & | severity | ) |
Definition at line 68 of file MessageLogger.cc.
References ErrorSummaryFilter_cfi::severity, and edm::MessageLoggerQ::standAloneThreshold().
void edm::setThreadOptions | ( | ThreadsInfo const & | threadsInfo, |
edm::ParameterSet & | pset | ||
) |
Definition at line 27 of file ThreadsInfo.cc.
References edm::ParameterSet::addUntrackedParameter(), edm::ThreadsInfo::nThreads_, muonDTDigis_cfi::pset, and edm::ThreadsInfo::stackSize_.
ServiceRegistry::Operate edm::setupSiteLocalConfig | ( | ) |
Definition at line 15 of file setupSiteLocalConfig.cc.
References edm::ServiceRegistry::createContaining(), eostools::move(), and edm::ServiceRegistry::Operate.
Referenced by main().
void edm::sigInventory | ( | ) |
Definition at line 135 of file UnixSignalHandlers.cc.
References DMR_cfg::cerr, dqmdumpme::k, and MUST_BE_ZERO.
|
inline |
wrappers for std::sort
Definition at line 92 of file Algorithms.h.
References alignCSCRings::s, and jetUpdater_cfi::sort.
Referenced by CompareToObjectMapRecord::analyze(), edm::EventContentAnalyzer::EventContentAnalyzer(), CaloVNoiseSignalGenerator::fillDetIds(), edm::Schedule::fillModuleAndConsumesInfo(), edm::PoolOutputModule::fillSelectedItemList(), edm::SystemTimeKeeper::fillTriggerTimingReport(), edm::Schedule::getTriggerReport(), edm::ProductSelector::initialize(), edm::MixingModule::MixingModule(), ConvertObjectMapRecord::produce(), edm::RootOutputFile::RootOutputFile(), edm::ProductRegistry::setFrozen(), sortAndRemoveOverlaps(), ProvenanceDumper::work_(), and edmplugin::CacheParser::write().
|
inline |
Definition at line 97 of file Algorithms.h.
References AlCaHLTBitMon_ParallelJobs::p, alignCSCRings::s, and jetUpdater_cfi::sort.
std::vector< LuminosityBlockRange > & edm::sortAndRemoveOverlaps | ( | std::vector< LuminosityBlockRange > & | lumiRange | ) |
Definition at line 89 of file LuminosityBlockRange.cc.
References MillePedeFileConverter_cfg::e, mps_fire::i, BeamSpotPI::lumiRange, merge(), sort_all(), and mitigatedMETSequence_cff::U.
std::vector< EventRange > & edm::sortAndRemoveOverlaps | ( | std::vector< EventRange > & | eventRange | ) |
Definition at line 98 of file EventRange.cc.
References MillePedeFileConverter_cfg::e, unittestinputsource_cfi::eventRange, mps_fire::i, sort_all(), and mitigatedMETSequence_cff::U.
Referenced by edm::service::CondorStatusService::beginPost(), and edm::EventSkipperByID::EventSkipperByID().
|
static |
Referenced by edm::PreMixingModule::doPileUp(), edm::DataMixingModule::doPileUp(), edm::MixingModule::doPileUp(), edm::eventsetup::EventSetupRecordImpl::EventSetupRecordImpl(), edm::InputSource::EventSourceSentry::EventSourceSentry(), edm::InputSource::FileCloseSentry::FileCloseSentry(), edm::InputSource::FileOpenSentry::FileOpenSentry(), edm::Guid::fromBinary(), edm::Guid::fromString(), edm::Guid::isValidString(), parameterSet(), edm::Principal::Principal(), and edm::RootFile::RootFile().
bool edm::split | ( | OutIter | result, |
std::string const & | string_to_split, | ||
char | first, | ||
char | sep, | ||
char | last | ||
) |
Definition at line 68 of file split.h.
References b, contextual_find(), contextual_find_not(), mps_fire::dest, MillePedeFileConverter_cfg::e, dqmdumpme::first, dqmdumpme::last, alignCSCRings::s, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::ParameterSetConverter::convertParameterSets(), decode(), edm::ParameterSet::fromString(), and edm::VParameterSetEntry::VParameterSetEntry().
void edm::squelchStandAloneMessageCategory | ( | std::string const & | category | ) |
Definition at line 71 of file MessageLogger.cc.
References validateAlignments::category, and edm::MessageLoggerQ::squelch().
|
inline |
wrappers for std::stable_sort
Definition at line 103 of file Algorithms.h.
References alignCSCRings::s.
Referenced by edm::RootFile::fillIndexIntoFile(), edm::IndexIntoFile::fillRunOrLumiIndexes(), edm::FileIndex::sortBy_Run_Lumi_Event(), edm::FileIndex::sortBy_Run_Lumi_EventEntry(), and edm::IndexIntoFile::sortVector_Run_Or_Lumi_Entries().
|
inline |
Definition at line 108 of file Algorithms.h.
References AlCaHLTBitMon_ParallelJobs::p, and alignCSCRings::s.
std::string_view edm::stemFromPath | ( | std::string_view | path | ) |
Definition at line 4 of file stemFromPath.cc.
References castor_dqm_sourceclient_file_cfg::path.
Referenced by edm::RootFile::validateFile().
std::string edm::stripNamespace | ( | std::string const & | theName | ) |
Definition at line 87 of file TypeID.cc.
References cms::cuda::assert(), HltBtagPostValidation_cff::c, and LEDCalibrationChannels::depth.
Referenced by edm::TypeWithDict::byName(), and edm::TypeWithDict::unscopedName().
bool edm::stripTemplate | ( | std::string & | theName | ) |
Definition at line 61 of file TypeID.cc.
References cms::cuda::assert(), first(), heavyIonCSV_trainingSettings::idx, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::TypeID::userClassName().
|
inline |
Definition at line 36 of file globalTransitionAsync.h.
References edm::SubProcess::doBeginLuminosityBlockAsync(), and eostools::move().
|
inline |
Definition at line 44 of file globalTransitionAsync.h.
References edm::SubProcess::doBeginRunAsync(), and eostools::move().
|
inline |
Definition at line 52 of file globalTransitionAsync.h.
References edm::SubProcess::doBeginProcessBlockAsync(), and eostools::move().
|
inline |
Definition at line 59 of file globalTransitionAsync.h.
References edm::SubProcess::doEndLuminosityBlockAsync(), and eostools::move().
Referenced by endGlobalTransitionAsync().
|
inline |
Definition at line 66 of file globalTransitionAsync.h.
References edm::SubProcess::doEndRunAsync(), and eostools::move().
|
inline |
Definition at line 73 of file globalTransitionAsync.h.
References edm::SubProcess::doEndProcessBlockAsync(), and eostools::move().
|
inline |
Definition at line 33 of file streamTransitionAsync.h.
References edm::SubProcess::doStreamBeginLuminosityBlockAsync(), mps_fire::i, and eostools::move().
Referenced by beginStreamTransitionAsync().
|
inline |
Definition at line 40 of file streamTransitionAsync.h.
References edm::SubProcess::doStreamBeginRunAsync(), mps_fire::i, and eostools::move().
|
inline |
Definition at line 47 of file streamTransitionAsync.h.
References edm::SubProcess::doStreamEndLuminosityBlockAsync(), mps_fire::i, and eostools::move().
Referenced by endStreamTransitionAsync().
|
inline |
Definition at line 55 of file streamTransitionAsync.h.
References edm::SubProcess::doStreamEndRunAsync(), mps_fire::i, and eostools::move().
Definition at line 40 of file ElementID.h.
Definition at line 45 of file ProductID.h.
Definition at line 61 of file Parentage.h.
|
inline |
Definition at line 61 of file CloningPtr.h.
|
inline |
Definition at line 66 of file OrphanHandleBase.h.
|
inline |
Definition at line 76 of file ProductData.h.
|
inline |
Definition at line 92 of file RefToBaseVector.h.
Referenced by edm::RefToBaseVector< reco::Track >::operator=().
|
inline |
Definition at line 94 of file TriggerResults.h.
References edm::TriggerResults::swap().
|
inline |
Definition at line 100 of file ESHandle.h.
|
inlinenoexcept |
Definition at line 104 of file BasicHandle.h.
|
inline |
Free swap function.
Definition at line 105 of file HLTGlobalStatus.h.
References edm::HLTGlobalStatus::swap().
|
inline |
Definition at line 106 of file ProcessHistory.h.
|
inline |
Definition at line 114 of file HandleBase.h.
|
inline |
Definition at line 117 of file Association.h.
References edm::Association< C >::swap().
Referenced by calCSVariables(), MuonPathAnalyzerInChamber::calculateFitParameters(), SimTrackManager::cleanTkCaloStateInfoMap(), SimCluster::clearHitsAndFractions(), SimCluster::clearHitsEnergy(), trackerTFP::MiniHoughTransform::dlb(), edm::IndexIntoFile::doneFileInitialization(), L1TStage2CaloLayer1::dqmAnalyze(), LA_Filler_Fitter::fill(), CaloTruthAccumulator::finalizeEvent(), calo::multifit::fnnls(), EgHLTOfflineSummaryClient::getEgHLTFiltersToMon_(), EgHLTOfflineSource::getHLTFilterNamesUsed(), hitfit::Constraint_Intermed_Labels::has_labels(), HGCDigitizer::HGCDigitizer(), PixelTripletNoTipGenerator::hitTriplets(), PixelTripletHLTGenerator::hitTriplets(), edm::IndexIntoFile::IndexIntoFileItr::IndexIntoFileItr(), HGCDigitizer::initializeEvent(), edm::IndexIntoFile::inputFileClosed(), MahiFit::nnlsConstrainParameter(), MahiFit::nnlsUnconstrainParameter(), TempTrajectory::operator=(), edm::RefToBaseProd< T >::operator=(), Trajectory::operator=(), TrajectoryMeasurement::operator=(), edm::IDVectorMap< ID, C, P >::operator=(), PhiMemoryImage::PhiMemoryImage(), edm::service::StallMonitor::postBeginJob(), trackerTFP::ZHoughTransform::produce(), trackerTFP::MiniHoughTransform::produce(), StripCompactDigiSimLinksProducer::produce(), FWRecoGeometryESProducer::produce(), PFElecTkProducer::produce(), FastjetJetProducer::produceTrackJets(), MultiHitGeneratorFromChi2::refit2Hits(), SimTrackManager::reset(), HGCal3DClustering::reset(), HGCalImagingAlgo::reset(), SubjetFilterAlgorithm::run(), SiStripBaseCondObjDQM::selectModules(), hitfit::Top_Decaykin::solve_nu(), hitfit::Top_Decaykin::solve_nu_tmass(), DynamicTruncation::sort(), SimTrackManager::storeTracks(), trackerDTC::Stub::Stub(), FWGUIManager::subviewSwapped(), edm::ElementID::swap(), HcalDataFrameContainer< Digi >::swap(), edm::RefToBaseProd< T >::swap(), edm::RefProd< Phase2TrackerCluster1Ds >::swap(), edmNew::DetSetVector< SiStripCluster >::swap(), timestudy::SleepingServer::threadWork(), and CaloSD::update().
Definition at line 122 of file ErrorObj.h.
|
inline |
Definition at line 128 of file EDCollection.h.
Referenced by edm::EDCollection< DetId >::operator=().
|
inline |
Definition at line 130 of file FileInPath.h.
|
inline |
Definition at line 148 of file MapOfVectors.h.
References edm::MapOfVectors< K, T >::swap().
|
inline |
swap two vectors
Definition at line 149 of file RefVectorBase.h.
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
Definition at line 172 of file RefVector.h.
Definition at line 181 of file value_ptr.h.
References edm::value_ptr< T >::swap().
|
inline |
Definition at line 200 of file DataFrameContainer.h.
References edm::DataFrameContainer::swap().
Definition at line 210 of file PtrVector.h.
References edm::PtrVector< T >::swap().
|
inline |
Definition at line 220 of file IDVectorMap.h.
|
inline |
Definition at line 225 of file RangeMap.h.
|
inline |
Definition at line 253 of file DetSetRefVector.h.
|
inline |
Definition at line 280 of file AssociationVector.h.
Definition at line 281 of file ValueMap.h.
References edm::ValueMap< T >::swap().
|
inline |
Definition at line 289 of file ParameterSet.h.
|
inline |
Definition at line 306 of file MultiAssociation.h.
|
inline |
Definition at line 336 of file SortedCollection.h.
Referenced by edm::SortedCollection< EcalRecHit >::operator=().
Definition at line 343 of file RefToBase.h.
|
inline |
Definition at line 387 of file DetSetVector.h.
|
inlinenoexcept |
Definition at line 540 of file OwnVector.h.
Referenced by edm::OwnVector< TrackingRegion >::operator=().
std::exception_ptr edm::syncWait | ( | F && | iFunc | ) |
Definition at line 15 of file include_first_syncWait.h.
References watchdog::group, and dqmdumpme::last.
Referenced by edm::SecondaryEventProvider::setupPileUpEvent().
Ref<C, T, F> edm::thinnedRefFrom | ( | Ref< C, T, F > const & | parent, |
RefProd< C > const & | thinned, | ||
edm::EDProductGetter const & | prodGetter | ||
) |
Return a Ref to thinned collection corresponding to an element of the Ref to parent collection.
Definition at line 129 of file RefItemGet.h.
References edm::EDProductGetter::getThinnedKeyFrom(), edm::RefProd< C >::id(), and class-composition::parent.
Referenced by edmtest::ThinningTestAnalyzer::analyze(), edmtest::ThinningDSVTestAnalyzer::analyze(), edmtest::ThinnedRefFromTestAnalyzer::analyze(), edm::ThinnedRefSet< C >::Filler::insert(), and edmtest::ThinningTestAnalyzer::testVectors().
ThreadsInfo edm::threadOptions | ( | edm::ParameterSet const & | pset | ) |
Definition at line 11 of file ThreadsInfo.cc.
References edm::ThreadsInfo::nThreads_, muonDTDigis_cfi::pset, and edm::ThreadsInfo::stackSize_.
|
static |
Definition at line 77 of file Principal.cc.
References cppFunctionSkipper::exception, instance, label, and LaserDQM_cfg::process.
Referenced by edm::Principal::findProductByLabel().
void edm::throwExceptionWithText | ( | char const * | txt | ) |
Definition at line 268 of file BranchDescription.cc.
References MillePedeFileConverter_cfg::e, and edm::errors::LogicError.
Referenced by edm::BranchDescription::throwIfInvalid_().
void edm::throwMissingDictionariesException | ( | std::vector< std::string > & | missingDictionaries, |
std::string const & | context | ||
) |
Definition at line 193 of file DictionaryTools.cc.
References visDQMUpload::context, and relativeConstraints::empty.
Referenced by edm::ProductRegistryHelper::addToRegistry(), edm::ProductRegistry::checkDictionariesOfConsumedTypes(), edm::StreamerInputSource::declareStreamers(), edm::ProductRegistry::initializeLookupTables(), edm::core::OutputModuleCore::keepThisBranch(), and loadExtraClasses().
void edm::throwMissingDictionariesException | ( | std::vector< std::string > & | missingDictionaries, |
std::string const & | context, | ||
std::vector< std::string > & | producedTypes | ||
) |
Definition at line 198 of file DictionaryTools.cc.
References addToMissingDictionariesException(), visDQMUpload::context, edm::errors::DictionaryNotFound, cppFunctionSkipper::exception, B2GTnPMonitor_cfi::item, jetUpdater_cfi::sort, and tier0::unique().
void edm::throwMissingDictionariesException | ( | std::vector< std::string > & | missingDictionaries, |
std::string const & | context, | ||
std::vector< std::string > & | producedTypes, | ||
std::vector< std::string > & | branchNames, | ||
bool | fromStreamerSource = false |
||
) |
Definition at line 224 of file DictionaryTools.cc.
References addToMissingDictionariesException(), haddnano::branchNames, visDQMUpload::context, edm::errors::DictionaryNotFound, cppFunctionSkipper::exception, B2GTnPMonitor_cfi::item, jetUpdater_cfi::sort, and tier0::unique().
void edm::throwMissingDictionariesException | ( | std::vector< std::string > & | missingDictionaries, |
std::string const & | context, | ||
std::set< std::string > & | producedTypes, | ||
bool | consumedWithView | ||
) |
Definition at line 281 of file DictionaryTools.cc.
References addToMissingDictionariesException(), visDQMUpload::context, edm::errors::DictionaryNotFound, cppFunctionSkipper::exception, and B2GTnPMonitor_cfi::item.
|
static |
Definition at line 244 of file EventPrincipal.cc.
References cppFunctionSkipper::exception.
Referenced by edm::EventPrincipal::getByProductID().
|
static |
Definition at line 48 of file Principal.cc.
References relativeConstraints::error, and Exception.
Referenced by edm::Principal::getProvenance(), and edm::Principal::getStableProvenance().
|
static |
Definition at line 48 of file TypeWithDict.cc.
References edm::errors::DictionaryNotFound, Exception, and dqmiodumpindices::typeName.
Referenced by edm::TypeWithDict::TypeWithDict().
std::vector< std::string > edm::tokenize | ( | std::string const & | input, |
std::string const & | separator | ||
) |
breaks the input string into tokens, delimited by the separator
Definition at line 52 of file Parse.cc.
References copy_all(), input, mps_fire::result, and separator().
Referenced by MomentumDependentPedeLabeler::buildMomentumDependencyMap(), RunRangeDependentPedeLabeler::buildRunRangeDependencyMap(), decode(), editESInputTag(), editInputTag(), editVInputTag(), edm::ESInputTag::ESInputTag(), edm::FileInPath::findFile(), edm::FileInPath::initialize_(), edm::InputTag::InputTag(), align::makeNonOverlappingRunRanges(), and MultiEventFilter::MultiEventFilter().
pybind11::list edm::toPython11List | ( | const std::vector< T > & | v | ) |
Definition at line 17 of file PyBind11Wrapper.h.
References mps_fire::result, and findQualityFiles::v.
Referenced by Python11ParameterSet::getParameters().
std::vector<T> edm::toVector | ( | pybind11::list & | l | ) |
Definition at line 24 of file PyBind11Wrapper.h.
References mps_fire::i, cmsLHEtoEOSManager::l, and mps_fire::result.
std::string_view edm::transitionName | ( | GlobalContext::Transition | iTrans | ) |
Definition at line 121 of file GlobalContext.cc.
References edm::GlobalContext::kAccessInputProcessBlock, edm::GlobalContext::kBeginJob, edm::GlobalContext::kBeginLuminosityBlock, edm::GlobalContext::kBeginProcessBlock, edm::GlobalContext::kBeginRun, edm::GlobalContext::kEndJob, edm::GlobalContext::kEndLuminosityBlock, edm::GlobalContext::kEndProcessBlock, edm::GlobalContext::kEndRun, edm::GlobalContext::kWriteLuminosityBlock, edm::GlobalContext::kWriteProcessBlock, and edm::GlobalContext::kWriteRun.
Referenced by edm::UnscheduledCallProducer::addContextToException(), edm::service::Tracer::postModuleGlobalPrefetching(), edm::service::Tracer::postModuleStreamPrefetching(), edm::service::Tracer::preModuleGlobalPrefetching(), edm::service::Tracer::preModuleStreamPrefetching(), edm::GlobalSchedule::processOneGlobalAsync(), and edm::StreamSchedule::processOneStreamAsync().
std::string_view edm::transitionName | ( | StreamContext::Transition | iTrans | ) |
Definition at line 103 of file StreamContext.cc.
References edm::StreamContext::kBeginLuminosityBlock, edm::StreamContext::kBeginRun, edm::StreamContext::kBeginStream, edm::StreamContext::kEndLuminosityBlock, edm::StreamContext::kEndRun, edm::StreamContext::kEndStream, edm::StreamContext::kEvent, and edm::StreamContext::kInvalid.
|
static |
Referenced by HLTVertexPerformanceAnalyzer::analyze(), HLTBTagPerformanceAnalyzer::analyze(), JetAnalyzer::analyze(), METAnalyzer::analyze(), edm::service::TriggerNamesService::getTrigPaths(), moduleName(), parameterSet(), edm::StreamerOutputModuleCommon::serializeEvent(), edm::StreamerOutputModuleCommon::setHltMask(), edm::Event::triggerNames(), edm::EventBase::triggerNames_(), edm::Event::triggerResultsByName(), and edm::StreamerOutputModuleBase::write().
|
static |
Referenced by moduleName().
Ref<C, T, F> edm::tryThinnedRefFrom | ( | Ref< C, T, F > const & | parent, |
RefProd< C > const & | thinned, | ||
edm::EDProductGetter const & | prodGetter | ||
) |
Return a Ref to thinned collection corresponding to an element of the Ref to parent collection.
Definition at line 157 of file RefItemGet.h.
References edm::EDProductGetter::getThinnedKeyFrom(), edm::RefProd< C >::id(), and class-composition::parent.
Referenced by edmtest::ThinnedRefFromTestAnalyzer::analyze(), and edm::ThinnedRefSet< C >::Filler::insert().
|
inline |
Definition at line 97 of file RefCoreGet.h.
References edm::RefCore::isTransient(), and edm::RefCore::nullPointerForTransientException().
std::string edm::typeDemangle | ( | char const * | mangledName | ) |
Definition at line 94 of file TypeDemangler.cc.
References HLT_2022v15_cff::allocator, symbols::demangled, Exception, replaceString(), mps_update::status, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by PhysicsTools::VarProcessor::deriv(), PhysicsTools::MVAComputer::evalInternal(), edm::ServiceRegistry::get(), edm::serviceregistry::ServicesManager::get(), edm::ServiceRegistry::isAvailable(), and edm::serviceregistry::ServicesManager::ServicesManager().
std::string edm::uniqueSharedResourceName | ( | ) |
Definition at line 20 of file SharedResourceNames.cc.
References contentValuesCheck::ss.
Referenced by edm::HadronizerFilter< HAD, DEC >::HadronizerFilter(), and edm::GeneratorFilter< HAD, DEC >::init().
bool edm::untaintString | ( | char const * | pattern, |
char const * | regexp | ||
) |
Definition at line 12 of file RegexMatch.cc.
References topSingleLeptonDQM_PU_cfi::pattern, and fetchall_from_DQM_v2::regexp.
Referenced by do_work().
void edm::validateTopLevelParameterSets | ( | ParameterSet * | processParameterSet | ) |
Definition at line 141 of file validateTopLevelParameterSets.cc.
References cms::Exception::addContext(), edm::ParameterSet::addUntrackedParameter(), edm::errors::Configuration, makeListRunsInFiles::description, Exception, fillMaxEventsDescription(), fillMaxLuminosityBlocksDescription(), fillMaxSecondsUntilRampdownDescription(), fillOptionsDescription(), edm::ParameterSet::getParameter(), edm::ParameterSet::getPSetForUpdate(), SimL1EmulatorRepack_CalouGT_cff::processName, muonDTDigis_cfi::pset, crabTemplate::psetName, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::EventProcessor::init(), edm::SubProcess::SubProcess(), and edm::test::TestProcessor::TestProcessor().
auto edm::vector_transform | ( | std::vector< InputType > const & | input, |
Function | predicate | ||
) | -> std::vector< typename std::remove_cv<typename std::remove_reference<decltype(predicate(input.front()))>::type>::type> |
Definition at line 11 of file transform.h.
References input, and convertSQLitetoXML_cfg::output.
Referenced by CaloSimHitAnalysis::CaloSimHitAnalysis(), CaloSimHitStudy::CaloSimHitStudy(), reco::modules::CandCombinerBase::CandCombinerBase(), EcalSimHitDump::EcalSimHitDump(), EcalSimHitStudy::EcalSimHitStudy(), EGammaCutBasedEleIdAnalyzer::EGammaCutBasedEleIdAnalyzer(), ElectronSeedProducer::ElectronSeedProducer(), HLTConfigData::extract(), HGCalHitValidation::HGCalHitValidation(), HGCalSimHitStudy::HGCalSimHitStudy(), HGCGeometryValidation::HGCGeometryValidation(), HLTBTagPerformanceAnalyzer::HLTBTagPerformanceAnalyzer(), HLTVertexPerformanceAnalyzer::HLTVertexPerformanceAnalyzer(), HOSimHitStudy::HOSimHitStudy(), JetSubstructurePacker::JetSubstructurePacker(), LowPtGsfElectronSeedValueMapsProducer::LowPtGsfElectronSeedValueMapsProducer(), MultiTrackSelector::MultiTrackSelector(), MultiTrackValidator::MultiTrackValidator(), pat::PATGenericParticleProducer::PATGenericParticleProducer(), pat::PATJetProducer::PATJetProducer(), pat::PATJetUpdater::PATJetUpdater(), pat::PATPFParticleProducer::PATPFParticleProducer(), pat::PATSingleVertexSelector::PATSingleVertexSelector(), PATTauIDEmbedder::PATTauIDEmbedder(), pat::PATTauProducer::PATTauProducer(), pat::PATPhotonProducer::readIsolationLabels(), pat::PATMuonProducer::readIsolationLabels(), pat::PATElectronProducer::readIsolationLabels(), ReducedESRecHitCollectionProducer::ReducedESRecHitCollectionProducer(), ReducedRecHitCollectionProducer::ReducedRecHitCollectionProducer(), SeedCombiner::SeedCombiner(), SiStripClusterizer::SiStripClusterizer(), TagAndProbeBtagTriggerMonitor::TagAndProbeBtagTriggerMonitor(), edmtest::ThinningDSVTestAnalyzer::ThinningDSVTestAnalyzer(), TICLCandidateFromTrackstersProducer::TICLCandidateFromTrackstersProducer(), TICLTrackstersEdgesValidation::TICLTrackstersEdgesValidation(), TrackerDpgAnalysis::TrackerDpgAnalysis(), TrackingMonitor::TrackingMonitor(), TrackingNtuple::TrackingNtuple(), TriggerResultsFilter::TriggerResultsFilter(), and ValidationMisalignedTracker::ValidationMisalignedTracker().
void edm::walkTrie | ( | V & | v, |
TrieNode< T > const & | n, | ||
std::string const & | label = "" |
||
) |
visit each node of the trie
Definition at line 256 of file Trie.h.
References MillePedeFileConverter_cfg::e, label, dqmiodumpmetadata::n, AlCaHLTBitMon_ParallelJobs::p, and findQualityFiles::v.
std::string edm::withoutQuotes | ( | std::string const & | from | ) |
Definition at line 33 of file Parse.cc.
References mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
std::string edm::wrappedClassName | ( | std::string const & | iFullName | ) |
Definition at line 4 of file WrappedClassName.cc.
References className(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::StreamerInputSource::buildClassCache(), edm::ProductRegistry::checkDictionariesOfConsumedTypes(), checkDictionaryOfWrappedType(), BareRootProductGetter::createNewBuffer(), edm::StreamerInputSource::declareStreamers(), FWFileEntry::getBranchName(), fwlite::DataGetterHelper::getByBranchDescription(), edm::productholderindexhelper::getContainedType(), edm::root::FWLiteDelayedReader::getTheProduct(), edm::BranchDescription::initFromDictionary(), and FWFileEntry::runFilter().
debugvalue edm::debugit |
Definition at line 10 of file DebugMacros.cc.
Referenced by edm::ExceptionToActionTable::addDefaults(), edm::RootDebug::RootDebug(), and edm::RootDebug::~RootDebug().
constexpr const ELseverityLevel edm::ELdebug {ELseverityLevel::ELsev_success} |
Definition at line 82 of file ELseverityLevel.h.
Referenced by edm::service::ELoutput::log(), and edm::ErrorObj::setSeverity().
constexpr const ELseverityLevel edm::ELerror {ELseverityLevel::ELsev_error} |
Definition at line 90 of file ELseverityLevel.h.
Referenced by LoggedErrorsOnlySummary().
constexpr const ELseverityLevel edm::ELfwkInfo {ELseverityLevel::ELsev_fwkInfo} |
Definition at line 86 of file ELseverityLevel.h.
constexpr const ELseverityLevel edm::ELhighestSeverity {ELseverityLevel::ELsev_highestSeverity} |
Definition at line 96 of file ELseverityLevel.h.
Referenced by edm::service::ThreadSafeLogMessageLoggerScribe::configure_errorlog_new(), edm::service::ThreadSafeLogMessageLoggerScribe::configure_ordinary_destinations(), and edm::ErrorObj::setSeverity().
constexpr const ELseverityLevel edm::ELinfo {ELseverityLevel::ELsev_info} |
Definition at line 84 of file ELseverityLevel.h.
constexpr const ELseverityLevel edm::ELsevere {ELseverityLevel::ELsev_severe} |
Definition at line 94 of file ELseverityLevel.h.
Referenced by edm::service::ELoutput::log(), and edm::ErrorObj::setSeverity().
constexpr const ELseverityLevel edm::ELunspecified {ELseverityLevel::ELsev_unspecified} |
Definition at line 92 of file ELseverityLevel.h.
constexpr const ELseverityLevel edm::ELwarning {ELseverityLevel::ELsev_warning} |
Definition at line 88 of file ELseverityLevel.h.
Referenced by edm::service::ELdestination::changeFile(), edm::service::ELdestination::flush(), and edm::MessageSender::ErrorObjDeleter::operator()().
constexpr const ELseverityLevel edm::ELzeroSeverity {ELseverityLevel::ELsev_zeroSeverity} |
Definition at line 80 of file ELseverityLevel.h.
Referenced by edm::service::ThreadSafeLogMessageLoggerScribe::makeDestinationCtrl(), and edm::ErrorObj::setSeverity().
EventNumber_t const edm::invalidEventNumber = 0U |
Definition at line 16 of file RunLumiEventNumber.h.
Referenced by edm::EventPrincipal::commonFillEventPrincipal(), FWGUIManager::eventIdChanged(), edmtest::ExceptionThrowingProducer::globalBeginLuminosityBlock(), edmtest::ExceptionThrowingProducer::globalBeginRun(), edmtest::ExceptionThrowingProducer::globalEndLuminosityBlock(), edmtest::ExceptionThrowingProducer::globalEndRun(), edmtest::ExceptionThrowingProducer::streamBeginLuminosityBlock(), edmtest::ExceptionThrowingProducer::streamBeginRun(), edmtest::ExceptionThrowingProducer::streamEndLuminosityBlock(), and edmtest::ExceptionThrowingProducer::streamEndRun().
LuminosityBlockNumber_t const edm::invalidLuminosityBlockNumber = 0U |
Definition at line 17 of file RunLumiEventNumber.h.
Referenced by edmtest::ExceptionThrowingProducer::globalBeginRun(), edmtest::ExceptionThrowingProducer::globalEndRun(), FWGUIManager::lumiIdChanged(), edmtest::ExceptionThrowingProducer::streamBeginRun(), and edmtest::ExceptionThrowingProducer::streamEndRun().
RunNumber_t const edm::invalidRunNumber = 0U |
Definition at line 18 of file RunLumiEventNumber.h.
Referenced by FWGUIManager::runIdChanged().
|
static |
Definition at line 38 of file IDGeneratorSourceBase.cc.
Referenced by edm::IDGeneratorSourceBase< PuttableSourceBase >::fillDescription().
|
static |
Definition at line 37 of file IDGeneratorSourceBase.cc.
Referenced by edm::IDGeneratorSourceBase< PuttableSourceBase >::fillDescription().
|
static |
Definition at line 83 of file MessageDrop.h.
Referenced by FlushMessageLog(), isMessageProcessingSetUp(), run_app(), and edm::service::SingleThreadMSPresence::SingleThreadMSPresence().
constexpr const char* edm::module_type_desc[] |
Definition at line 19 of file EDMModuleType.h.
Referenced by edmModuleType(), DependencyGraph::edmModuleType(), edmModuleTypeEnum(), and DependencyGraph::edmModuleTypeEnum().
constexpr unsigned int edm::numberOfRunLumiEventProductTrees = 3 |
Definition at line 15 of file BranchType.h.
Referenced by edm::PoolOutputModule::respondToOpenInputFile(), and edm::RootFile::RootFile().
constexpr unsigned int edm::s_defaultNumberOfThreads = 1 |
Definition at line 9 of file ThreadsInfo.h.
Referenced by fillOptionsDescription().
constexpr unsigned int edm::s_defaultSizeOfStackForThreadsInKB = 10 * 1024 |
Definition at line 10 of file ThreadsInfo.h.
|
static |
Definition at line 184 of file PtrVectorBase.cc.
Referenced by edm::PtrVectorBase::emptyCache().
|
static |
Definition at line 34 of file Principal.cc.
Referenced by edm::Principal::fillPrincipal().
|
static |
Definition at line 117 of file Principal.cc.
Referenced by nextIdentifier().
thread_local EDProductGetter const* edm::s_productGetter = nullptr |
Definition at line 77 of file EDProductGetter.cc.
Referenced by edm::EDProductGetter::assignEDProductGetter(), and edm::EDProductGetter::switchProductGetter().
|
static |
Definition at line 7 of file LuminosityBlockID.cc.
Referenced by algorithm(), L1TCSCTF::analyze(), EcalTPGParamBuilder::analyze(), CTPPSDiamondDQMSource::analyze(), HcalTriggerPrimitiveAlgo::analyze(), HcalTriggerPrimitiveAlgo::analyzeHF(), HcalTriggerPrimitiveAlgo::analyzeHFQIE10(), HcalTriggerPrimitiveAlgo::analyzeQIE11(), RigidBodyAlignmentParameters::apply(), BeamSpotAlignmentParameters::apply(), TwoBowedSurfacesAlignmentParameters::apply(), MuScleFitUtils::applyScale(), cms::cuda::HistoContainer< T, NBINS, SIZE, S, I, NHISTS >::bin(), CSCTFTrackBuilder::buildTracks(), barrelUtil::calculatePhiWindow(), HGCalDDDConstants::cassetteShiftScintillator(), HGCalDDDConstants::cassetteShiftSilicon(), HGCalDDDConstants::cellHex(), hcal::reconstruction::compute_pulse_shape_value(), EcalTPGParamBuilder::computeLinearizerParam(), MuonPathAssociator::correlateMPaths(), DEutils< T >::DEDigi(), trklet::MatchProcessor::execute(), DDCutTubsFromPoints::execute(), Phase2Tracker::extract64(), Py8toJetInput::fillJetAlgoInput(), HGCROCChannelDataFrame< D >::fillPacket(), pat::MET::findMETTotalShift(), MiniFloatConverter::float32to16round(), trackerTFP::Format< v, p >::Format(), l1t::GtRecordDump::formatAsym(), l1t::GtRecordDump::formatCentrality(), l1t::GtRecordDump::formatHMB(), RPCTBMuon::PACOut::fromBits(), RPCTBMuon::TBOut::fromBits(), RPCTBMuon::TCOut::fromBits(), RPCTBMuon::HSBOut::fromBits(), RPCTBMuon::FSBOut::fromBits(), PtAssignmentEngineAux2016::getEtaFromEtaInt(), PtAssignmentEngineAux2016::getEtaInt(), UCTCTP7RawData5BX::getHFFeatureBits(), UCTCTP7RawData::getHFFeatureBits(), UCTCTP7RawData5BX_HCALFB::getHFFeatureBits(), UCTCTP7RawData_HCALFB::getHFFeatureBits(), HGCTriggerDetId::getMaskedId(), popcon::EcalLaser_weekly_Linearization::getNewObjects(), popcon::EcalLaser_weekly_Linearization_Check::getNewObjects(), popcon::EcalTPGLinPed::getNewObjects(), popcon::EcalTPGPedfromFile::getNewObjects(), OptOModifiedRhomboidPrism::getRotatedPlate(), HcalDDDSimConstants::getShift(), gpuClustering::pixelStatus::getStatus(), HIPplots::GetSubDet(), HGCSample::getWord(), RigidBodyAlignmentParameters::globalParameters(), BeamSpotAlignmentParameters::globalParameters(), PatternGenerator::groupPatterns(), HcalDDDSimConstants::HcalCellTypes(), PixelTripletNoTipGenerator::hitTriplets(), trklet::MatchEngineUnit::init(), SiPixelDigitizerAlgorithm::PixelEfficiencies::init_from_db(), EcalUncalibRecHitTimingCCAlgo::interpolatePulse(), FFTJetPFPileupCleaner::isRemovable(), trklet::Settings::krinvpars(), L1TTwinMuxRawToDigi::L1TTwinMuxRawToDigi(), npstat::ArrayND< Numeric >::linearFill(), npstat::ArrayND< Numeric >::linearFillLoop(), fftjetcms::LinInterpolatedTable1D::LinInterpolatedTable1D(), L1MuDTPtaLut::load(), L1TMuonBarrelParamsHelper::load_pt(), pixelTopology::Phase1::localX(), pixelTopology::Phase1::localY(), trklet::L1TStub::lorentzcor(), MuonPathAnalyticAnalyzer::MuonPathAnalyticAnalyzer(), MuonPathAnalyzerInChamber::MuonPathAnalyzerInChamber(), MuonPathAssociator::MuonPathAssociator(), HcalPulseShapes::normalizeShift(), HGCalHistoSeedingImpl::Navigator::offset(), SiPixelCluster::PixelPos::operator+(), FTLCluster::FTLHitPos::operator+(), HcalTTPDigiProducer::produce(), pat::PATMETSlimmer::produce(), ShiftedMETcorrInputProducer::produce(), ShiftedPFCandidateProducerByMatchedObject::produce(), ShiftedJetProducerByMatchedObjectT< T >::produce(), ShiftedParticleProducer::produce(), ShiftedPFCandidateProducerForPFMVAMEt::produce(), ShiftedPFCandidateProducerForNoPileUpPFMEt::produce(), ShiftedPFCandidateProducerForPFNoPUMEt::produce(), ShiftedParticleProducerT< T >::produce(), l1t::GenToInputProducer::produce(), ShiftedJetProducerT< T, Textractor >::produce(), trklet::ProjectionTemp::ProjectionTemp(), gpuClustering::pixelStatus::promote(), pat::PATMETSlimmer::OneMETShift::readAndSet(), HGCROCChannelDataFrame< D >::readPacket(), PseudoBayesGrouping::RecognisePatternsByLayerPairs(), HFPreRecAlgo::reconstruct(), CrossSectionHandler::releaseParameters(), CSCTFSectorProcessor::run(), CSCTFSPCoreLogic::run(), HFRecHitAuxSetter::setAux(), UCTCTP7RawData5BX::setHFFeatureBits(), UCTCTP7RawData::setHFFeatureBits(), UCTCTP7RawData5BX_HCALFB::setHFFeatureBits(), UCTCTP7RawData_HCALFB::setHFFeatureBits(), HGCTriggerDetId::setMaskedId(), HcalTriggerPrimitiveAlgo::setNCTScaleShift(), BackgroundHandler::setParameters(), HcalTriggerPrimitiveAlgo::setRCTScaleShift(), FFTJetPFPileupCleaner::setRemovalBit(), pat::MET::setUncShift(), HGCSample::setWord(), pat::MET::shiftedP2(), pat::MET::shiftedP2_74x(), pat::MET::shiftedP3(), pat::MET::shiftedP3_74x(), pat::MET::shiftedP4(), pat::MET::shiftedP4_74x(), pat::MET::shiftedPhi(), pat::MET::shiftedPt(), pat::MET::shiftedPx(), pat::MET::shiftedPy(), pat::MET::shiftedSumEt(), pat::MET::shiftedSumEt_74x(), AlignmentProducerBase::simpleMisalignment(), IdealResult::solve(), DTTracoChip::storeCorr(), DTTracoChip::storeUncorr(), RPCTBMuon::PACOut::toBits(), RPCTBMuon::TBOut::toBits(), RPCTBMuon::TCOut::toBits(), RPCTBMuon::HSBOut::toBits(), RPCTBMuon::FSBOut::toBits(), HeterogeneousHGCalHEFCellPositionsConditions::transfer_data_to_heterogeneous_pointers_(), HeterogeneousHGCalHEFConditionsWrapper::transfer_data_to_heterogeneous_pointers_params_(), RigidBodyAlignmentParameters::translation(), BeamSpotAlignmentParameters::translation(), DCCEEEventBlock::unpack(), DCCEBEventBlock::unpack(), CSCTFEvent::unpack(), pat::PackedGenParticle::unpack(), pat::PackedCandidate::unpack(), LatencyHistosUsingDb::update(), Alignable::update(), Alignable::updateMother(), edm::LuminosityBlockID::value(), CastorCORData::wasMarkAndPassZS(), and HcalPulseShapes::Y11206().
volatile std::atomic< bool > edm::shutdown_flag {false} |
Definition at line 22 of file UnixSignalHandlers.cc.
Referenced by edm::EventProcessor::checkForAsyncStopRequest(), DAQSource::checkNext(), evf::EvFBuildingThrottle::dowork(), ep_sigusr2(), dqmservices::DQMProtobufReader::getNextItemType(), evf::EvFDaqDirector::initRun(), FedRawDataInputSource::nextEvent(), evf::FastMonitoringService::preGlobalEndLumi(), dqmservices::DQMStreamerReader::prepareNextFile(), FedRawDataInputSource::readSupervisor(), DAQSource::readSupervisor(), evf::GlobalEvFOutputEventWriter::throttledCheck(), and evf::EvFOutputModule::write().