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) |
static std::string | appendCurrentProcessIfAlias (std::string const &processFromInputTag, std::string const ¤tProcess) |
template<class FP > | |
bool | asm_isnan (FP x) |
template<typename Traits , typename P , typename SC > | |
void | beginGlobalTransitionAsync (WaitingTaskHolder iWait, Schedule &iSchedule, P &iPrincipal, IOVSyncValue const &iTS, EventSetupImpl const &iES, ServiceToken const &token, SC &iSubProcesses) |
template<typename Traits , typename P , typename SC > | |
void | beginStreamsTransitionAsync (WaitingTask *iWait, Schedule &iSchedule, unsigned int iNStreams, P &iPrincipal, IOVSyncValue const &iTS, EventSetupImpl const &iES, ServiceToken const &token, SC &iSubProcesses) |
template<typename Traits , typename P , typename SC > | |
void | beginStreamTransitionAsync (WaitingTaskHolder iWait, Schedule &iSchedule, unsigned int iStreamIndex, P &iPrincipal, IOVSyncValue const &iTS, EventSetupImpl const &iES, ServiceToken const &token, SC &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) |
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 & | BranchTypeToMajorIndexName (BranchType const &branchType) |
std::string const & | BranchTypeToMetaDataTreeName (BranchType const &branchType) |
std::string const & | BranchTypeToMinorIndexName (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 const & | BranchTypeToString (BranchType const &branchType) |
template<typename TReturn > | |
TReturn | callWithTryCatchAndPrint (std::function< TReturn(void)> iFunc, char const *context=0, bool disablePrint=false) |
template<typename T > | |
static void | check (T const &p, std::string const &id, SelectedProducts const &iProducts) |
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) |
static void | cleanup (const Factory::MakerMap::value_type &v) |
void | clearLoggedErrorsSummary (unsigned int iStreamID) |
void | clearMessageLog () |
bool | combinable (BranchDescription const &a, BranchDescription const &b) |
bool | contains (LuminosityBlockRange const &lh, LuminosityBlockID const &rh) |
bool | contains (EventRange const &lh, EventID 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)(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 | 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 (std::string const &name) |
void | doBuildRealData (const std::string &name) |
const char * | edmModuleType (edm::ModuleDescription const &module) |
EDMModuleType | edmModuleTypeEnum (edm::ModuleDescription const &module) |
void | edmodule_mightGet_config (ConfigurationDescriptions &iDesc) |
ELseverityLevel const | ELdebugGen () |
ELseverityLevel const | ELerrorGen () |
ELseverityLevel const | ELhighestSeverityGen () |
ELseverityLevel const | ELinfoGen () |
ELseverityLevel const | ELsevereGen () |
ELseverityLevel const | ELunspecifiedGen () |
ELseverityLevel const | ELwarningGen () |
ELseverityLevel const | ELzeroSeverityGen () |
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 , typename P , typename SC > | |
void | endGlobalTransitionAsync (WaitingTaskHolder iWait, Schedule &iSchedule, P &iPrincipal, IOVSyncValue const &iTS, EventSetupImpl const &iES, ServiceToken const &token, SC &iSubProcesses, bool cleaningUpAfterException) |
template<typename Traits , typename P , typename SC > | |
void | endStreamsTransitionAsync (WaitingTaskHolder iWait, Schedule &iSchedule, unsigned int iNStreams, P &iPrincipal, IOVSyncValue const &iTS, EventSetupImpl const &iES, ServiceToken const &iToken, SC &iSubProcesses, bool cleaningUpAfterException) |
template<typename Traits , typename P , typename SC > | |
void | endStreamTransitionAsync (WaitingTaskHolder iWait, Schedule &iSchedule, unsigned int iStreamIndex, P &iPrincipal, IOVSyncValue const &iTS, EventSetupImpl const &iES, ServiceToken const &token, SC &iSubProcesses, bool cleaningUpAfterException) |
void | ep_sigusr2 (int, siginfo_t *, void *) |
bool | eq (const ELstring &s1, const ELstring s2) |
bool | eq_nocase (const ELstring &s1, const char s2[]) |
template<class FP > | |
bool | equal_isnan (FP x) |
void | exceptionContext (std::ostream &, GlobalContext const &) |
void | exceptionContext (std::ostream &, StreamContext const &) |
void | fillDescriptionFromPSet (ParameterSet const &pset, ParameterSetDescription &desc) |
std::shared_ptr< EDLooperBase > | fillLooper (eventsetup::EventSetupsController &esController, eventsetup::EventSetupProvider &cp, ParameterSet ¶ms) |
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 , unsigned int M, typename P > | |
void | fillPtrVector (OwnArray< T, M, P > 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 T > | |
void | fillView (PtrVector< T > const &obj, ProductID const &, std::vector< void const * > &pointers, 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 (RefToBaseVector< T > const &obj, ProductID const &, 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<typename T > | |
void | fillView (std::vector< edm::Ptr< T > > 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 , unsigned int M, typename P > | |
void | fillView (OwnArray< T, M, P > 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 , typename R = typename eventsetup::data_default_record_trait<typename T::value_type>::type> | |
T const & | get (EventSetup const &setup) |
template<typename T , typename R = typename eventsetup::data_default_record_trait<typename T::value_type>::type, typename L > | |
T const & | get (EventSetup const &setup, L &&label) |
template<typename T > | |
T const & | get (LuminosityBlock const &event, InputTag const &tag) |
template<typename T > | |
T const & | get (Run const &event, InputTag const &tag) |
template<typename T > | |
T const & | get (LuminosityBlock const &event, EDGetToken const &token) |
template<typename T > | |
T const & | get (Run const &event, EDGetToken const &token) |
template<typename T > | |
T const & | get (LuminosityBlock const &event, EDGetTokenT< T > const &token) |
template<typename T > | |
T const & | get (Run const &event, EDGetTokenT< T > const &token) |
template<typename T > | |
T const & | get (Event const &event, InputTag const &tag)(false) |
template<typename T > | |
T const & | get (Event const &event, EDGetToken const &token)(false) |
template<typename T > | |
T const & | get (Event const &event, EDGetTokenT< T > const &token)(false) |
template<typename T > | |
T & | get_underlying (propagate_const< T > &) |
template<typename T > | |
T const & | get_underlying (propagate_const< T > const &) |
template<typename T > | |
std::shared_ptr< T > & | get_underlying_safe (propagate_const< std::shared_ptr< T >> &iP) |
template<typename T > | |
std::shared_ptr< T const > | get_underlying_safe (propagate_const< std::shared_ptr< T >> const &iP) |
template<typename T > | |
T *& | get_underlying_safe (propagate_const< T * > &iP) |
template<typename T > | |
T const * | get_underlying_safe (propagate_const< T * > const &iP) |
template<typename T > | |
std::unique_ptr< T > & | get_underlying_safe (propagate_const< std::unique_ptr< T >> &iP) |
template<typename T > | |
std::unique_ptr< T const > | get_underlying_safe (propagate_const< 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 () |
template<class T , std::size_t N> | |
std::array< T, N > | getFixedSizeArray (ParameterSet const &pset, std::string const &name) |
MallocOptionSetter & | getGlobalOptionSetter () |
ParameterSet const & | getParameterSet (ParameterSetID const &id) |
std::string | getPassID () |
ParameterSet const & | getProcessParameterSetContainingModule (ModuleDescription const &moduleDescription) |
ParameterSet const * | getProducerParameterSet (Provenance const &provenance) |
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) |
TClass * | getTClass (std::type_info const &ti) |
template<typename T > | |
T const * | getThinnedProduct (RefCore const &ref, unsigned int &thinnedKey, 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 const &category) |
void | HaltMessageLogging () |
bool | hasDictionary (std::type_info const &) |
HRTimeType | hrRealTime () |
void | insertSelectedProcesses (BranchDescription const &desc, std::set< std::string > &processes) |
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 | isInfoEnabled () |
bool | isMessageProcessingSetUp () |
bool | isnan (float f) |
bool | isnan (double d) |
bool | isnan (long double q) |
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 | isWarningEnabled () |
template<typename V , typename T > | |
bool | iterateTrieLeaves (V &v, TrieNode< T > const &n, std::string const &label="") |
visits only leaf nodes More... | |
static const std::string | kBaseType ("EDProducer") |
static const std::string | kBaseType ("EDFilter") |
static std::string const | kBaseType ("Source") |
static const std::string | kBaseType ("EDAnalyzer") |
static const std::string | kBaseType ("OutputModule") |
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 (std::string const &name, std::vector< std::string > &missingDictionaries) |
bool | loadCap (const std::string &name, std::vector< std::string > &missingDictionaries) |
void | loadExtraClasses () |
static ELmap const & | loadMap () |
std::vector< ErrorSummaryEntry > | LoggedErrorsOnlySummary (unsigned int iStreamID) |
std::vector< 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) |
std::unique_ptr< edm::EmptyWaitingTask, waitingtask::TaskDestroyer > | make_empty_waiting_task () |
Create an EmptyWaitingTask which will properly be destroyed. More... | |
template<typename ALLOC , typename F > | |
FunctorTask< F > * | make_functor_task (ALLOC &&iAlloc, 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 ALLOC , typename F > | |
FunctorWaitingTask< F > * | make_waiting_task (ALLOC &&iAlloc, F f) |
template<typename KeyRefType , typename AC , typename EventType > | |
AssociativeIterator< KeyRefType, AC, edm::EventItemGetter< KeyRefType, EventType > > | makeAssociativeIterator (const AC &map, const EventType &event) |
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 (ParameterSet ¶ms, CommonParams const &common, std::shared_ptr< ProductRegistry > preg, std::shared_ptr< BranchIDListHelper > branchIDListHelper, std::shared_ptr< ThinnedAssociationsHelper > thinnedAssociationsHelper, std::shared_ptr< ActivityRegistry > areg, std::shared_ptr< ProcessConfiguration const > processConfiguration, PreallocationConfiguration const &allocations) |
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 (Provenance const &provenance) |
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 () |
Long64_t | numEntries (TFile *hdl, const std::string &trname) |
Long64_t | numEntries (TFile *hdl, std::string const &trname) |
TFile * | openFileHdl (const std::string &fname) |
TFile * | openFileHdl (std::string const &fname) |
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!= (TypeID const &a, TypeID const &b) |
bool | operator!= (EventEntryInfo const &a, EventEntryInfo const &b) |
bool | operator!= (ProductID const &lh, ProductID const &rh) |
bool | operator!= (EventEntryDescription const &a, EventEntryDescription const &b) |
bool | operator!= (const TypeIDBase &a, const TypeIDBase &b) |
bool | operator!= (BranchKey const &a, BranchKey const &b) |
bool | operator!= (ProductProvenance const &a, ProductProvenance const &b) |
template<class X , class Y > | |
bool | operator!= (debugging_allocator< X > const &, debugging_allocator< Y > const &) noexcept |
bool | operator!= (Parentage const &a, Parentage const &b) |
bool | operator!= (ProcessConfiguration const &a, ProcessConfiguration const &b) |
bool | operator!= (ProcessHistory const &a, ProcessHistory const &b) |
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) |
bool | operator!= (TypeWithDict const &a, std::type_info const &b) |
template<typename KEY > | |
bool | operator!= (RefVectorBase< KEY > const &lhs, RefVectorBase< KEY > const &rhs) |
Inequality operator. More... | |
template<typename T > | |
bool | operator!= (View< T > const &, View< T > const &) |
bool | operator!= (std::type_info const &a, TypeWithDict const &b) |
bool | operator!= (FileIndex::Element const &lh, FileIndex::Element const &rh) |
template<typename T , typename U > | |
bool | operator!= (atomic_value_ptr< T > const &lhs, U const &rhs) |
template<typename T > | |
bool | operator!= (RefToBaseProd< T > const &lhs, RefToBaseProd< T > const &rhs) |
template<typename T , typename U > | |
bool | operator!= (U const &lhs, atomic_value_ptr< T > 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!= (ELseverityLevel const &e1, ELseverityLevel const &e2) |
bool | operator!= (Entry const &a, Entry const &b) |
template<typename C > | |
bool | operator!= (RefProd< C > const &lhs, RefProd< C > const &rhs) |
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) |
bool | operator!= (ParameterSet const &a, ParameterSet const &b) |
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::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) |
ParameterSet::Bool | operator&& (ParameterSet::Bool a, ParameterSet::Bool b) |
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 C > | |
Association< C > | operator+ (const Association< C > &a1, const Association< C > &a2) |
template<typename T > | |
ValueMap< T > | operator+ (const ValueMap< T > &a1, const ValueMap< T > &a2) |
bool | operator< (EventProcessHistoryID const &lh, EventProcessHistoryID const &rh) |
bool | operator< (RunLumiEntryInfo const &a, RunLumiEntryInfo const &b) |
bool | operator< (StoredProductProvenance const &a, StoredProductProvenance const &b) |
bool | operator< (EventEntryInfo const &a, EventEntryInfo const &b) |
bool | operator< (BranchKey const &a, BranchKey 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< (WorkerSummary const &a, WorkerSummary const &b) |
bool | operator< (ProductID const &lh, ProductID const &rh) |
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) |
bool | operator< (TypeWithDict const &a, TypeWithDict const &b) |
bool | operator< (FileIndex::Element const &lh, FileIndex::Element const &rh) |
template<typename T > | |
bool | operator< (View< T > const &, View< T > const &) |
bool | operator< (RefCore const &lhs, RefCore const &rhs) |
template<typename T > | |
bool | operator< (FwdPtr< T > const &lhs, FwdPtr< T > const &rhs) |
template<typename T > | |
bool | operator< (RefToBaseProd< T > const &lhs, RefToBaseProd< T > const &rhs) |
bool | operator< (ELseverityLevel const &e1, ELseverityLevel const &e2) |
template<typename C > | |
bool | operator< (RefProd< C > const &lhs, RefProd< C > const &rhs) |
bool | operator< (BranchDescription const &a, BranchDescription const &b) |
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) |
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 &, InternalContext const &) |
std::ostream & | operator<< (std::ostream &os, BranchID const &id) |
std::ostream & | operator<< (std::ostream &os, RunLumiEntryInfo const &p) |
std::ostream & | operator<< (std::ostream &os, FileFormatVersion const &ff) |
std::ostream & | operator<< (std::ostream &, PathContext const &) |
std::ostream & | operator<< (std::ostream &, ProcessContext const &) |
std::ostream & | operator<< (std::ostream &os, EventEntryInfo const &p) |
std::ostream & | operator<< (std::ostream &iOS, ESProxyIndex const &iIndex) |
std::ostream & | operator<< (std::ostream &ost, const MallocOpts &) |
std::ostream & | operator<< (std::ostream &os, EventEntryDescription const &p) |
std::ostream & | operator<< (std::ostream &os, ElementID const &id) |
std::ostream & | operator<< (std::ostream &os, TypeID const &id) |
std::ostream & | operator<< (std::ostream &os, ProductProvenance const &p) |
std::ostream & | operator<< (std::ostream &, ParentContext const &) |
std::ostream & | operator<< (std::ostream &os, const ProductSelector &gs) |
std::ostream & | operator<< (std::ostream &os, ProductID const &id) |
std::ostream & | operator<< (std::ostream &oStream, LuminosityBlockRange const &iID) |
std::ostream & | operator<< (std::ostream &oStream, EventRange const &iID) |
std::ostream & | operator<< (std::ostream &os, const RunAuxiliary &p) |
std::ostream & | operator<< (std::ostream &os, Parentage const &p) |
std::ostream & | operator<< (std::ostream &os, BranchKey const &bk) |
std::ostream & | operator<< (std::ostream &, GlobalContext const &) |
std::ostream & | operator<< (std::ostream &ost, InputTag const &tag) |
std::ostream & | operator<< (std::ostream &os, const LuminosityBlockAuxiliary &p) |
std::ostream & | operator<< (std::ostream &iOS, ESTokenIndex const &iIndex) |
std::ostream & | operator<< (std::ostream &t, OStreamColumn const &c) |
std::ostream & | operator<< (std::ostream &os, StableProvenance const &p) |
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 &, ModuleCallingContext const &) |
std::ostream & | operator<< (std::ostream &os, ProcessConfiguration const &pc) |
std::ostream & | operator<< (std::ostream &oStream, RunID const &iID) |
std::ostream & | operator<< (std::ostream &os, ParameterSetEntry const &psetEntry) |
std::ostream & | operator<< (std::ostream &os, ModuleDescription const &p) |
std::ostream & | operator<< (std::ostream &iOS, ESRecordIndex const &iIndex) |
std::ostream & | operator<< (std::ostream &os, const EventAuxiliary &p) |
std::ostream & | operator<< (std::ostream &os, Provenance const &p) |
std::ostream & | operator<< (std::ostream &os, JobReport::RunReport const &f) |
template<class T > | |
ErrorObj & | operator<< (ErrorObj &e, const T &t) |
ErrorObj & | operator<< (ErrorObj &e, const char s[]) |
std::ostream & | operator<< (std::ostream &ost, const HLTGlobalStatus &hlt) |
Formatted printout of trigger tbale. More... | |
std::ostream & | operator<< (std::ostream &, ESInputTag const &) |
std::ostream & | operator<< (std::ostream &ost, ProcessHistory const &ph) |
std::ostream & | operator<< (std::ostream &oStream, LuminosityBlockID const &iID) |
std::ostream & | operator<< (std::ostream &os, const edm::FileInPath &fip) |
std::ostream & | operator<< (std::ostream &oStream, EventID const &iID) |
std::ostream & | operator<< (std::ostream &os, VParameterSetEntry const &vpsetEntry) |
std::ostream & | operator<< (std::ostream &os, TypeWithDict const &id) |
std::ostream & | operator<< (std::ostream &os, FileIndex const &fileIndex) |
std::ostream & | operator<< (std::ostream &os, ProductRegistry const &pr) |
std::ostream & | operator<< (std::ostream &os, ProductResolverBase const &phb) |
std::ostream & | operator<< (std::ostream &os, BranchDescription const &p) |
template<typename PROD > | |
std::ostream & | operator<< (std::ostream &os, Handle< PROD > const &h) |
template<int I> | |
std::ostream & | operator<< (std::ostream &os, Hash< I > const &h) |
std::ostream & | operator<< (std::ostream &os, const ELseverityLevel &sev) |
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) |
bool | operator<= (FileIndex::Element const &lh, FileIndex::Element const &rh) |
template<typename T > | |
bool | operator<= (View< T > const &, View< T > const &) |
bool | operator<= (ELseverityLevel const &e1, ELseverityLevel const &e2) |
bool | operator== (FileID const &lh, FileID const &rh) |
bool | operator== (ElementID const &lh, ElementID const &rh) |
bool | operator== (RunLumiEntryInfo const &a, RunLumiEntryInfo const &b) |
bool | operator== (ProductID const &lh, ProductID const &rh) |
bool | operator== (EventEntryInfo const &a, EventEntryInfo const &b) |
bool | operator== (EventEntryDescription const &a, EventEntryDescription const &b) |
bool | operator== (BranchKey const &a, BranchKey const &b) |
bool | operator== (ProductProvenance const &a, ProductProvenance const &b) |
bool | operator== (ProcessConfiguration const &a, ProcessConfiguration const &b) |
template<class X , class Y > | |
bool | operator== (debugging_allocator< X > const &, debugging_allocator< Y > const &) noexcept |
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) |
bool | operator== (ProcessHistory const &a, ProcessHistory const &b) |
bool | operator== (Provenance const &a, Provenance const &b) |
template<typename T > | |
bool | operator== (FwdPtr< T > const &lhs, FwdPtr< T > const &rhs) |
bool | operator== (TypeWithDict const &a, TypeWithDict const &b) |
bool | operator== (RefCore const &lhs, RefCore const &rhs) |
bool | operator== (edm::FileInPath const &a, edm::FileInPath const &b) |
template<typename KEY > | |
bool | operator== (RefVectorBase< KEY > const &lhs, RefVectorBase< KEY > const &rhs) |
Equality operator. More... | |
bool | operator== (TypeWithDict const &a, std::type_info const &b) |
bool | operator== (std::type_info const &a, TypeWithDict const &b) |
template<typename T > | |
bool | operator== (View< T > const &, View< T > const &) |
bool | operator== (FileIndex::Element const &lh, FileIndex::Element const &rh) |
template<typename T , typename U > | |
bool | operator== (atomic_value_ptr< T > const &lhs, U const &rhs) |
template<typename T > | |
bool | operator== (RefToBaseProd< T > const &lhs, RefToBaseProd< T > const &rhs) |
template<typename T , typename U > | |
bool | operator== (U const &lhs, atomic_value_ptr< T > 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) |
template<typename C > | |
bool | operator== (RefProd< C > const &lhs, RefProd< C > const &rhs) |
bool | operator== (Entry const &a, Entry const &b) |
bool | operator== (ELseverityLevel const &e1, ELseverityLevel const &e2) |
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) |
bool | operator== (BranchDescription const &a, BranchDescription const &b) |
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 T > | |
bool | operator== (Ptr< T > const &lhs, Ptr< T > const &rhs) |
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) |
bool | operator> (FileIndex::Element const &lh, FileIndex::Element const &rh) |
template<typename T > | |
bool | operator> (View< T > const &, View< T > const &) |
bool | operator> (ELseverityLevel const &e1, ELseverityLevel const &e2) |
bool | operator>= (FileIndex::Element const &lh, FileIndex::Element const &rh) |
template<typename T > | |
bool | operator>= (View< T > const &, View< T > const &) |
bool | operator>= (ELseverityLevel const &e1, ELseverityLevel const &e2) |
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 (Provenance const &provenance) |
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 > > (char const *name) const |
template<> | |
std::vector< PdtEntry > | ParameterSet::getParameter< std::vector< PdtEntry > > (std::string 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) 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 > > (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, std::vector< EventID > const &defaultValue) const |
template<> | |
std::vector< EventID > | ParameterSet::getUntrackedParameter< std::vector< EventID > > (std::string const &name) const |
template<> | |
std::vector< EventID > | ParameterSet::getUntrackedParameter< std::vector< EventID > > (char const *name, std::vector< EventID > const &defaultValue) const |
template<> | |
std::vector< EventID > | ParameterSet::getUntrackedParameter< std::vector< EventID > > (char 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 > > (std::string const &name) const |
template<> | |
std::vector< EventRange > | ParameterSet::getUntrackedParameter< std::vector< EventRange > > (char const *name, std::vector< EventRange > const &defaultValue) const |
template<> | |
std::vector< EventRange > | ParameterSet::getUntrackedParameter< std::vector< EventRange > > (char const *name) 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, std::vector< int > 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 > > (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) 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 > > (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, std::vector< LuminosityBlockID > const &defaultValue) const |
template<> | |
std::vector< LuminosityBlockID > | ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > (char 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 > > (std::string const &name) 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 > > (std::string const &name) 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< 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, std::vector< unsigned int > const &defaultValue) const |
template<> | |
std::vector< unsigned int > | ParameterSet::getUntrackedParameter< std::vector< unsigned int > > (char const *name) 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 > > (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 > > (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< 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) |
template<typename RecordT > | |
void | print_eventsetup_record_dependencies (std::ostream &oStream, std::string const &iIndent=std::string()) |
template<typename T > | |
void | print_eventsetup_record_dependencies (std::ostream &, std::string, T const *, T const *) |
template<typename TFirst , typename TEnd > | |
void | print_eventsetup_record_dependencies (std::ostream &oStream, std::string iIndent, TFirst const *, TEnd const *iEnd) |
template<typename RecordT > | |
void | print_eventsetup_record_dependencies_recursive (std::ostream &oStream, std::string const &iIndent, boost::mpl::true_) |
template<typename RecordT > | |
void | print_eventsetup_record_dependencies_recursive (std::ostream &, std::string const &, boost::mpl::false_) |
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) |
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< TypeWithDict > &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__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 (":") |
template<typename T > | |
void | SetCustomStreamer () |
template<typename T > | |
void | SetCustomStreamer (T const &) |
void | setIsMergeable (BranchDescription &) |
void | setMaxLoggedErrorsSummaryIndicies (unsigned int iMax) |
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 , unsigned int M, typename P > | |
void | setPtr (OwnArray< T, M, P > 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::ELseverityLevel const &severity) |
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 | stripLeadingDirectoryTree (const std::string &file) |
std::string | stripNamespace (std::string const &theName) |
bool | stripTemplate (std::string &theName) |
void | subProcessDoGlobalBeginTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, LuminosityBlockPrincipal &iPrincipal, IOVSyncValue const &iTS) |
void | subProcessDoGlobalBeginTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, RunPrincipal &iPrincipal, IOVSyncValue const &iTS) |
void | subProcessDoGlobalEndTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, LuminosityBlockPrincipal &iPrincipal, IOVSyncValue const &iTS, bool cleaningUpAfterException) |
void | subProcessDoGlobalEndTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, RunPrincipal &iPrincipal, IOVSyncValue const &iTS, bool cleaningUpAfterException) |
void | subProcessDoStreamBeginTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, unsigned int i, LuminosityBlockPrincipal &iPrincipal, IOVSyncValue const &iTS) |
void | subProcessDoStreamBeginTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, unsigned int i, RunPrincipal &iPrincipal, IOVSyncValue const &iTS) |
void | subProcessDoStreamEndTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, unsigned int i, LuminosityBlockPrincipal &iPrincipal, IOVSyncValue const &iTS, bool cleaningUpAfterException) |
void | subProcessDoStreamEndTransitionAsync (WaitingTaskHolder iHolder, SubProcess &iSubProcess, unsigned int i, RunPrincipal &iPrincipal, IOVSyncValue const &iTS, 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 (ProcessHistory &a, ProcessHistory &b) |
void | swap (TriggerResults &lhs, TriggerResults &rhs) |
void | swap (ESHandleBase &a, ESHandleBase &b) |
void | swap (HLTGlobalStatus &lhs, HLTGlobalStatus &rhs) |
Free swap function. More... | |
template<typename C > | |
void | swap (Association< C > &lhs, Association< C > &rhs) |
void | swap (ErrorObj &a, ErrorObj &b) |
template<class T > | |
void | swap (DetSet< T > &a, DetSet< T > &b) |
void | swap (BasicHandle &a, BasicHandle &b)(true) |
void | swap (FileInPath &a, FileInPath &b) |
void | swap (HandleBase &a, HandleBase &b) |
template<typename KEY > | |
void | swap (RefVectorBase< KEY > &a, RefVectorBase< KEY > &b) |
swap two vectors More... | |
template<class T > | |
void | swap (EDCollection< T > &a, EDCollection< T > &b) |
void | swap (edm::RefCore &lhs, edm::RefCore &rhs) |
template<typename K , typename T > | |
void | swap (MapOfVectors< K, T > &lhs, MapOfVectors< K, T > &rhs) |
void | swap (edm::RefCoreWithIndex &lhs, edm::RefCoreWithIndex &rhs) |
template<typename T > | |
void | swap (value_ptr< T > &vp1, value_ptr< T > &vp2) |
template<typename C , typename T , typename F > | |
void | swap (RefVector< C, T, F > &a, RefVector< C, T, F > &b) |
template<typename T > | |
void | swap (edm::RefToBaseProd< T > const &lhs, edm::RefToBaseProd< T > const &rhs) |
template<typename ID , typename C , typename P > | |
void | swap (IDVectorMap< ID, C, P > &a, IDVectorMap< ID, C, P > &b) |
template<typename T > | |
void | swap (PtrVector< T > &lhs, PtrVector< T > &rhs) |
template<typename C > | |
void | swap (RefProd< C > const &lhs, RefProd< C > const &rhs) |
template<typename ID , typename C , typename P > | |
void | swap (RangeMap< ID, C, P > &a, RangeMap< ID, C, P > &b) |
void | swap (DataFrameContainer &lhs, DataFrameContainer &rhs) |
template<int I> | |
void | swap (Hash< I > &a, Hash< I > &b) |
template<typename T > | |
void | swap (ValueMap< T > &lhs, ValueMap< T > &rhs) |
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) |
void | swap (ParameterSet &a, ParameterSet &b) |
template<typename T , typename C > | |
void | swap (DetSetRefVector< T, C > &a, DetSetRefVector< T, C > &b) |
template<typename C > | |
void | swap (MultiAssociation< C > &lhs, MultiAssociation< C > &rhs) |
template<typename T > | |
void | swap (View< T > &lhs, View< T > &rhs) |
template<class T > | |
void | swap (RefToBase< T > &a, RefToBase< T > &b) |
template<typename T , typename SORT > | |
void | swap (SortedCollection< T, SORT > &a, SortedCollection< T, SORT > &b) |
template<typename T , unsigned int M, typename P > | |
void | swap (OwnArray< T, M, P > &a, OwnArray< T, M, P > &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) |
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... | |
std::vector< std::string > | tokenize (const std::string &input, const std::string &separator) |
template<typename T > | |
pybind11::list | toPython11List (const std::vector< T > &v) |
template<typename T > | |
std::vector< T > | toVector (pybind11::list &l) |
static std::string const | triggerResults ("TriggerResults") |
static std::string const | triggerResultsInserter ("TriggerResultsInserter") |
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 | withoutQuotes (const std::string &from) |
std::string | wrappedClassName (std::string const &iFullName) |
HLT enums.
why defined in namespace edm:: ?? (L.L.)
Register the record.
classes declaration
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
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
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.
Helper functions for making stream modules
Description: [one line class summary]
Usage: <usage>
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.
streamTransitionAsync streamTransitionAsync.h "streamTransitionAsync.h"
Description: Helper functions for handling asynchronous stream transitions
Usage: <usage>
throwIfImproperDependencies throwIfImproperDependencies.h "throwIfImproperDependencies.h"
Description: Function which uses the graph of dependencies to determine if there are any cycles
Usage: <usage>
This struct is used to communication parameters into the worker factory.
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
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.
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: classes and functions used by edm::soa::Table
Usage: These are internal details of Table's implementation
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.
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.
jet parton energy corrections
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
Description: simple NxN ( 3x3 etc) clustering ,( for low energy photon reconstrution, currently used for pi0/eta HLT path)
Implementation: <Notes on="" implementation>="">
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
using edm::AlignedVec = typedef Aligned<T, 16> |
Definition at line 104 of file SoATuple.h.
typedef unsigned int edm::BranchDescriptionIndex |
Definition at line 28 of file BranchDescriptionIndex.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.
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 &, ProducerBase &, 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<ELstring> edm::ELlist_string |
typedef std::map<ELstring const, ELseverityLevel::ELsev_> edm::ELmap |
Definition at line 55 of file ELseverityLevel.cc.
typedef std::map<ELextendedID, CountAndLimit> edm::ELmap_counts |
typedef std::map<ELstring, LimitAndTimespan> edm::ELmap_limits |
typedef std::map<ELextendedID, StatsCount> edm::ELmap_stats |
typedef ELseverityLevel const edm::ELslGen() |
Definition at line 57 of file ELseverityLevel.h.
typedef std::string edm::ELstring |
Definition at line 21 of file ELstring.h.
Definition at line 9 of file EntryDescriptionID.h.
typedef std::map<EntryDescriptionID, EventEntryDescription> edm::EntryDescriptionMap |
Definition at line 52 of file RootFile.h.
using edm::ESConsumesInfo = typedef std::vector<std::tuple<edm::eventsetup::EventSetupRecordKey, edm::eventsetup::DataKey, std::string> > |
Definition at line 42 of file ESConsumesCollector.h.
typedef std::vector<EventEntryInfo> edm::EventEntryInfoVector |
Definition at line 57 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 16 of file EventSelectionID.h.
typedef std::vector<EventSelectionID> edm::EventSelectionIDVector |
Definition at line 17 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 140 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.
typedef RunLumiEntryInfo edm::LumiEntryInfo |
Definition at line 49 of file RunLumiEntryInfo.h.
typedef unsigned int edm::LuminosityBlockNumber_t |
Definition at line 13 of file RunLumiEventNumber.h.
typedef edmplugin::PluginFactory<Maker*()> edm::MakerPluginFactory |
typedef edmplugin::PluginFactory<ParameterSetDescriptionFillerBase*(void)> edm::ParameterSetDescriptionFillerPluginFactory |
Definition at line 30 of file ParameterSetDescriptionFillerPluginFactory.h.
typedef Hash<ParameterSetType> edm::ParameterSetID |
Definition at line 22 of file ParameterSetID.h.
typedef std::map<ParameterSetID, ParameterSetBlob> edm::ParameterSetMap |
Definition at line 40 of file ParameterSetConverter.h.
typedef Hash<ParentageType> edm::ParentageID |
Definition at line 9 of file ParentageID.h.
typedef std::string edm::PassID |
typedef std::vector<PassiveHit> edm::PassiveHitContainer |
Definition at line 58 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 9 of file ProcessConfigurationID.h.
typedef std::vector<ProcessConfiguration> edm::ProcessConfigurationVector |
Definition at line 64 of file ProcessConfiguration.h.
typedef Hash<ProcessHistoryType> edm::ProcessHistoryID |
Definition at line 9 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 67 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.
typedef std::multimap<EventSetupRecordKey, FactoryInfo> edm::Record2Factories |
Definition at line 30 of file ESProxyFactoryProducer.cc.
typedef std::string edm::ReleaseVersion |
Definition at line 7 of file ReleaseVersion.h.
typedef RunLumiEntryInfo edm::RunEntryInfo |
Definition at line 50 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 99 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 17 of file ParameterSetConverter.h.
typedef unsigned long long edm::TimeValue_t |
Definition at line 28 of file Timestamp.h.
Definition at line 52 of file OutputModule.h.
typedef std::map<std::string, char> edm::Type2Code |
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 33 of file ParameterSet.h.
typedef std::vector< std::string > edm::vstring |
Definition at line 565 of file Schedule.cc.
Enumerator | |
---|---|
BranchActionGlobalBegin | |
BranchActionStreamBegin | |
BranchActionStreamEnd | |
BranchActionGlobalEnd |
Definition at line 11 of file BranchActionType.h.
enum edm::BranchType |
Enumerator | |
---|---|
InEvent | |
InLumi | |
InRun | |
NumBranchTypes |
Definition at line 11 of file BranchType.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 10 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.
|
strong |
Enumerator | |
---|---|
ExceptionFromThisContext | |
ExceptionFromAnotherContext | |
ExternalSignal |
Definition at line 28 of file TerminationOrigin.h.
|
strong |
Enumerator | |
---|---|
Event | |
BeginLuminosityBlock | |
EndLuminosityBlock | |
BeginRun | |
EndRun | |
NumberOfTransitions |
Definition at line 12 of file Transition.h.
enum edm::Verbosity |
Enumerator | |
---|---|
Silent | |
Concise | |
Normal | |
Detailed |
Definition at line 5 of file Verbosity.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(), 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::WorkerManager::processOneOccurrence(), and edm::StreamSchedule::processOneStreamAsync().
void edm::addToMissingDictionariesException | ( | edm::Exception & | exception, |
std::vector< std::string > & | missingDictionaries, | ||
std::string const & | context | ||
) |
Definition at line 167 of file DictionaryTools.cc.
References cms::Exception::addContext(), and tier0::unique().
Referenced by throwMissingDictionariesException().
|
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().
|
inline |
void edm::beginGlobalTransitionAsync | ( | WaitingTaskHolder | iWait, |
Schedule & | iSchedule, | ||
P & | iPrincipal, | ||
IOVSyncValue const & | iTS, | ||
EventSetupImpl const & | iES, | ||
ServiceToken const & | token, | ||
SC & | iSubProcesses | ||
) |
Definition at line 69 of file globalTransitionAsync.h.
References edm::WaitingTaskHolder::doneWaiting(), h, make_waiting_task(), eostools::move(), edm::Schedule::processOneGlobalAsync(), and subProcessDoGlobalBeginTransitionAsync().
void edm::beginStreamsTransitionAsync | ( | WaitingTask * | iWait, |
Schedule & | iSchedule, | ||
unsigned int | iNStreams, | ||
P & | iPrincipal, | ||
IOVSyncValue const & | iTS, | ||
EventSetupImpl const & | iES, | ||
ServiceToken const & | token, | ||
SC & | iSubProcesses | ||
) |
void edm::beginStreamTransitionAsync | ( | WaitingTaskHolder | iWait, |
Schedule & | iSchedule, | ||
unsigned int | iStreamIndex, | ||
P & | iPrincipal, | ||
IOVSyncValue const & | iTS, | ||
EventSetupImpl const & | iES, | ||
ServiceToken const & | token, | ||
SC & | iSubProcesses | ||
) |
Definition at line 73 of file streamTransitionAsync.h.
References edm::WaitingTaskHolder::doneWaiting(), h, make_waiting_task(), eostools::move(), edm::Schedule::processOneStreamAsync(), and subProcessDoStreamBeginTransitionAsync().
|
inline |
wrappers for std::binary_search
Definition at line 58 of file Algorithms.h.
References edmIntegrityCheck::d.
Referenced by edm::EventContentAnalyzer::analyze(), CaloVNoiseSignalGenerator::contains(), edm::MixingModule::MixingModule(), edm::ProductSelector::selected(), edm::EventSkipperByID::skipIt(), and DQMRootSource::skipIt().
|
inline |
Definition at line 63 of file Algorithms.h.
References edmIntegrityCheck::d, and AlCaHLTBitMon_ParallelJobs::p.
std::string const & edm::BranchTypeToAuxBranchName | ( | BranchType const & | branchType | ) |
Definition at line 120 of file BranchType.cc.
References InEvent, and InRun.
Referenced by fwlite::Event::Event().
std::string const & edm::BranchTypeToAuxiliaryBranchName | ( | BranchType const & | branchType | ) |
Definition at line 116 of file BranchType.cc.
References InEvent, and InRun.
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(), and edm::RootTree::startTraining().
std::string const & edm::BranchTypeToBranchEntryInfoBranchName | ( | BranchType const & | branchType | ) |
Definition at line 128 of file BranchType.cc.
References InEvent, and InRun.
Referenced by fwlite::internal::BranchMapReaderStrategyV8::updateFile(), and ProvenanceDumper::work_().
std::string const & edm::BranchTypeToInfoTreeName | ( | BranchType const & | branchType | ) |
Definition at line 112 of file BranchType.cc.
References dumpTauVariables_cfi::eventInfo, InEvent, InRun, and pileupCalc::lumiInfo.
Referenced by edm::RootTree::RootTree().
std::string const & edm::BranchTypeToMajorIndexName | ( | BranchType const & | branchType | ) |
Definition at line 136 of file BranchType.cc.
References InEvent, and InRun.
std::string const & edm::BranchTypeToMetaDataTreeName | ( | BranchType const & | branchType | ) |
Definition at line 108 of file BranchType.cc.
References InEvent, and InRun.
Referenced by ProvenanceDumper::work_().
std::string const & edm::BranchTypeToMinorIndexName | ( | BranchType const & | branchType | ) |
Definition at line 140 of file BranchType.cc.
References InEvent, and InRun.
std::string const & edm::BranchTypeToProductProvenanceBranchName | ( | BranchType const & | BranchType | ) |
Definition at line 132 of file BranchType.cc.
References InEvent, and InRun.
Referenced by edm::ReducedProvenanceReader::ReducedProvenanceReader(), edm::RootOutputFile::RootOutputFile(), and ProvenanceDumper::work_().
std::string const & edm::BranchTypeToProductStatusBranchName | ( | BranchType const & | branchType | ) |
Definition at line 124 of file BranchType.cc.
References InEvent, and InRun.
std::string const & edm::BranchTypeToProductTreeName | ( | BranchType const & | branchType | ) |
Definition at line 104 of file BranchType.cc.
References PatBasicFWLiteAnalyzer::events, InEvent, InRun, heppy_report::lumis, and writedatasetfile::runs.
Referenced by edm::RootTree::RootTree(), and ProvenanceDumper::work_().
std::string const & edm::BranchTypeToString | ( | BranchType const & | branchType | ) |
Definition at line 100 of file BranchType.cc.
References InEvent, InRun, and writedatasetfile::run.
Referenced by operator<<(), and edm::EDConsumerBase::throwBranchMismatch().
TReturn edm::callWithTryCatchAndPrint | ( | std::function< TReturn(void)> | iFunc, |
char const * | context = 0 , |
||
bool | disablePrint = false |
||
) |
Definition at line 49 of file ExceptionHelpers.h.
References addContextAndPrintException(), and edm::convertException::wrap().
|
static |
Definition at line 79 of file GetProductCheckerOutputModule.cc.
References edm::Provenance::branchDescription(), edm::BranchDescription::branchID(), Exception, edm::BranchDescription::moduleLabel(), edm::BranchDescription::processName(), edm::BranchDescription::productInstanceName(), edm::BasicHandle::provenance(), and edm::BranchDescription::unwrappedTypeID().
Referenced by SegmentsTrackAssociator::associate(), edm::ProductSelector::checkForDuplicateKeptBranch(), L1TMenuHelper::getLUSOTrigger(), edm::StreamerInputFile::openStreamerFile(), fwlite::Handle< Collection >::operator*(), fwlite::Handle< Collection >::operator->(), fwlite::Handle< Collection >::product(), fwlite::Handle< Collection >::ptr(), edm::DataMixingMuonWorker::putMuon(), amc13::Header::raw(), amc13::Trailer::raw(), fwlite::Handle< Collection >::ref(), 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(), GetRecoTauVFromDQM_MC_cff::cl, edm::TypeID::className(), hasDictionary(), postprocess-scan-build::recursive, mps_fire::result, and edm::TypeIDBase::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 GetRecoTauVFromDQM_MC_cff::cl, edm::TypeWithDict::getClass(), edm::TypeWithDict::invalidTypeInfo(), 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::TypeIDBase::typeInfo().
Referenced by edm::ProductRegistryHelper::addToRegistry(), edm::ProductRegistry::checkDictionariesOfConsumedTypes(), checkDictionaryOfWrappedType(), edm::ProductRegistry::initializeLookupTables(), edm::OutputModule::keepThisBranch(), edm::one::OutputModuleBase::keepThisBranch(), and public_base_classes().
bool edm::checkDictionary | ( | std::vector< std::string > & | missingDictionaries, |
std::string const & | name, | ||
TypeWithDict const & | typeWithDict | ||
) |
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 130 of file PathsAndConsumesOfModules.cc.
References edm::PathsAndConsumesOfModulesBase::allModules(), heppy_report::description, edm::PathsAndConsumesOfModulesBase::endPaths(), Exception, runEdmFileComparison::found, edm::graph::kDataDependencyIndex, edm::graph::kInvalidIndex, edm::errors::LogicError, edm::PathsAndConsumesOfModules::moduleIndex(), edm::PathsAndConsumesOfModulesBase::modulesOnEndPath(), edm::PathsAndConsumesOfModulesBase::modulesOnPath(), edm::PathsAndConsumesOfModulesBase::modulesWhoseProductsAreConsumedBy(), edm::PathsAndConsumesOfModulesBase::paths(), AlCaHLTBitMon_QueryRunRegistry::string, and edm::graph::throwIfImproperDependencies().
Referenced by edm::EventProcessor::beginJob(), and edm::SubProcess::beginJob().
Definition at line 6 of file CommonExceptions.cc.
References Exception, and edm::errors::InvalidReference.
Referenced by edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::operator[]().
|
static |
Definition at line 12 of file Factory.cc.
References edm::Factory::singleInstance_.
Referenced by ESDataCertificationTask::endJob(), ESDaqInfoTask::endJob(), ESDcsInfoTask::endJob(), Herwig::HerwigUIProvider::quit(), PhysicsTools::MVATrainer::setCleanup(), edm::Factory::~Factory(), and Herwig::HerwigUIProvider::~HerwigUIProvider().
void edm::clearLoggedErrorsSummary | ( | unsigned int | iStreamID | ) |
Definition at line 180 of file MessageSender.cc.
References errorSummaryMaps.
Referenced by edm::service::MessageLogger::postEvent().
void edm::clearMessageLog | ( | ) |
Definition at line 100 of file MessageLogger.cc.
References edm::MessageDrop::clear(), and edm::MessageDrop::instance().
Referenced by edm::Suppress_LogDebug_::log().
bool edm::combinable | ( | BranchDescription const & | a, |
BranchDescription const & | b | ||
) |
Definition at line 332 of file BranchDescription.cc.
References edm::BranchDescription::branchID(), edm::BranchDescription::branchType(), edm::BranchDescription::friendlyClassName(), edm::BranchDescription::fullClassName(), edm::BranchDescription::moduleLabel(), edm::BranchDescription::processName(), and edm::BranchDescription::productInstanceName().
Referenced by edm::ProductRegistry::copyProduct(), operator<<(), and operator==().
bool edm::contains | ( | LuminosityBlockRange const & | lh, |
LuminosityBlockID const & | rh | ||
) |
Definition at line 52 of file LuminosityBlockRange.cc.
References edm::LuminosityBlockRange::endLumiID(), and edm::LuminosityBlockRange::startLumiID().
bool edm::contains | ( | EventRange const & | lh, |
EventID const & | rh | ||
) |
Definition at line 38 of file EventRange.cc.
References contains_(), edm::EventID::event(), edm::EventID::run(), edm::EventRange::startLumi(), and mitigatedMETSequence_cff::U.
Referenced by Vispa.Gui.PortConnection.PointToPointConnection::belongsToRoute(), HGCalTriggerClusterIdentificationBDT::category(), contains(), Vispa.Views.LineDecayView.DecayNode::containsPoint(), Vispa.Views.LineDecayView.DecayLine::containsPoint(), CaloTowersCreationAlgo::convert(), MultipleScatteringGeometry::detLayers(), CTPPSDiamondDQMSource::dqmBeginRun(), Vispa.Gui.ConnectableWidget.ConnectableWidget::dropAreaPort(), pat::PATElectronProducer::fillElectron2(), pat::PATMuonProducer::fillMuon(), HeavyFlavorValidation::getFilterLevel(), CaloVNoiseSignalGenerator::getNoiseSignals(), Vispa.Main.StartupScreen.StartupScreen::mouseMoveEvent(), Vispa.Gui.MenuWidget.MenuWidget::mouseMoveEvent(), Vispa.Gui.MenuWidget.MenuWidget::mousePressEvent(), Vispa.Gui.PortWidget.PortWidget::mouseReleaseEvent(), Vispa.Gui.ConnectableWidgetOwner.ConnectableWidgetOwner::propagateEventUnderConnectionWidget(), CaloTowersCreationAlgo::rescaleTowers(), CTPPSLHCInfoESSource::setIntervalFor(), CTPPSOpticalFunctionsESSource::setIntervalFor(), TotemDAQMappingESSourceXML::setIntervalFor(), and PhysicsTools::Calibration::MVAComputerContainer::~MVAComputerContainer().
bool edm::contains | ( | LuminosityBlockRange const & | lh, |
LuminosityBlockRange const & | rh | ||
) |
Definition at line 59 of file LuminosityBlockRange.cc.
References contains(), edm::LuminosityBlockRange::endLumiID(), and edm::LuminosityBlockRange::startLumiID().
bool edm::contains | ( | EventRange const & | lh, |
EventRange const & | rh | ||
) |
Definition at line 49 of file EventRange.cc.
References contains(), edm::EventRange::endEventID(), edm::EventRange::startEventID(), and edm::EventRange::startLumi().
bool edm::contains_ | ( | EventRange const & | lh, |
EventID const & | rh | ||
) |
Definition at line 45 of file EventRange.cc.
References edm::EventRange::endEventID(), and edm::EventRange::startEventID().
Referenced by contains().
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, and CommonUtil::nested.
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::LuminosityBlockAuxiliary::beginTime_, edm::LuminosityBlockAuxiliary::endTime_, edm::LuminosityBlockAux::id_, edm::LuminosityBlockAuxiliary::id_, edm::Timestamp::invalidTimestamp(), edm::LuminosityBlockAux::processHistoryID_, edm::LuminosityBlockAuxiliary::processHistoryID_, and edm::LuminosityBlockAux::runID_.
void edm::conversion | ( | RunAux const & | from, |
RunAuxiliary & | to | ||
) |
Definition at line 11 of file RunAux.cc.
References edm::RunAuxiliary::beginTime_, edm::RunAuxiliary::endTime_, edm::RunAux::id_, edm::RunAuxiliary::id_, edm::Timestamp::invalidTimestamp(), edm::RunAux::processHistoryID_, and edm::RunAuxiliary::processHistoryID_.
void edm::conversion | ( | EventAux const & | from, |
EventAuxiliary & | to | ||
) |
Definition at line 9 of file EventAux.cc.
References edm::EventAux::id_, edm::EventAuxiliary::id_, edm::EventAuxiliary::luminosityBlock_, edm::EventAux::luminosityBlockID_, edm::EventAux::processHistoryID_, edm::EventAuxiliary::processHistoryID_, edm::EventAux::time_, and edm::EventAuxiliary::time_.
Referenced by edm::RootFile::fillLumiAuxiliary(), edm::RootFile::fillRunAuxiliary(), edm::RootFile::fillThisEventAuxiliary(), ReducedEGProducer::linkConversionsByTrackRef(), 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 MessageLogger_cfi::cerr, Exception, edm::BasicHandle::failedToGet(), edm::ObjectWithDict::get(), h, edm::BasicHandle::id(), edm::errors::InvalidReference, edm::errors::LogicError, edm::TypeWithDict::name(), edm::BasicHandle::provenance(), edm::Handle< FWGenericObject >::setWhyFailed(), edm::Handle< FWGenericObject >::type(), edm::BasicHandle::whyFailed(), edm::convertException::wrap(), edm::WrapperBase::wrappedTypeInfo(), and edm::BasicHandle::wrapper().
Handle<T> edm::convert_handle | ( | BasicHandle && | bh | ) |
Definition at line 22 of file ConvertHandle.h.
References edm::handleimpl::makeInvalidReferenceException(), eostools::move(), UNLIKELY, and wrapper.
Referenced by edm::Event::getByLabel(), and edm::EventBase::getByLabel().
void edm::convert_handle | ( | BasicHandle && | orig, |
Handle< GenericObject > & | result | ||
) |
specialize this function for GenericHandle
Definition at line 19 of file GenericHandle.cc.
References Exception, edm::ObjectWithDict::get(), h, edm::errors::InvalidReference, edm::errors::LogicError, edm::TypeWithDict::name(), edm::Handle< GenericObject >::setWhyFailedFactory(), edm::Handle< GenericObject >::type(), 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 edm::handleimpl::makeInvalidReferenceException(), eostools::move(), edm::handleimpl::throwConvertTypeError(), UNLIKELY, and wrapper.
constexpr BranchType edm::convertToBranchType | ( | Transition | iValue | ) |
Definition at line 15 of file Transition.h.
References constexpr, InEvent, InLumi, and InRun.
Referenced by edm::ProductRegistryHelper::addToRegistry(), and edm::ProducerBase::resolvePutIndicies().
constexpr Transition edm::convertToTransition | ( | BranchType | iValue | ) |
Definition at line 20 of file Transition.h.
References BeginLuminosityBlock, BeginRun, constexpr, and Event.
Referenced by edm::ProductRegistryHelper::produces().
|
inline |
wrappers for copy
Definition at line 20 of file Algorithms.h.
References popcon2dropbox::copy(), and f.
Referenced by edm::service::ThreadSafeLogMessageLoggerScribe::configure_dest(), edm::service::MessageLoggerScribe::configure_dest(), 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 | ( | ) |
Definition at line 5 of file GlobalIdentifier.cc.
References edm::Guid::toString().
Referenced by NanoAODOutputModule::openFile(), DQMRootOutputModule::openFile(), edm::RootOutputFile::RootOutputFile(), and edm::RootFile::validateFile().
bool edm::decode | ( | bool & | to, |
std::string const & | from | ||
) |
Definition at line 72 of file types.cc.
Referenced by BeautifulSoup.NavigableString::__unicode__(), decode(), Types.string::formatValueForConfig(), 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(), edm::Entry::getPSet(), edm::Entry::getString(), 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(), uploadConditions::re_upload(), and edm::Entry::validate().
bool edm::decode | ( | std::vector< bool > & | to, |
std::string const & | from | ||
) |
Definition at line 95 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 135 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 218 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 365 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 176 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 261 of file types.cc.
References b, decode(), MillePedeFileConverter_cfg::e, 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 406 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 448 of file types.cc.
References infinity, and SiStripPI::max.
bool edm::decode | ( | std::vector< double > & | to, |
std::string const & | from | ||
) |
Definition at line 487 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 526 of file types.cc.
References b, EnergyCorrector::c, MillePedeFileConverter_cfg::e, and from_hex().
bool edm::decode | ( | std::vector< std::string > & | to, |
std::string const & | from | ||
) |
Definition at line 1012 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 566 of file types.cc.
References edm::FileInPath::readFromParameterSetBlob(), and groupFilesInBlocks::temp.
bool edm::decode | ( | edm::InputTag & | to, |
std::string const & | from | ||
) |
Definition at line 589 of file types.cc.
bool edm::decode | ( | std::vector< edm::InputTag > & | to, |
std::string const & | from | ||
) |
Definition at line 603 of file types.cc.
References decode(), and nano_cff::strings.
bool edm::decode | ( | edm::ESInputTag & | to, |
std::string const & | from | ||
) |
Definition at line 629 of file types.cc.
bool edm::decode | ( | std::vector< edm::ESInputTag > & | to, |
std::string const & | from | ||
) |
Definition at line 643 of file types.cc.
References decode(), and nano_cff::strings.
bool edm::decode | ( | edm::EventID & | to, |
std::string const & | from | ||
) |
Definition at line 669 of file types.cc.
References writedatasetfile::run, and tokenize().
bool edm::decode | ( | std::vector< edm::EventID > & | to, |
std::string const & | from | ||
) |
Definition at line 695 of file types.cc.
References decode(), and nano_cff::strings.
bool edm::decode | ( | edm::LuminosityBlockID & | to, |
std::string const & | from | ||
) |
Definition at line 725 of file types.cc.
References writedatasetfile::run, and tokenize().
bool edm::decode | ( | std::vector< edm::LuminosityBlockID > & | to, |
std::string const & | from | ||
) |
Definition at line 745 of file types.cc.
References decode(), and nano_cff::strings.
bool edm::decode | ( | edm::LuminosityBlockRange & | to, |
std::string const & | from | ||
) |
Definition at line 776 of file types.cc.
References begin, decode(), end, edm::LuminosityBlockID::luminosityBlock(), edm::LuminosityBlockID::run(), and tokenize().
bool edm::decode | ( | std::vector< edm::LuminosityBlockRange > & | to, |
std::string const & | from | ||
) |
Definition at line 798 of file types.cc.
References decode(), and nano_cff::strings.
bool edm::decode | ( | edm::EventRange & | to, |
std::string const & | from | ||
) |
Definition at line 829 of file types.cc.
References begin, decode(), end, edm::EventID::event(), edm::EventID::luminosityBlock(), edm::EventID::run(), and tokenize().
bool edm::decode | ( | std::vector< edm::EventRange > & | to, |
std::string const & | from | ||
) |
Definition at line 860 of file types.cc.
References decode(), and nano_cff::strings.
bool edm::decode | ( | ParameterSet & | to, |
std::string const & | from | ||
) |
Definition at line 1059 of file types.cc.
bool edm::decode | ( | std::vector< ParameterSet > & | to, |
std::string const & | from | ||
) |
Definition at line 1075 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 8 of file defaultModuleLabel.h.
References EnergyCorrector::c, 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 154 of file MessageSender.cc.
References errorSummaryIsBeingKept.
Referenced by edm::LogErrorHarvester::endJob(), and HLTLogMonitorFilter::endJob().
void edm::disableRTSigs | ( | ) |
Definition at line 47 of file UnixSignalHandlers.cc.
References MUST_BE_ZERO, and pileupDistInMC::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 72 of file EventRange.cc.
References begin, end, edm::EventRange::endEventID(), edm::EventRange::EventRange(), lessThan(), mathSSE::lh, max(), min(), overlaps(), edm::EventRange::startEventID(), and edm::EventRange::startLumi().
Referenced by overlaps(), and cond::persistency::Query< Types... >::Query().
void edm::doBuildRealData | ( | std::string const & | name | ) |
Definition at line 22 of file ClassFiller.cc.
References edm::errors::Configuration, Exception, and FDEBUG.
void edm::doBuildRealData | ( | const std::string & | name | ) |
Referenced by edm::StreamerInputSource::buildClassCache().
const char * edm::edmModuleType | ( | edm::ModuleDescription const & | module | ) |
Definition at line 35 of file EDMModuleType.cc.
References edmModuleTypeEnum(), 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, module_type_desc, edm::ModuleDescription::parameterSetID(), muonDTDigis_cfi::pset, PhysicsTools::registry, AlCaHLTBitMon_QueryRunRegistry::string, lumiQTWidget::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::EDAnalyzer::prevalidate(), edm::stream::EDAnalyzerBase::prevalidate(), edm::EDProducer::prevalidate(), edm::EDFilter::prevalidate(), edm::stream::EDFilterBase::prevalidate(), edm::stream::EDProducerBase::prevalidate(), edm::global::EDAnalyzerBase::prevalidate(), edm::one::EDFilterBase::prevalidate(), edm::limited::EDAnalyzerBase::prevalidate(), edm::one::EDProducerBase::prevalidate(), edm::one::EDAnalyzerBase::prevalidate(), edm::limited::EDFilterBase::prevalidate(), edm::global::EDFilterBase::prevalidate(), edm::global::EDProducerBase::prevalidate(), and edm::limited::EDProducerBase::prevalidate().
ELseverityLevel const edm::ELdebugGen | ( | ) |
Definition at line 286 of file ELseverityLevel.cc.
References MillePedeFileConverter_cfg::e, and edm::ELseverityLevel::ELsev_success.
ELseverityLevel const edm::ELerrorGen | ( | ) |
Definition at line 304 of file ELseverityLevel.cc.
References MillePedeFileConverter_cfg::e, and edm::ELseverityLevel::ELsev_error.
ELseverityLevel const edm::ELhighestSeverityGen | ( | ) |
Definition at line 322 of file ELseverityLevel.cc.
References MillePedeFileConverter_cfg::e, and edm::ELseverityLevel::ELsev_highestSeverity.
ELseverityLevel const edm::ELinfoGen | ( | ) |
Definition at line 292 of file ELseverityLevel.cc.
References MillePedeFileConverter_cfg::e, and edm::ELseverityLevel::ELsev_info.
ELseverityLevel const edm::ELsevereGen | ( | ) |
Definition at line 316 of file ELseverityLevel.cc.
References MillePedeFileConverter_cfg::e, and edm::ELseverityLevel::ELsev_severe.
ELseverityLevel const edm::ELunspecifiedGen | ( | ) |
Definition at line 310 of file ELseverityLevel.cc.
References MillePedeFileConverter_cfg::e, and edm::ELseverityLevel::ELsev_unspecified.
ELseverityLevel const edm::ELwarningGen | ( | ) |
Definition at line 298 of file ELseverityLevel.cc.
References MillePedeFileConverter_cfg::e, and edm::ELseverityLevel::ELsev_warning.
ELseverityLevel const edm::ELzeroSeverityGen | ( | ) |
Definition at line 280 of file ELseverityLevel.cc.
References MillePedeFileConverter_cfg::e, and edm::ELseverityLevel::ELsev_zeroSeverity.
bool edm::EnableLoggedErrorsSummary | ( | ) |
Definition at line 149 of file MessageSender.cc.
References errorSummaryIsBeingKept.
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 114 of file types.cc.
References b, MillePedeFileConverter_cfg::e, encode(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool edm::encode | ( | std::string & | to, |
std::vector< int > const & | from | ||
) |
Definition at line 238 of file types.cc.
References b, 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 384 of file types.cc.
References b, MillePedeFileConverter_cfg::e, encode(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool edm::encode | ( | std::string & | to, |
std::vector< long long > const & | from | ||
) |
Definition at line 281 of file types.cc.
References b, 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 | ||
) |
bool edm::encode | ( | std::string & | to, |
double | from | ||
) |
bool edm::encode | ( | std::string & | to, |
std::vector< double > const & | from | ||
) |
Definition at line 505 of file types.cc.
References b, MillePedeFileConverter_cfg::e, encode(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool edm::encode | ( | std::string & | to, |
std::string const & | from | ||
) |
Definition at line 888 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 1034 of file types.cc.
References b, 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 594 of file types.cc.
References edm::InputTag::encode().
bool edm::encode | ( | std::string & | to, |
std::vector< edm::InputTag > const & | from | ||
) |
Definition at line 615 of file types.cc.
References encode(), and nano_cff::strings.
bool edm::encode | ( | std::string & | to, |
edm::ESInputTag const & | from | ||
) |
Definition at line 634 of file types.cc.
References edm::ESInputTag::encode().
bool edm::encode | ( | std::string & | to, |
std::vector< edm::ESInputTag > const & | from | ||
) |
Definition at line 655 of file types.cc.
References encode(), and nano_cff::strings.
bool edm::encode | ( | std::string & | to, |
edm::EventID const & | from | ||
) |
Definition at line 680 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 709 of file types.cc.
References encode(), AlCaHLTBitMon_QueryRunRegistry::string, and nano_cff::strings.
bool edm::encode | ( | std::string & | to, |
edm::LuminosityBlockID const & | from | ||
) |
Definition at line 734 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 759 of file types.cc.
References encode(), AlCaHLTBitMon_QueryRunRegistry::string, and nano_cff::strings.
bool edm::encode | ( | std::string & | to, |
edm::LuminosityBlockRange const & | from | ||
) |
Definition at line 787 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 812 of file types.cc.
References encode(), AlCaHLTBitMon_QueryRunRegistry::string, and nano_cff::strings.
bool edm::encode | ( | std::string & | to, |
edm::EventRange const & | from | ||
) |
Definition at line 842 of file types.cc.
References 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 874 of file types.cc.
References encode(), AlCaHLTBitMon_QueryRunRegistry::string, and nano_cff::strings.
bool edm::encode | ( | std::string & | to, |
ParameterSet const & | from | ||
) |
Definition at line 1066 of file types.cc.
References edm::ParameterSet::toString().
bool edm::encode | ( | std::string & | to, |
std::vector< ParameterSet > const & | from | ||
) |
void edm::endGlobalTransitionAsync | ( | WaitingTaskHolder | iWait, |
Schedule & | iSchedule, | ||
P & | iPrincipal, | ||
IOVSyncValue const & | iTS, | ||
EventSetupImpl const & | iES, | ||
ServiceToken const & | token, | ||
SC & | iSubProcesses, | ||
bool | cleaningUpAfterException | ||
) |
Definition at line 101 of file globalTransitionAsync.h.
References edm::WaitingTaskHolder::doneWaiting(), h, make_waiting_task(), eostools::move(), edm::Schedule::processOneGlobalAsync(), and subProcessDoGlobalEndTransitionAsync().
void edm::endStreamsTransitionAsync | ( | WaitingTaskHolder | iWait, |
Schedule & | iSchedule, | ||
unsigned int | iNStreams, | ||
P & | iPrincipal, | ||
IOVSyncValue const & | iTS, | ||
EventSetupImpl const & | iES, | ||
ServiceToken const & | iToken, | ||
SC & | iSubProcesses, | ||
bool | cleaningUpAfterException | ||
) |
void edm::endStreamTransitionAsync | ( | WaitingTaskHolder | iWait, |
Schedule & | iSchedule, | ||
unsigned int | iStreamIndex, | ||
P & | iPrincipal, | ||
IOVSyncValue const & | iTS, | ||
EventSetupImpl const & | iES, | ||
ServiceToken const & | token, | ||
SC & | iSubProcesses, | ||
bool | cleaningUpAfterException | ||
) |
Definition at line 124 of file streamTransitionAsync.h.
References edm::WaitingTaskHolder::doneWaiting(), h, make_waiting_task(), edm::Schedule::processOneStreamAsync(), and subProcessDoStreamEndTransitionAsync().
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().
bool edm::eq_nocase | ( | const ELstring & | s1, |
const char | s2[] | ||
) |
Definition at line 21 of file ELstring.cc.
References p1, p2, and indexGen::s2.
Referenced by edm::ErrorObj::emitToken().
|
inline |
void edm::exceptionContext | ( | std::ostream & | os, |
GlobalContext const & | gc | ||
) |
Definition at line 59 of file GlobalContext.cc.
References edm::GlobalContext::kBeginJob, edm::GlobalContext::kBeginLuminosityBlock, edm::GlobalContext::kBeginRun, edm::GlobalContext::kEndJob, edm::GlobalContext::kEndLuminosityBlock, edm::GlobalContext::kEndRun, edm::GlobalContext::kWriteLuminosityBlock, edm::GlobalContext::kWriteRun, edm::GlobalContext::luminosityBlockID(), edm::LuminosityBlockID::run(), and edm::GlobalContext::transition().
Referenced by edm::Worker::activityRegistry(), edm::Worker::exceptionContext(), and edm::Worker::runModule().
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::fillDescriptionFromPSet | ( | ParameterSet const & | pset, |
ParameterSetDescription & | desc | ||
) |
Definition at line 102 of file FillDescriptionFromPSet.cc.
References edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addNode(), edm::ParameterSetDescription::addUntracked(), mps_splice::entry, edm::ParameterSet::getParameterSet(), edm::ParameterSet::getParameterSetVector(), edm::ParameterSet::getUntrackedParameterSet(), edm::ParameterSet::getUntrackedParameterSetVector(), eostools::move(), edm::ParameterSet::psetTable(), edm::ParameterSet::tbl(), and edm::ParameterSet::vpsetTable().
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 | ||
) |
Definition at line 190 of file EventProcessor.cc.
References reco::get(), edm::ParameterSet::getParameter(), edm::ParameterSet::getPSetForUpdate(), and edm::ParameterSet::registerIt().
Referenced by edm::EventProcessor::init().
void edm::fillMaxEventsDescription | ( | ParameterSetDescription & | description | ) |
Definition at line 57 of file validateTopLevelParameterSets.cc.
References edm::ParameterSetDescription::addOptionalNode(), edm::ParameterSetDescription::addUntracked(), and edm::ParameterSetDescription::addWildcardUntracked().
Referenced by validateTopLevelParameterSets().
void edm::fillMaxLuminosityBlocksDescription | ( | ParameterSetDescription & | description | ) |
Definition at line 67 of file validateTopLevelParameterSets.cc.
References edm::ParameterSetDescription::addUntracked().
Referenced by validateTopLevelParameterSets().
void edm::fillMaxSecondsUntilRampdownDescription | ( | ParameterSetDescription & | description | ) |
Definition at line 71 of file validateTopLevelParameterSets.cc.
References edm::ParameterSetDescription::addUntracked().
Referenced by validateTopLevelParameterSets().
|
static |
Definition at line 822 of file StreamSchedule.cc.
References edm::Worker::description(), edm::Path::getWorker(), edm::ModuleInPathSummary::moduleLabel, edm::ModuleDescription::moduleLabel(), edm::ModuleInPathSummary::timesExcept, edm::Path::timesExcept(), edm::ModuleInPathSummary::timesFailed, edm::Path::timesFailed(), edm::ModuleInPathSummary::timesPassed, edm::Path::timesPassed(), edm::ModuleInPathSummary::timesVisited, and edm::Path::timesVisited().
Referenced by fillPathSummary().
void edm::fillOptionsDescription | ( | ParameterSetDescription & | description | ) |
Definition at line 14 of file validateTopLevelParameterSets.cc.
References edm::ParameterSetDescription::addOptionalUntracked(), edm::ParameterSetDescription::addUntracked(), 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 830 of file StreamSchedule.cc.
References edm::PathSummary::bitPosition, edm::Path::bitPosition(), fillModuleInPathSummary(), mps_fire::i, edm::PathSummary::moduleInPathSummaries, edm::PathSummary::name, edm::Path::name(), edm::Path::size(), groupFilesInBlocks::temp, edm::PathSummary::timesExcept, edm::Path::timesExcept(), edm::PathSummary::timesFailed, edm::Path::timesFailed(), edm::PathSummary::timesPassed, edm::Path::timesPassed(), edm::PathSummary::timesRun, and edm::Path::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 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 85 of file fillPtrVector.h.
References edm::detail::reallyfillPtrVector().
Referenced by edm::WrapperBase::isPresent(), and edm::SortedCollection< EcalRecHit >::pop_back().
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 94 of file fillPtrVector.h.
References 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 103 of file fillPtrVector.h.
References 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 112 of file fillPtrVector.h.
References edm::detail::reallyfillPtrVector().
|
inline |
Definition at line 473 of file SortedCollection.h.
References edm::SortedCollection< T, SORT >::fillPtrVector().
|
inline |
Definition at line 489 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::fillPtrVector().
|
inline |
void edm::fillView | ( | std::vector< T, A > const & | obj, |
ProductID const & | id, | ||
std::vector< void const * > & | ptrs, | ||
FillViewHelperVector & | helpers | ||
) |
Definition at line 49 of file FillView.h.
References 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 59 of file FillView.h.
References 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 69 of file FillView.h.
References 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 79 of file FillView.h.
References edm::detail::reallyFillView().
|
inline |
Definition at line 197 of file PtrVector.h.
References edm::PtrVector< T >::fillView().
|
inline |
Definition at line 210 of file RefVector.h.
|
inline |
Definition at line 251 of file RefToBaseVector.h.
References edm::RefToBaseVector< T >::fillView().
|
inline |
Definition at line 281 of file AssociationVector.h.
References edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::fillView().
Referenced by edm::RefToBaseVector< reco::Track >::isInvalid(), edm::WrapperBase::isPresent(), edm::PtrVector< reco::reco::PFCluster >::operator=(), edm::SortedCollection< EcalRecHit >::pop_back(), edm::RefToBaseProd< T >::RefToBaseProd(), edm::DetSetVector< TotemRPLocalTrack::FittedRecHit >::reserve(), and edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::value().
|
inline |
Definition at line 296 of file Ptr.h.
References hgcalPlots::obj, and AlCaHLTBitMon_ParallelJobs::p.
|
inline |
Definition at line 422 of file DetSetVector.h.
References edm::DetSetVector< T >::fillView().
|
inline |
Definition at line 441 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::fillView().
|
inline |
Definition at line 452 of file SortedCollection.h.
References edm::SortedCollection< T, SORT >::fillView().
|
inline |
Definition at line 516 of file OwnVector.h.
References edm::OwnVector< T, P >::fillView().
|
static |
Definition at line 862 of file StreamSchedule.cc.
References fillWorkerSummaryAux().
Referenced by edm::StreamSchedule::getTriggerReport().
|
static |
Definition at line 853 of file StreamSchedule.cc.
References edm::Worker::description(), edm::ModuleDescription::moduleLabel(), edm::WorkerSummary::moduleLabel, edm::WorkerSummary::timesExcept, edm::Worker::timesExcept(), edm::WorkerSummary::timesFailed, edm::Worker::timesFailed(), edm::WorkerSummary::timesPassed, edm::Worker::timesPassed(), edm::WorkerSummary::timesRun, edm::Worker::timesRun(), edm::WorkerSummary::timesVisited, and edm::Worker::timesVisited().
Referenced by fillWorkerSummary().
|
inline |
wrappers for std::find
Definition at line 42 of file Algorithms.h.
References AlCaHLTBitMon_ParallelJobs::p.
|
inline |
|
inline |
wrappers for std::find
Definition at line 26 of file Algorithms.h.
References edmIntegrityCheck::d, and spr::find().
Referenced by edm::RootFile::fillIndexIntoFile(), edm::ProvenanceAdaptor::fixProcessHistory(), edm::ParameterSet::fromString(), and edm::BranchIDListHelper::updateFromInput().
|
inline |
Definition at line 31 of file Algorithms.h.
References edmIntegrityCheck::d, and spr::find().
|
inline |
|
inline |
|
inline |
Definition at line 24 of file Map.h.
Referenced by edm::JobReport::dumpFiles(), and edm::JobReport::JobReportImpl::writeOutputFile().
|
inline |
|
inline |
Definition at line 39 of file Map.h.
|
inline |
Definition at line 210 of file ParameterSet.cc.
Referenced by edm::TrieNode< T >::_sequentialSearch(), L1TGlobalSummary::analyze(), l1t::GtRecordDump::analyze(), edm::TypeWithDict::byName(), edm::OwnArray< T, MAX_SIZE, P >::capacity(), DynamicTruncation::compatibleDets(), edm::service::ELoutput::emitToken(), TtEvent::eventHypo(), JME::getDefinitionLine(), edm::ParameterSet::getParameterNames(), PF_PU_FirstVertexTracks::produce(), PFCand_NoPU_WithAM::produce(), edm::OwnVector< reco::reco::PFBlockElement >::shrink_to_fit(), stripTemplate(), edm::TrieNode< T >::subNodeByLabel(), L1TOccupancyClientHistogramService::updateHistogramEndLS(), and edm::shared_memory::WorkerChannel::WorkerChannel().
void edm::FlushMessageLog | ( | ) |
Definition at line 94 of file MessageLogger.cc.
References edm::MessageDrop::instance(), edm::MessageLoggerQ::MLqFLS(), and MLSCRIBE_RUNNING_INDICATOR.
Referenced by edm::Suppress_LogDebug_::log(), lhef::logFileAction(), edm::InputFile::logFileAction(), edm::StreamerInputFile::logFileAction(), dqm::DQMFileSaverBase::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.
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::Schedule::closeOutputFiles(), edm::EventProcessor::closeOutputFiles(), edm::SubProcess::deleteRunFromCache(), edm::EventProcessor::deleteRunFromCache(), edm::SubProcess::doBeginStream(), edm::SubProcess::doEndStream(), edm::SubProcess::enableEndPaths(), edm::RootOutputTree::fillTTree(), edm::SubProcess::fixBranchIDListsForEDAliases(), main(), edm::SubProcess::openOutputFiles(), edm::Schedule::openOutputFiles(), edm::EventProcessor::openOutputFiles(), edm::service::StallMonitor::postEndJob(), edm::EDLooperBase::prepareForNextLoop(), edm::ParameterSetDescription::print(), edm::ParameterSwitch< T >::printNestedContent_(), edm::WorkerManager::resetAll(), edm::eventsetup::EventSetupRecordProvider::resetProxies(), edm::eventsetup::EventSetupRecordProvider::resetRecordToProxyPointers(), edm::eventsetup::EventSetupRecordProvider::resetTransients(), edm::SubProcess::respondToCloseInputFile(), edm::Schedule::respondToCloseInputFile(), edm::EventProcessor::respondToCloseInputFile(), edm::SubProcess::respondToOpenInputFile(), edm::Schedule::respondToOpenInputFile(), edm::EventProcessor::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(), edm::writeParameterValue::writeVector(), and edm::Factory::~Factory().
Definition at line 40 of file JobReport.cc.
References MicroEventContent_cff::branch, and common_cff::doc.
Referenced by print().
bool edm::FreshErrorsExist | ( | unsigned int | iStreamID | ) |
Definition at line 159 of file MessageSender.cc.
References errorSummaryMaps.
Referenced by HLTLogMonitorFilter::filter(), and edm::LogErrorHarvester::produce().
T const& edm::get | ( | EventSetup const & | setup | ) |
Definition at line 188 of file EventSetup.h.
References cmsBatch::handle, dttmaxenums::L, edm::ESHandle< T >::product(), dttmaxenums::R, and GeneralSetup::setup().
T const& edm::get | ( | EventSetup const & | setup, |
L && | label | ||
) |
Definition at line 199 of file EventSetup.h.
References cmsBatch::handle, label, and edm::ESHandle< T >::product().
T const& edm::get | ( | LuminosityBlock const & | event, |
InputTag const & | tag | ||
) |
Definition at line 366 of file LuminosityBlock.h.
References cmsBatch::handle, edm::Handle< T >::product(), and GlobalPosition_Frontier_DevDB_cff::tag.
Definition at line 372 of file Run.h.
References cmsBatch::handle, edm::Handle< T >::product(), and GlobalPosition_Frontier_DevDB_cff::tag.
T const& edm::get | ( | LuminosityBlock const & | event, |
EDGetToken const & | token | ||
) |
Definition at line 374 of file LuminosityBlock.h.
References cmsBatch::handle, and edm::Handle< T >::product().
T const& edm::get | ( | Run const & | event, |
EDGetToken const & | token | ||
) |
T const& edm::get | ( | LuminosityBlock const & | event, |
EDGetTokenT< T > const & | token | ||
) |
Definition at line 382 of file LuminosityBlock.h.
References cmsBatch::handle, and edm::Handle< T >::product().
T const& edm::get | ( | Run const & | event, |
EDGetTokenT< T > const & | token | ||
) |
Definition at line 658 of file Event.h.
References cmsBatch::handle, edm::Handle< T >::product(), and GlobalPosition_Frontier_DevDB_cff::tag.
Referenced by TriggerBxMonitor::dqmAnalyze(), TriggerRatesMonitor::dqmAnalyze(), and triggerExpression::Data::setEvent().
T const& edm::get | ( | Event const & | event, |
EDGetToken const & | token | ||
) |
Definition at line 666 of file Event.h.
References cmsBatch::handle, and edm::Handle< T >::product().
T const& edm::get | ( | Event const & | event, |
EDGetTokenT< T > const & | token | ||
) |
T & edm::get_underlying | ( | propagate_const< T > & | iP | ) |
Definition at line 83 of file propagate_const.h.
References edm::propagate_const< T >::m_value.
Referenced by edm::SharedResourcesRegistry::createAcquirerForSourceDelayedReader(), get_underlying_safe(), edm::GlobalSchedule::GlobalSchedule(), and edm::StreamSchedule::makePathStatusInserters().
T const & edm::get_underlying | ( | propagate_const< T > const & | iP | ) |
Definition at line 87 of file propagate_const.h.
References edm::propagate_const< T >::m_value.
std::shared_ptr<T>& edm::get_underlying_safe | ( | propagate_const< std::shared_ptr< T >> & | iP | ) |
Definition at line 40 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::RootFile::branchIDListHelper(), edm::SubProcess::branchIDListHelper(), edm::EventProcessor::branchIDListHelper(), SerializeDataBuffer::bufferPointer(), edm::LuminosityBlock::commit_(), edm::Run::commit_(), edm::Event::commit_aux(), XrdAdaptor::XrdStatisticsService::condorUpdate(), edm::RootPrimaryFileSequence::duplicateChecker(), edm::service::RandomNumberGeneratorService::LabelAndEngine::engine(), edm::ProductRegistry::Transients::eventProductLookup(), edm::RootFile::eventProductProvenanceRetriever(), edm::StreamerFileReader::eventSkipperByID(), edm::RootPrimaryFileSequence::eventSkipperByID(), XrdAdaptor::Source::fh(), edm::RootOutputFile::filePtr(), edm::eventsetup::EventSetupRecordProvider::finder(), XrdAdaptor::ClientRequest::getCurrentSource(), edm::ModuleRegistry::getModule(), edm::ProcessDesc::getProcessPSet(), XrdAdaptor::XrdSiteStatisticsInformation::getStatisticsForSite(), edm::RootFile::indexIntoFileSharedPtr(), HepMCFileReader::input(), edm::service::RandomNumberGeneratorService::ModuleIDToEngine::labelAndEngine(), edm::EventProcessor::looper(), edm::ProductRegistry::Transients::lumiProductLookup(), edm::Schedule::moduleRegistry(), edm::value_ptr< edm::service::MessageLoggerDefaults >::operator->(), edm::JobReport::JobReportImpl::ost(), edm::RootOutputFile::pEventEntryInfoVector(), edm::ScheduleItems::preg(), edm::EventProcessor::preg(), edm::ScheduleItems::processConfiguration(), edm::VectorInputSource::productRegistry(), edm::InputSource::productRegistry(), edm::EventPrincipal::provRetrieverPtr(), edm::eventsetup::EventSetupRecordProvider::proxyProvider(), edm::service::MessageServicePresence::queue(), edm::RandomEngineSentry< T >::randomEngine(), edm::Principal::recombine(), edm::root::TFWLiteSelectorMembers::reg(), StorageAccountProxy::releaseStorage(), TStorageFactoryFile::releaseStorage(), edm::StreamSchedule::results(), edm::Schedule::resultsInserter(), edm::RootInputFileSequence::rootFile(), edm::ProductRegistry::Transients::runProductLookup(), 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().
std::shared_ptr<T const> edm::get_underlying_safe | ( | propagate_const< std::shared_ptr< T >> const & | iP | ) |
Definition at line 44 of file get_underlying_safe.h.
References popcon2dropbox::copy(), and get_underlying().
T*& edm::get_underlying_safe | ( | propagate_const< T * > & | iP | ) |
T const* edm::get_underlying_safe | ( | propagate_const< T * > const & | iP | ) |
Definition at line 55 of file get_underlying_safe.h.
References popcon2dropbox::copy(), and get_underlying().
std::unique_ptr<T>& edm::get_underlying_safe | ( | propagate_const< std::unique_ptr< T >> & | iP | ) |
std::unique_ptr<T const> edm::get_underlying_safe | ( | propagate_const< std::unique_ptr< T >> const & | iP | ) |
Definition at line 67 of file get_underlying_safe.h.
References popcon2dropbox::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::OutputModule::doPreallocate(), edm::global::OutputModuleBase::doPreallocate(), edm::limited::OutputModuleBase::doPreallocate(), edm::one::OutputModuleBase::doPreallocate(), edm::OutputModule::OutputModule(), edm::global::OutputModuleBase::OutputModuleBase(), edm::limited::OutputModuleBase::OutputModuleBase(), edm::one::OutputModuleBase::OutputModuleBase(), edm::StreamerOutputModuleCommon::serializeRegistry(), and edm::SubProcess::SubProcess().
|
inline |
Definition at line 9 of file getAnyPtr.h.
References PFRecoTauDiscriminationByIsolation_cfi::offset, and AlCaHLTBitMon_ParallelJobs::p.
|
inline |
Definition at line 8 of file GetEnvironmentVariable.h.
References AlCaHLTBitMon_ParallelJobs::p, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by reco::ExpressionEvaluator::ExpressionEvaluator().
int edm::getFileFormatVersion | ( | ) |
Definition at line 4 of file GetFileFormatVersion.cc.
Referenced by edm::RootOutputFile::writeFileFormatVersion().
std::array<T, N> edm::getFixedSizeArray | ( | ParameterSet const & | pset, |
std::string const & | name | ||
) |
Definition at line 16 of file getFixedSizeArray.h.
References a, edm::errors::Configuration, Exception, edm::ParameterSet::getParameter(), N, and dataset::name.
MallocOptionSetter & edm::getGlobalOptionSetter | ( | ) |
Definition at line 196 of file MallocOpts.cc.
References global_malloc_options.
Referenced by edm::service::SimpleMemoryCheck::SimpleMemoryCheck().
ParameterSet const & edm::getParameterSet | ( | ParameterSetID const & | id | ) |
Definition at line 855 of file ParameterSet.cc.
References Exception, edm::pset::Registry::instance(), edm::errors::LogicError, and mps_fire::result.
Referenced by edm::global::OutputModuleBase::baseType(), edm::limited::OutputModuleBase::baseType(), edm::service::CondorStatusService::beginPost(), evf::EvFDaqDirector::checkMergeTypePSet(), evf::EvFDaqDirector::checkTransferSystemPSet(), edm::ParameterSetEntry::fillPSet(), edm::VParameterSetEntry::fillVPSet(), findBinOfMaximum(), operator!=(), edm::service::PrescaleService::postBeginJob(), edm::OutputModule::setEventSelectionInfo(), edm::one::OutputModuleBase::setEventSelectionInfo(), and edm::ParameterSet::trackedID().
|
inline |
Definition at line 7 of file GetPassID.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::DaqProvenanceHelper::daqInit(), edm::ScheduleItems::initMisc(), and edm::LHEProvenanceHelper::lheInit().
ParameterSet const & edm::getProcessParameterSetContainingModule | ( | ModuleDescription const & | moduleDescription | ) |
Definition at line 863 of file ParameterSet.cc.
References edm::ParameterSet::getParameterSet(), and edm::ModuleDescription::mainParameterSetID().
Referenced by HLTPrescaleRecorder::beginRun(), DQMDcsInfo::bookHistograms(), DQMEventInfo::bookHistograms(), DQMDcsInfoClient::dqmEndJob(), ProbeTreeProducer::endJob(), TagProbeFitTreeProducer::endJob(), and operator!=().
ParameterSet const * edm::getProducerParameterSet | ( | Provenance const & | provenance | ) |
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, edm::Provenance::processHistoryPtr(), and AlCaHLTBitMon_QueryRunRegistry::string.
Definition at line 41 of file RefCoreGet.h.
References edm::RefCore::isTransient(), edm::RefCore::nullPointerForTransientException(), AlCaHLTBitMon_ParallelJobs::p, edm::refcoreimpl::productGetter(), edm::RefCore::productGetter(), and edm::RefCore::productPtr().
|
inline |
Definition at line 293 of file Principal.h.
References edm::WrapperBase::dynamicTypeInfo(), edm::Principal::findProductByTag(), PROD, mps_fire::result, edm::ProductData::sharedConstWrapper(), edm::handleimpl::throwConvertTypeError(), and edm::ProductData::wrapper().
|
inline |
Definition at line 78 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 edm::helper::MatcherGetRef< C >::getRef().
Referenced by TrackingTruthAccumulator::fillSimHits(), reco::modules::MatcherBase< C1, C2, M >::produce(), HLTScoutingEgammaProducer::produce(), HLTScoutingMuonProducer::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(), 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 | ) |
TClass* edm::getTClass | ( | std::type_info const & | ti | ) |
|
inline |
Definition at line 129 of file RefCoreGet.h.
References edm::RefCore::isTransient(), and edm::RefCore::nullPointerForTransientException().
Referenced by edm::Principal::applyToResolvers(), fwlite::ChainEvent::event(), fwlite::Event::getTFile(), and fwlite::MultiChainEvent::secondary().
std::string edm::getUuid | ( | TTree * | uuidTree | ) |
Definition at line 98 of file CollUtil.cc.
References edm::FileID::fid(), and edm::poolNames::fileIdentifierBranchName().
|
inline |
Definition at line 8 of file getWrapperBasePtr.h.
References PFRecoTauDiscriminationByIsolation_cfi::offset, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by edm::RootFile::dropOnInput(), edm::RootOutputFile::fillBranches(), and edm::RootDelayedReader::getProduct_().
std::string edm::glob2reg | ( | std::string const & | pattern | ) |
Definition at line 19 of file RegexMatch.cc.
References listBenchmarks::pattern, fetchall_from_DQM_v2::regexp, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by L1TdeStage2uGT::analyze(), triggerExpression::L1uGTReader::init(), HLTConfigProvider::matched(), and regexMatch().
void edm::GroupLogStatistics | ( | std::string const & | category | ) |
Definition at line 111 of file MessageLogger.cc.
References edm::MessageLoggerQ::MLqGRP(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::Suppress_LogDebug_::log().
void edm::HaltMessageLogging | ( | ) |
Definition at line 90 of file MessageLogger.cc.
References edm::MessageLoggerQ::MLqSHT().
Referenced by edm::Suppress_LogDebug_::log().
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(), edm::service::InitRootHandlers::InitRootHandlers(), and edm::TypeWithDict::unvalidatedTypeInfo().
|
inline |
Definition at line 91 of file HRRealTime.h.
void edm::insertSelectedProcesses | ( | BranchDescription const & | desc, |
std::set< std::string > & | processes | ||
) |
Definition at line 15 of file insertSelectedProcesses.cc.
References edm::BranchDescription::branchType(), edm::TypeWithDict::byName(), edm::TypeWithDict::getClass(), InRun, PFRecoTauDiscriminationByIsolation_cfi::offset, AlCaHLTBitMon_ParallelJobs::p, edm::BranchDescription::processName(), edm::BranchDescription::produced(), and edm::BranchDescription::wrappedType().
Referenced by edm::OutputModule::selectProducts(), edm::global::OutputModuleBase::selectProducts(), edm::limited::OutputModuleBase::selectProducts(), and edm::one::OutputModuleBase::selectProducts().
void edm::installCustomHandler | ( | int | signum, |
CFUNC | func | ||
) |
Definition at line 93 of file UnixSignalHandlers.cc.
References disableAllSigs(), disableRTSigs(), 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 patCandidates_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.
Referenced by L1TdeStage2uGT::analyze(), triggerExpression::L1uGTReader::init(), triggerExpression::PathReader::init(), HLTHighLevel::init(), ZCounting::initHLT(), edm::EventSelector::initPathNames(), and hltdqm::passTrig().
bool edm::isAncestor | ( | ProcessHistory const & | a, |
ProcessHistory const & | b | ||
) |
Definition at line 61 of file ProcessHistory.cc.
References edm::ProcessHistory::data(), and edm::ProcessHistory::size().
Referenced by isDescendant(), and operator!=().
bool edm::isDebugEnabled | ( | ) |
Definition at line 71 of file MessageLogger.cc.
References edm::MessageDrop::debugAlwaysSuppressed, and edm::MessageDrop::instance().
Referenced by SiStripQualityHotStripIdentifier::algoAnalyze(), FedChannelConnection::apvPairNumber(), L1GtTriggerMenuLiteProducer::beginRunProduce(), CommissioningHistosUsingDb::buildDetInfo(), JetPlusTrackCorrector::calculateCorr(), SiStripEventSummary::commissioningInfo(), sistrip::RawToDigiUnpacker::createDigis(), sistrip::SpyUnpacker::createDigis(), sistrip::DigiToRaw::createFedBuffers_(), sistrip::DigiToRaw::DigiToRaw(), sistrip::DigiToRawModule::DigiToRawModule(), SiStripBadAPVAlgorithmFromClusterOccupancy::extractBadAPVs(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::extractBadAPVSandStrips(), SiStripHotStripAlgorithmFromClusterOccupancy::extractBadStrips(), sistrip::SpyUtilities::extractFrameInfo(), BSCTrigger::getBSCNum(), sistrip::RawToDigiUnpacker::handleException(), HLTMuonTrackMassFilter::hltFilter(), HLTMuonL1RegionalFilter::hltFilter(), HLTMuonL1TFilter::hltFilter(), HLTMuonL1TRegionalFilter::hltFilter(), HLTMuonL2FromL1TPreFilter::hltFilter(), HLTMuonL2PreFilter::hltFilter(), HLTMuonL1Filter::hltFilter(), HLTMuonL1Filter::HLTMuonL1Filter(), 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(), edm::Suppress_LogDebug_::log(), jpt::Map::Map(), JetPlusTrackCorrector::matchTracks(), L1GtParametersConfigOnlineProd::newObject(), L1GtPrescaleFactorsAlgoTrigConfigOnlineProd::newObject(), L1GtTriggerMaskAlgoTrigConfigOnlineProd::newObject(), L1GtTriggerMaskTechTrigConfigOnlineProd::newObject(), L1GtTriggerMaskVetoTechTrigConfigOnlineProd::newObject(), L1GtPrescaleFactorsTechTrigConfigOnlineProd::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::parseCorrelationWithOverlapRemoval(), l1t::TriggerMenuParser::parseEnergySum(), L1GtTriggerMenuXmlParser::parseEnergySum(), l1t::TriggerMenuParser::parseEnergySumCorr(), L1GtTriggerMenuXmlParser::parseHfBitCounts(), L1GtTriggerMenuXmlParser::parseHfRingEtSums(), L1GtTriggerMenuXmlParser::parseJetCounts(), l1t::TriggerMenuParser::parseMuon(), L1GtTriggerMenuXmlParser::parseMuon(), l1t::TriggerMenuParser::parseMuonCorr(), jpt::Efficiency::print(), QuarkoniaTrackSelector::produce(), sistrip::DigiToRawModule::produce(), L1GlobalTriggerRecordProducer::produce(), BSCTrigger::produce(), TriggerSummaryProducerAOD::produce(), sistrip::RawToDigiModule::RawToDigiModule(), sistrip::RawToDigiUnpacker::RawToDigiUnpacker(), SiStripClusterizerFromRaw::run(), 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(), ApvTimingHistosUsingDb::update(), PedsFullNoiseHistosUsingDb::update(), PedestalsHistosUsingDb::update(), DaqScopeModeHistosUsingDb::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 117 of file ProcessHistory.h.
References isAncestor(), and operator<<().
constexpr bool edm::isEndTransition | ( | Transition | iValue | ) |
Definition at line 25 of file Transition.h.
References EndLuminosityBlock, EndRun, and or.
Referenced by edm::ProductRegistryHelper::addToRegistry(), edm::LuminosityBlock::commit_(), and edm::Run::commit_().
bool edm::isErrorEnabled | ( | ) |
Definition at line 86 of file MessageLogger.cc.
References edm::MessageDrop::errorEnabled, and edm::MessageDrop::instance().
Referenced by JetTagPlotter::analyzeTag(), ECAL2DPositionCalcWithDepthCorr::calculateAndSetPositionActual(), btagbtvdeep::SortingClass< T >::compare(), SuperClusterHelper::computeLocalCovariances(), GEDPhotonProducer::fillPhotonCollection(), TrackingTruthAccumulator::fillSimHits(), PuppiContainer::getRawAlphas(), PuppiContainer::getRMSAvg(), EGammaMvaEleEstimator::IDIsoCombinedMvaValue(), PuppiContainer::initialize(), 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 edmIntegrityCheck::d, checklumidiff::l, RecoTauDiscriminantConfiguration::mask, and findQualityFiles::v.
constexpr bool edm::isFinite | ( | double | x | ) |
Definition at line 24 of file isFinite.h.
References edmIntegrityCheck::d, checklumidiff::l, RecoTauDiscriminantConfiguration::mask, and findQualityFiles::v.
constexpr bool edm::isFinite | ( | long double | x | ) |
bool edm::isInfoEnabled | ( | ) |
Definition at line 76 of file MessageLogger.cc.
References edm::MessageDrop::infoAlwaysSuppressed, and edm::MessageDrop::instance().
Referenced by edm::InputSource::issueReports(), and edm::Suppress_LogDebug_::log().
bool edm::isMessageProcessingSetUp | ( | ) |
Definition at line 104 of file MessageLogger.cc.
References edm::MessageDrop::instance(), and MLSCRIBE_RUNNING_INDICATOR.
Referenced by edm::Suppress_LogDebug_::log().
|
inline |
|
inline |
|
inline |
Definition at line 9 of file isFinite.h.
References isFinite().
Referenced by EBHitResponse::add(), HcalSiPMHitResponse::add(), EcalHitResponse::add(), CaloHitResponse::add(), EcalTimeMapDigitizer::add(), ElectronCalibration::analyze(), Vx3DHLTAnalyzer::analyze(), ElectronCalibrationUniv::analyze(), JetTagPlotter::analyzeTag(), TrackDetectorAssociator::associate(), EGammaMvaEleEstimatorCSA14::bindVariables(), EGammaMvaEleEstimator::bindVariables(), CTPPSDiamondRecHitProducerAlgorithm::build(), TransientTrackBuilder::build(), DetIdAssociator::buildMap(), BoostedDoubleSVProducer::calcNsubjettiness(), TwoTrackMinimumDistanceHelixHelix::calculate(), GsfVertexWeightCalculator::calculate(), Cluster3DPCACalculator::calculateAndSetPositionActual(), Basic2DGenericPFlowPositionCalc::calculateAndSetPositionActual(), GsfElectronAlgo::calculateShowerShape(), GsfElectronFull5x5Filler::calculateShowerShape_full5x5(), PhotonEnergyCalibrator::calibrate(), ElectronEnergyCalibrator::calibrate(), PrimaryVertexAssignment::chargedHadronVertex(), DeepTauId::checkInputs(), TwoBodyDecayEstimator::checkValues(), 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(), ElectronSeedProducer::filterClusters(), DivisiveVertexFinder::findVertexes(), DivisiveVertexFinder::findVertexesAlt(), BSFitter::Fit(), KFTrajectoryFitter::fitOne(), FitterFuncs::PulseShapeFunctor::funcShape(), SCEnergyCorrectorSemiParm::getCorrections(), SequentialVertexFitter< 5 >::hasNan(), ConversionFastHelix::helixStateAtVertex(), CAHitTripletGenerator::hitNtuplets(), CAHitQuadrupletGenerator::hitNtuplets(), MultiHitGeneratorFromChi2::hitSets(), cms::SubEventGenJetProducer::inputTowers(), VirtualJetProducer::inputTowers(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::inspectTrack(), GlobalTrackQualityProducer::kink(), fftjetcms::FFTJetInterface::loadInputCollection(), OptOCOPS::makeMeasurement(), Vx3DHLTAnalyzer::MyFit(), SensitiveDetector::NaNTrap(), CaloSteppingAction::NaNTrap(), reco::InverseCrosstalkMatrix::operator()(), TtHadLRSignalSelObservables::operator()(), TtSemiLRSignalSelObservables::operator()(), EcalUncalibRecHitFixedAlphaBetaAlgo< C >::PerformAnalyticFit(), ElectronIDValueMapProducer::produce(), pat::PATPhotonSlimmer::produce(), ShiftedParticleProducer::produce(), ShiftedParticleProducerT< T >::produce(), PhotonIDValueMapProducer::produce(), cms::CkfTrackCandidateMakerBase::produceBase(), IMACalibBlock::riempiMtr(), IMACalibBlock::riempiVtr(), EBHitResponse::run(), EcalHitResponse::run(), PVFitter::runFitter(), PrimaryVertexSorting::score(), SimpleCosmicBONSeeder::seeds(), HelixArbitraryPlaneCrossing2Order::solutionByDirection(), ConversionFastHelix::straightLineStateAtVertex(), TrackWithVertexSelector::testVertices(), TrackingNtuple::tpHitIndexListLessSort(), KinematicConstrainedVertexUpdator::update(), DAClusterizerInZ_vect::update(), DAClusterizerInZT_vect::update(), SteppingAction::UserSteppingAction(), PrimaryVertexMonitor::vertexPlots(), DAClusterizerInZ_vect::vertices(), DAClusterizerInZT_vect::vertices(), DeterministicAnnealing::weight(), GeometricAnnealing::weight(), and VirtualJetProducer::writeJets().
bool edm::isSameEvent | ( | EventAuxiliary const & | a, |
EventAuxiliary const & | b | ||
) |
Definition at line 17 of file EventAuxiliary.cc.
References edm::EventAuxiliary::bunchCrossing(), edm::EventAuxiliary::experimentType(), edm::EventAuxiliary::id(), edm::EventAuxiliary::isRealData(), edm::EventAuxiliary::luminosityBlock(), edm::EventAuxiliary::processGUID(), edm::EventAuxiliary::storeNumber(), and edm::EventAuxiliary::time().
Referenced by isSameEvent().
|
inline |
Definition at line 180 of file EventPrincipal.h.
References edm::EventPrincipal::aux(), and isSameEvent().
|
inline |
Definition at line 119 of file RefItemGet.h.
References edm::refitem::IsThinnedAvailableImpl< C, KEY >::isThinnedAvailable_().
bool edm::isTransientEqual | ( | ParameterSet const & | a, |
ParameterSet const & | b | ||
) |
Definition at line 770 of file ParameterSet.cc.
References MillePedeFileConverter_cfg::e, f, mps_fire::i, gen::k, Pi, edm::ParameterSet::psetTable(), edm::ParameterSet::tbl(), and edm::ParameterSet::vpsetTable().
Referenced by edm::eventsetup::EventSetupsController::getESProducerAndRegisterProcess(), edm::eventsetup::EventSetupsController::getESSourceAndRegisterProcess(), operator==(), and swap().
bool edm::isWarningEnabled | ( | ) |
Definition at line 81 of file MessageLogger.cc.
References edm::MessageDrop::instance(), and edm::MessageDrop::warningAlwaysSuppressed.
Referenced by edm::Suppress_LogDebug_::log(), 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 297 of file Trie.h.
References MillePedeFileConverter_cfg::e, label, AlCaHLTBitMon_ParallelJobs::p, and findQualityFiles::v.
|
static |
|
static |
|
static |
|
static |
Referenced by edm::EDAnalyzer::baseType(), edm::stream::EDAnalyzerBase::baseType(), edm::EDProducer::baseType(), edm::EDFilter::baseType(), edm::stream::EDFilterBase::baseType(), edm::stream::EDProducerBase::baseType(), edm::OutputModule::baseType(), edm::InputSource::baseType(), edm::stream::EDAnalyzerBase::prevalidate(), edm::EDProducer::prevalidate(), edm::EDFilter::prevalidate(), edm::stream::EDFilterBase::prevalidate(), edm::stream::EDProducerBase::prevalidate(), edm::OutputModule::prevalidate(), edm::InputSource::prevalidate(), and edm::EDAnalyzer::registerProductsAndCallbacks().
|
static |
bool edm::lessThan | ( | LuminosityBlockRange const & | lh, |
LuminosityBlockRange const & | rh | ||
) |
Definition at line 70 of file LuminosityBlockRange.cc.
References edm::LuminosityBlockRange::endLumiID(), and edm::LuminosityBlockRange::startLumiID().
bool edm::lessThan | ( | EventRange const & | lh, |
EventRange const & | rh | ||
) |
Definition at line 67 of file EventRange.cc.
References edm::EventRange::endEventID(), edm::EventRange::startEventID(), and edm::EventRange::startLumi().
Referenced by distinct(), edm::EventSkipperByID::skipIt(), and DQMRootSource::skipIt().
bool edm::lessThanSpecial | ( | EventRange const & | lh, |
EventRange const & | rh | ||
) |
Definition at line 59 of file EventRange.cc.
References edm::EventRange::endEventID(), edm::EventRange::startEventID(), and edm::EventRange::startLumi().
Referenced by edm::EventSkipperByID::skipIt().
bool edm::loadCap | ( | std::string const & | name, |
std::vector< std::string > & | missingDictionaries | ||
) |
Definition at line 16 of file ClassFiller.cc.
References edm::TypeWithDict::byName(), checkClassDictionaries(), and FDEBUG.
bool edm::loadCap | ( | const std::string & | name, |
std::vector< std::string > & | missingDictionaries | ||
) |
Referenced by edm::StreamerInputSource::declareStreamers(), and loadExtraClasses().
void edm::loadExtraClasses | ( | ) |
Definition at line 33 of file ClassFiller.cc.
References edm::errors::Configuration, Exception, loadCap(), dataset::name, AlCaHLTBitMon_QueryRunRegistry::string, and throwMissingDictionariesException().
Referenced by edm::StreamerInputSource::mergeIntoRegistry().
|
static |
Definition at line 57 of file ELseverityLevel.cc.
References ELdebug, ELerror, ELhighestSeverity, ELinfo, edm::ELseverityLevel::ELsev_error, edm::ELseverityLevel::ELsev_highestSeverity, edm::ELseverityLevel::ELsev_info, edm::ELseverityLevel::ELsev_severe, edm::ELseverityLevel::ELsev_success, edm::ELseverityLevel::ELsev_unspecified, edm::ELseverityLevel::ELsev_warning, edm::ELseverityLevel::ELsev_zeroSeverity, ELsevere, ELunspecified, ELwarning, ELzeroSeverity, and funct::m.
Referenced by edm::ELseverityLevel::ELseverityLevel(), and TkHistoMap::loadTkHistoMap().
std::vector< ErrorSummaryEntry > edm::LoggedErrorsOnlySummary | ( | unsigned int | iStreamID | ) |
Definition at line 187 of file MessageSender.cc.
References MillePedeFileConverter_cfg::e, ELerror, end, errorSummaryMaps, mps_fire::i, crabWrapper::key, and findQualityFiles::v.
std::vector< ErrorSummaryEntry > edm::LoggedErrorsSummary | ( | unsigned int | iStreamID | ) |
Definition at line 164 of file MessageSender.cc.
References MillePedeFileConverter_cfg::e, end, errorSummaryMaps, mps_fire::i, crabWrapper::key, 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 edmIntegrityCheck::d, and pfDeepBoostedJetPreprocessParams_cfi::lower_bound.
Referenced by edm::RootFile::fillEventHistory(), edm::FileIndex::findEventEntryPosition(), and edm::FileIndex::findPosition().
|
inline |
Definition at line 74 of file Algorithms.h.
References edmIntegrityCheck::d, and pfDeepBoostedJetPreprocessParams_cfi::lower_bound.
|
inline |
Definition at line 79 of file Algorithms.h.
References edmIntegrityCheck::d, pfDeepBoostedJetPreprocessParams_cfi::lower_bound, and AlCaHLTBitMon_ParallelJobs::p.
|
inline |
Definition at line 86 of file Algorithms.h.
References edmIntegrityCheck::d, pfDeepBoostedJetPreprocessParams_cfi::lower_bound, and AlCaHLTBitMon_ParallelJobs::p.
|
inline |
Create an EmptyWaitingTask which will properly be destroyed.
Definition at line 96 of file WaitingTaskList.h.
Referenced by edm::test::TestProcessor::beginLuminosityBlock(), edm::EventProcessor::beginRun(), edm::test::TestProcessor::beginRun(), edm::Worker::doWork(), edm::test::TestProcessor::endLuminosityBlock(), edm::EventProcessor::endRun(), edm::test::TestProcessor::endRun(), edm::EventProcessor::endUnfinishedLumi(), edm::EventProcessor::endUnfinishedRun(), edm::test::TestProcessor::event(), edm::EventProcessor::processLumis(), and edm::WorkerManager::processOneOccurrence().
FunctorTask<F>* edm::make_functor_task | ( | ALLOC && | iAlloc, |
F | f | ||
) |
Definition at line 47 of file FunctorTask.h.
References eostools::move().
Referenced by ExternalLHEProducer::beginRunProduce(), edm::EventProcessor::continueLumiAsync(), edm::Worker::doWorkNoPrefetchingAsync(), edm::InputProductResolver::prefetchAsync_(), edm::EventProcessor::processEventAsync(), edm::StreamSchedule::processOneStreamAsync(), and RunManagerMTWorker::resetTLS().
NOTE: if iObject is null, then iFunc will not be called.
Definition at line 30 of file make_sentry.h.
Referenced by edm::InputProductResolver::resolveProduct_(), edm::UnscheduledProductResolver::resolveProduct_(), edm::OutputModuleCommunicatorT< T >::writeLumiAsync(), and edm::OutputModuleCommunicatorT< T >::writeRunAsync().
std::shared_ptr<T> edm::make_shared_noexcept_false | ( | Args &&... | args | ) |
FunctorWaitingTask<F>* edm::make_waiting_task | ( | ALLOC && | iAlloc, |
F | f | ||
) |
Definition at line 87 of file WaitingTask.h.
References eostools::move().
Referenced by beginGlobalTransitionAsync(), edm::EventProcessor::beginLumiAsync(), beginStreamTransitionAsync(), edm::Worker::doWorkAsync(), endGlobalTransitionAsync(), endStreamTransitionAsync(), edm::EventProcessor::globalEndLumiAsync(), edm::EventProcessor::handleNextEventForStreamAsync(), edm::PuttableProductResolver::prefetchAsync_(), edm::UnscheduledProductResolver::prefetchAsync_(), edm::SwitchProducerProductResolver::prefetchAsync_(), edm::Worker::prePrefetchSelectionAsync(), edm::SubProcess::processAsync(), edm::EventProcessor::processEventAsyncImpl(), edm::StreamSchedule::processOneEventAsync(), edm::GlobalSchedule::processOneGlobalAsync(), edm::StreamSchedule::processOneStreamAsync(), edm::Path::runNextWorkerAsync(), edm::EventProcessor::streamEndLumiAsync(), edm::SubProcess::writeLumiAsync(), edm::EventProcessor::writeLumiAsync(), edm::SubProcess::writeRunAsync(), and edm::EventProcessor::writeRunAsync().
AssociativeIterator<KeyRefType, AC, edm::EventItemGetter<KeyRefType, EventType > > edm::makeAssociativeIterator | ( | const AC & | map, |
const EventType & | event | ||
) |
Definition at line 231 of file AssociativeIterator.h.
References genParticles_cff::map.
std::shared_ptr<ESHandleExceptionFactory> edm::makeESHandleExceptionFactory | ( | T && | iFunctor | ) |
Definition at line 41 of file FunctorESHandleExceptionFactory.h.
References eostools::move().
Referenced by 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 48 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(), and edm::PrincipalGetAdapter::makeFailToGetException().
std::unique_ptr<InputSource> edm::makeInput | ( | ParameterSet & | params, |
CommonParams const & | common, | ||
std::shared_ptr< ProductRegistry > | preg, | ||
std::shared_ptr< BranchIDListHelper > | branchIDListHelper, | ||
std::shared_ptr< ThinnedAssociationsHelper > | thinnedAssociationsHelper, | ||
std::shared_ptr< ActivityRegistry > | areg, | ||
std::shared_ptr< ProcessConfiguration const > | processConfiguration, | ||
PreallocationConfiguration const & | allocations | ||
) |
Definition at line 115 of file EventProcessor.cc.
References cms::Exception::addContext(), edm::errors::Configuration, beamerCreator::create(), Exception, objects.autophobj::filler, reco::get(), edm::ParameterSet::getParameter(), edm::ParameterSet::getPSetForUpdate(), edm::ParameterSet::id(), input, edm::CommonParams::maxEventsInput_, edm::CommonParams::maxLumisInput_, edm::CommonParams::maxSecondsUntilRampdown_, edm::ParameterSet::registerIt(), AlCaHLTBitMon_QueryRunRegistry::string, and edm::convertException::wrap().
Referenced by edm::EventProcessor::init().
|
static |
Definition at line 53 of file Principal.cc.
References cppFunctionSkipper::exception, 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(), PyBind11ProcessDesc::parameterSet(), and cmspython3::PyBind11ProcessDesc::parameterSet().
Referenced by makeParameterSets().
|
inline |
Definition at line 476 of file DetSetVector.h.
References edm::errors::InvalidReference, and edm::Exception::throwThis().
Referenced by makeRefToDetSetVector(), 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::Event::get(), and edm::RefToBase< T >::id().
Referenced by BTagPerformanceAnalyzerMC::getJetWithFlavour(), helper::MasterCollection< edm::View< T > >::MasterCollection(), ConeIsolation::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), JetTagProducer::produce(), DeepFlavourONNXJetTagsProducer::produce(), ImpactParameter::produce(), DeepDoubleXONNXJetTagsProducer::produce(), BoostedJetONNXJetTagsProducer::produce(), RecoTauGenericJetRegionProducer< JetType, CandType >::produce(), GenJetBCEnergyRatio::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 315 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 327 of file DetSetRefVector.h.
References makeRefToDetSetRefVector().
|
inline |
Definition at line 499 of file DetSetVector.h.
References makeRefTo().
std::unique_ptr< RunHelperBase > edm::makeRunHelper | ( | ParameterSet const & | pset | ) |
Definition at line 12 of file RunHelper.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getUntrackedParameter(), 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 59 of file ValidHandle.h.
References edm::vhhelper::throwIfNotValid().
Referenced by EtlDigiHitsValidation::analyze(), EtlRecHitsValidation::analyze(), BtlDigiHitsValidation::analyze(), BtlRecHitsValidation::analyze(), EtlSimHitsValidation::analyze(), BtlSimHitsValidation::analyze(), and LowPtGsfElectronSCProducer::produce().
std::string edm::match | ( | BranchDescription const & | a, |
BranchDescription const & | b, | ||
std::string const & | fileName | ||
) |
Definition at line 351 of file BranchDescription.cc.
References edm::BranchDescription::branchID(), edm::BranchDescription::branchName(), edm::BranchDescription::branchType(), edm::BranchDescription::dropped(), and edm::BranchDescription::fullClassName().
Referenced by edm::RootOutputFile::beginInputFile(), edm::eventsetup::EventSetupProvider::checkESProducerSharing(), edm::eventsetup::EventSetupProvider::doRecordsMatch(), edm::EventSelector::identical(), ConversionTools::matchedConversion(), ConversionTools::matchedPromptElectron(), edm::ProductRegistry::merge(), reco::modules::MCMatchCandRefSelector::newEvent(), edm::InputTagMatch::operator()(), edm::IDVectorMap< ID, C, P >::match_iterator< M >::operator++(), operator<<(), edm::IDVectorMap< ID, C, P >::match_iterator< M >::operator=(), HLTTauRefCombiner::produce(), GlobalCosmicMuonTrajectoryBuilder::propagator(), CosmicMuonLinksProducer::sharedHits(), edm::ThinnedAssociationsHelper::shouldKeepAssociation(), SiStripRecHitConverterAlgorithm::products::shrink_to_fit(), edm::PoolOutputModule::SpecialSplitLevelForBranch::SpecialSplitLevelForBranch(), and edm::detail::TriggerResultsBasedEventSelector::wantEvent().
|
inline |
Definition at line 135 of file LuminosityBlockID.h.
Definition at line 142 of file EventID.h.
Referenced by edm::helper::Filler< Association< C > >::add(), DTLocalTriggerSynchTest::bookChambHistos(), DTTriggerEfficiencyTest::bookChambHistos(), TIBLayerBuilder::constructRings(), distinct(), DTRunConditionVarClient::dqmEndJob(), MuonPFAnalyzer::fillInRange(), edm::ProvenanceAdaptor::fixProcessHistory(), merge(), DTLocalTriggerBaseTest::phiRange(), DTTriggerLutTest::runClientDiagnostic(), CSCHaloAlgo::SetMinMaxInnerRadius(), CSCHaloAlgo::SetMinMaxOuterMomentumTheta(), and CSCHaloAlgo::SetMinMaxOuterRadius().
const unsigned int edm::maxIDlength | ( | 200 | ) |
Referenced by edm::ErrorObj::setID().
bool edm::merge | ( | LuminosityBlockRange & | lh, |
LuminosityBlockRange & | rh | ||
) |
Definition at line 78 of file LuminosityBlockRange.cc.
References begin, end, edm::LuminosityBlockRange::endLumiID(), mathSSE::lh, edm::LuminosityBlockRange::LuminosityBlockRange(), max(), min(), overlaps(), edm::LuminosityBlockRange::startLumi(), and edm::LuminosityBlockRange::startLumiID().
Referenced by sortAndRemoveOverlaps().
|
inline |
Definition at line 130 of file LuminosityBlockID.h.
Definition at line 137 of file EventID.h.
Referenced by DTLocalTriggerSynchTest::bookChambHistos(), DTTriggerEfficiencyTest::bookChambHistos(), distinct(), DTRunConditionVarClient::dqmEndJob(), DTLocalTriggerTest::fillGlobalSummary(), MuonPFAnalyzer::fillInRange(), merge(), DTLocalTriggerBaseTest::phiRange(), CSCHaloAlgo::SetMinMaxInnerRadius(), CSCHaloAlgo::SetMinMaxOuterMomentumTheta(), CSCHaloAlgo::SetMinMaxOuterRadius(), and edm::Lumi3DReWeighting::weight3D().
std::string edm::moduleName | ( | Provenance const & | provenance | ) |
Definition at line 27 of file Provenance.cc.
References edm::ParameterSet::getParameter(), edm::Provenance::moduleLabel(), parameterSet(), AlCaHLTBitMon_QueryRunRegistry::string, triggerResults(), and triggerResultsInserter().
Referenced by algorithm(), HLTObjectsMonitor::analyze(), TopDecaySubset::checkShowerModel(), edm::DaqProvenanceHelper::DaqProvenanceHelper(), HeavyFlavorValidation::dqmBeginRun(), edm::LHEProvenanceHelper::fillCommonProcessParameterSet(), pos::PixelDelay25Calib::getCommands(), egHLT::trigTools::getL1SeedFilterOfPath(), pos::PixelPortcardMap::getName(), HLTObjectMonitor::HLTObjectMonitor(), HLTObjectMonitorProtonLead::HLTObjectMonitorProtonLead(), edm::service::isProcessWideService(), HeavyFlavorValidation::myBook1D(), pos::PixelPortcardMap::numChannels(), AlignableTrackerBuilder::objectIdProvider(), OniaVtxReProducer::OniaVtxReProducer(), PixelToFEDAssociateFromAscii::operator()(), pos::PixelDetectorConfig::PixelDetectorConfig(), HadronAndPartonSelector::produce(), edm::RootFile::reportOpened(), 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 70 of file EDProductGetter.cc.
References Exception, and edm::errors::InvalidReference.
Referenced by edm::EDProductGetter::transitionIndex().
|
inlinestatic |
Definition at line 118 of file Principal.cc.
References s_nextIdentifier.
Referenced by edm::Principal::fillPrincipal().
Long64_t edm::numEntries | ( | TFile * | hdl, |
const std::string & | trname | ||
) |
Long64_t edm::numEntries | ( | TFile * | hdl, |
std::string const & | trname | ||
) |
Definition at line 50 of file CollUtil.cc.
References MicroEventContent_cff::branch, gather_cfg::cout, mps_fire::i, and findQualityFiles::size.
Referenced by reco::tau::format_vint(), format_vstring(), edm::RootFile::readEntryDescriptionTree(), edm::RootFile::readParentageTree(), ProvenanceDumper::work_(), and RecoTauCleanerImpl< Prod >::~RecoTauCleanerImpl().
TFile* edm::openFileHdl | ( | const std::string & | fname | ) |
TFile* edm::openFileHdl | ( | std::string const & | fname | ) |
|
inline |
Definition at line 47 of file RunLumiEntryInfo.h.
References b.
Definition at line 48 of file ElementID.h.
References mathSSE::lh, operator<(), and operator<<().
Definition at line 55 of file TypeID.h.
References b, and operator<<().
|
inline |
Definition at line 56 of file EventEntryInfo.h.
References b.
Definition at line 58 of file ProductID.h.
References mathSSE::lh, operator<(), and operator<<().
|
inline |
Definition at line 60 of file EventEntryDescription.h.
References b.
|
inline |
Definition at line 66 of file BranchKey.h.
References b, and operator<<().
|
inline |
Definition at line 66 of file ProductProvenance.h.
References b.
|
noexcept |
Definition at line 75 of file debugging_allocator.h.
Referenced by edm::IndexIntoFile::SortedRunOrLumiItr::runOrLumi().
Definition at line 76 of file Parentage.h.
References b.
|
inline |
Definition at line 80 of file ProcessConfiguration.h.
References b, and operator<<().
|
inline |
Definition at line 108 of file ProcessHistory.h.
References a, b, and isAncestor().
|
inline |
Definition at line 141 of file TypeWithDict.h.
References b, and edm::TypeWithDict::operator==.
|
inline |
Definition at line 145 of file TypeWithDict.h.
References b.
bool edm::operator!= | ( | RefVectorBase< KEY > const & | lhs, |
RefVectorBase< KEY > const & | rhs | ||
) |
Inequality operator.
Definition at line 146 of file RefVectorBase.h.
|
inline |
Definition at line 149 of file TypeWithDict.h.
References a, and operator<<().
|
inline |
|
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 179 of file RefToBaseProd.h.
|
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 |
bool edm::operator!= | ( | ELseverityLevel const & | e1, |
ELseverityLevel const & | e2 | ||
) |
|
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 232 of file RefVector.h.
|
inline |
Definition at line 285 of file ParameterSet.h.
References b, getParameterSet(), getProcessParameterSetContainingModule(), dataset::name, operator&&(), AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
std::unique_ptr< ParameterDescriptionNode > edm::operator&& | ( | ParameterDescriptionNode const & | node_left, |
ParameterDescriptionNode const & | node_right | ||
) |
Definition at line 177 of file ParameterDescriptionNode.cc.
Referenced by edm::value_ptr_traits< ParameterDescriptionNode >::destroy().
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 | ||
) |
ParameterSet::Bool edm::operator&& | ( | ParameterSet::Bool | a, |
ParameterSet::Bool | b | ||
) |
Definition at line 2185 of file ParameterSet.cc.
References edm::ParameterSet::False, edm::ParameterSet::True, and edm::ParameterSet::Unknown.
Referenced by operator!=().
|
inline |
Definition at line 97 of file RefVectorIterator.h.
References gen::n.
|
inline |
Definition at line 121 of file Association.h.
References a.
|
inline |
Definition at line 253 of file ValueMap.h.
References a.
|
inline |
Definition at line 22 of file EventProcessHistoryID.h.
References edm::EventProcessHistoryID::eventID().
|
inline |
|
inline |
Definition at line 38 of file StoredProductProvenance.h.
References edm::StoredProductProvenance::branchID_.
|
inline |
Definition at line 46 of file BranchKey.h.
References edm::BranchKey::friendlyClassName(), edm::BranchKey::moduleLabel(), edm::BranchKey::processName(), and edm::BranchKey::productInstanceName().
|
inline |
Definition at line 48 of file TriggerTimingReport.h.
References edm::WorkerTimingSummary::moduleLabel.
Definition at line 11 of file ElementID.cc.
References edm::ElementID::id(), and edm::ElementID::index().
|
inline |
|
inline |
Definition at line 12 of file ProductID.cc.
References edm::ProductID::processIndex(), and edm::ProductID::productIndex().
bool edm::operator< | ( | ProcessConfiguration const & | a, |
ProcessConfiguration const & | b | ||
) |
Definition at line 96 of file ProcessConfiguration.cc.
References edm::ProcessConfiguration::parameterSetID(), edm::ProcessConfiguration::passID(), edm::ProcessConfiguration::processName(), and edm::ProcessConfiguration::releaseVersion().
Definition at line 92 of file DetSet.h.
Referenced by sistrip::SpyEventMatcher::EventKey::apvAddress(), operator!=(), operator<<(), and edm::ProductResolverIndexHelper::Item::setIndex().
|
inline |
|
inline |
|
inline |
Definition at line 137 of file TypeWithDict.h.
References a, b, edm::TypeWithDict::name(), and edm::TypeWithDict::operator==.
bool edm::operator< | ( | FileIndex::Element const & | lh, |
FileIndex::Element const & | rh | ||
) |
Definition at line 182 of file FileIndex.cc.
References edm::FileIndex::Element::event_, edm::FileIndex::Element::lumi_, and edm::FileIndex::Element::run_.
Definition at line 151 of file RefCore.h.
References edm::RefCore::id(), edm::RefCore::isTransient(), and edm::RefCore::productPtr().
|
inline |
Definition at line 186 of file RefToBaseProd.h.
bool edm::operator< | ( | ELseverityLevel const & | e1, |
ELseverityLevel const & | e2 | ||
) |
bool edm::operator< | ( | BranchDescription const & | a, |
BranchDescription const & | b | ||
) |
Definition at line 309 of file BranchDescription.cc.
References edm::BranchDescription::branchAliases(), edm::BranchDescription::branchID(), edm::BranchDescription::branchType(), edm::BranchDescription::friendlyClassName(), edm::BranchDescription::fullClassName(), edm::BranchDescription::moduleLabel(), edm::BranchDescription::present(), edm::BranchDescription::processName(), and edm::BranchDescription::productInstanceName().
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.
|
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 23 of file TimeOfDay.cc.
References begin, min(), listBenchmarks::pattern, common_cff::precision, and edm::TimeOfDay::tv_.
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ParameterSetBlob const & | blob | ||
) |
Definition at line 6 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 6 of file BranchType.cc.
References printConversionInfo::aux, BranchTypeToString(), dumpTauVariables_cfi::eventInfo, PatBasicFWLiteAnalyzer::events, pileupCalc::lumiInfo, heppy_report::lumis, writedatasetfile::run, writedatasetfile::runs, and AlCaHLTBitMon_QueryRunRegistry::string.
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 & | os, |
BranchID const & | id | ||
) |
Definition at line 14 of file BranchID.cc.
|
inline |
Definition at line 40 of file RunLumiEntryInfo.h.
References a, b, operator==(), and edm::RunLumiEntryInfo::write().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
FileFormatVersion const & | ff | ||
) |
Definition at line 111 of file FileFormatVersion.cc.
References edm::FileFormatVersion::value().
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 49 of file EventEntryInfo.h.
References a, b, operator==(), and edm::EventEntryInfo::write().
|
inline |
Definition at line 49 of file ESIndices.h.
References edm::ESProxyIndex::value().
std::ostream & edm::operator<< | ( | std::ostream & | ost, |
const MallocOpts & | opts | ||
) |
Definition at line 24 of file MallocOpts.cc.
References edm::MallocOpts::mmap_max_, edm::MallocOpts::mmap_thr_, edm::MallocOpts::top_pad_, and edm::MallocOpts::trim_thr_.
|
inline |
Definition at line 53 of file EventEntryDescription.h.
References a, b, operator==(), and edm::EventEntryDescription::write().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ElementID const & | id | ||
) |
Definition at line 15 of file ElementID.cc.
std::ostream & edm::operator<< | ( | std::ostream & | os, |
TypeID const & | id | ||
) |
|
inline |
Definition at line 59 of file ProductProvenance.h.
References a, b, operator==(), and edm::ProductProvenance::write().
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 124 of file ProductSelector.cc.
References edm::ProductSelector::print().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ProductID const & | id | ||
) |
Definition at line 7 of file ProductID.cc.
std::ostream & edm::operator<< | ( | std::ostream & | oStream, |
LuminosityBlockRange const & | iID | ||
) |
Definition at line 46 of file LuminosityBlockRange.cc.
References edm::LuminosityBlockRange::endLumi(), edm::LuminosityBlockRange::endRun(), edm::LuminosityBlockRange::startLumi(), and edm::LuminosityBlockRange::startRun().
std::ostream & edm::operator<< | ( | std::ostream & | oStream, |
EventRange const & | iID | ||
) |
Definition at line 27 of file EventRange.cc.
References edm::EventRange::endEvent(), edm::EventRange::endLumi(), edm::EventRange::endRun(), edm::EventRange::startEvent(), edm::EventRange::startLumi(), and edm::EventRange::startRun().
|
inline |
|
inline |
Definition at line 69 of file Parentage.h.
References a, b, operator==(), and edm::Parentage::write().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
BranchKey const & | bk | ||
) |
Definition at line 19 of file BranchKey.cc.
References edm::BranchKey::friendlyClassName(), edm::BranchKey::moduleLabel(), edm::BranchKey::processName(), and edm::BranchKey::productInstanceName().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
GlobalContext const & | gc | ||
) |
Definition at line 21 of file GlobalContext.cc.
References edm::GlobalContext::kBeginJob, edm::GlobalContext::kBeginLuminosityBlock, edm::GlobalContext::kBeginRun, edm::GlobalContext::kEndJob, edm::GlobalContext::kEndLuminosityBlock, edm::GlobalContext::kEndRun, edm::GlobalContext::kWriteLuminosityBlock, 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 & | ost, |
InputTag const & | tag | ||
) |
Definition at line 211 of file InputTag.cc.
References edm::InputTag::instance(), edm::InputTag::label(), edm::InputTag::process(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 74 of file LuminosityBlockAuxiliary.h.
References edm::LuminosityBlockAuxiliary::write().
|
inline |
Definition at line 74 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 lumiQTWidget::t, edm::OStreamColumn::title_, and edm::OStreamColumn::width_.
|
inline |
Definition at line 78 of file StableProvenance.h.
References a, b, operator==(), and edm::StableProvenance::write().
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().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ModuleCallingContext const & | mcc | ||
) |
Definition at line 84 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, |
ProcessConfiguration const & | pc | ||
) |
Definition at line 108 of file ProcessConfiguration.cc.
References edm::ProcessConfiguration::parameterSetID(), edm::ProcessConfiguration::passID(), edm::ProcessConfiguration::processName(), and edm::ProcessConfiguration::releaseVersion().
std::ostream & edm::operator<< | ( | std::ostream & | oStream, |
RunID const & | iID | ||
) |
Definition at line 5 of file RunID.cc.
References edm::RunID::run().
std::ostream& edm::operator<< | ( | std::ostream & | os, |
ParameterSetEntry const & | psetEntry | ||
) |
Definition at line 92 of file ParameterSetEntry.cc.
References edm::ParameterSetEntry::dump().
|
inline |
|
inline |
Definition at line 99 of file ESIndices.h.
References edm::ESRecordIndex::value().
|
inline |
|
inline |
Definition at line 103 of file Provenance.h.
References a, b, operator==(), and edm::Provenance::write().
std::ostream& edm::operator<< | ( | std::ostream & | os, |
JobReport::RunReport const & | f | ||
) |
|
inline |
Formatted printout of trigger tbale.
Definition at line 115 of file HLTGlobalStatus.h.
References mps_fire::i, gen::n, edm::HLTGlobalStatus::size(), edm::HLTGlobalStatus::state(), and RecoTauValidation_cfi::text.
Referenced by fastsim::SimplifiedGeometry::getInteractionModels(), fastsim::Geometry::getMaxZ(), OMTFConfiguration::getMeasurements4Dref(), fastsim::InteractionModel::getName(), L1GlobalTriggerReadoutRecord::gtPsbVector(), L1GtTechnicalTrigger::gtTechnicalTriggerResult(), isDescendant(), edm::MallocOpts::operator!=(), operator!=(), and L1GlobalTriggerRecord::setGtPrescaleFactorIndexAlgo().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
ESInputTag const & | tag | ||
) |
Definition at line 60 of file ESInputTag.cc.
References edm::ESInputTag::data(), and edm::ESInputTag::module().
std::ostream & edm::operator<< | ( | std::ostream & | ost, |
ProcessHistory const & | ph | ||
) |
std::ostream & edm::operator<< | ( | std::ostream & | oStream, |
LuminosityBlockID const & | iID | ||
) |
Definition at line 25 of file LuminosityBlockID.cc.
References edm::LuminosityBlockID::luminosityBlock(), and edm::LuminosityBlockID::run().
|
inline |
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, |
VParameterSetEntry const & | vpsetEntry | ||
) |
Definition at line 137 of file VParameterSetEntry.cc.
References edm::VParameterSetEntry::dump().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
TypeWithDict const & | id | ||
) |
Definition at line 827 of file TypeWithDict.cc.
References edm::TypeWithDict::print().
std::ostream & edm::operator<< | ( | std::ostream & | os, |
FileIndex const & | fileIndex | ||
) |
Definition at line 211 of file FileIndex.cc.
References edm::FileIndex::begin(), edm::FileIndex::end(), edm::FileIndex::kEvent, edm::FileIndex::kLumi, and edm::FileIndex::kRun.
|
inline |
Definition at line 203 of file ProductRegistry.h.
References edm::ProductRegistry::print().
|
inline |
Definition at line 214 of file ProductResolverBase.h.
References edm::ProductResolverBase::write().
|
inline |
Definition at line 236 of file BranchDescription.h.
References a, b, combinable(), MillePedeFileConverter_cfg::fileName, match(), operator<(), operator==(), AlCaHLTBitMon_QueryRunRegistry::string, and edm::BranchDescription::write().
|
inline |
Definition at line 248 of file PrincipalGetAdapter.h.
References h.
|
inline |
std::ostream& edm::operator<< | ( | std::ostream & | os, |
const ELseverityLevel & | sev | ||
) |
Definition at line 273 of file ELseverityLevel.cc.
References edm::ELseverityLevel::getName().
std::ostream& edm::operator<< | ( | std::ostream & | os, |
RefVector< C, T, F > const & | r | ||
) |
Definition at line 283 of file RefVector.h.
References MillePedeFileConverter_cfg::e, mps_fire::i, and alignCSCRings::r.
std::ostream & edm::operator<< | ( | std::ostream & | os, |
JobReport::InputFile const & | f | ||
) |
std::ostream & edm::operator<< | ( | std::ostream & | os, |
JobReport::OutputFile const & | f | ||
) |
std::ostream& edm::operator<< | ( | std::ostream & | os, |
ParameterSet const & | pset | ||
) |
std::ostream& edm::operator<< | ( | std::ostream & | os, |
Entry const & | entry | ||
) |
Definition at line 994 of file Entry.cc.
References MillePedeFileConverter_cfg::e, edm::Entry::getInt32(), edm::Entry::getPSet(), edm::Entry::getString(), edm::Entry::getUInt32(), edm::Entry::getVESInputTag(), edm::Entry::getVInputTag(), edm::Entry::getVPSet(), edm::Entry::getVString(), mps_fire::i, edm::Entry::isTracked(), kTVESInputTag, edm::Entry::rep, AlCaHLTBitMon_QueryRunRegistry::string, nano_cff::strings, edm::pset::TypeTrans::table_, and edm::Entry::typeCode().
|
inline |
bool edm::operator<= | ( | ELseverityLevel const & | e1, |
ELseverityLevel const & | e2 | ||
) |
Definition at line 43 of file ElementID.h.
References edm::ElementID::id(), and edm::ElementID::index().
bool edm::operator== | ( | RunLumiEntryInfo const & | a, |
RunLumiEntryInfo const & | b | ||
) |
Definition at line 54 of file ProductID.h.
References edm::ProductID::processIndex(), and edm::ProductID::productIndex().
bool edm::operator== | ( | EventEntryInfo const & | a, |
EventEntryInfo const & | b | ||
) |
Definition at line 25 of file EventEntryInfo.cc.
References edm::EventEntryInfo::branchID(), edm::EventEntryInfo::entryDescriptionID(), and edm::EventEntryInfo::productID().
bool edm::operator== | ( | EventEntryDescription const & | a, |
EventEntryDescription const & | b | ||
) |
Definition at line 43 of file EventEntryDescription.cc.
References edm::EventEntryDescription::parents().
bool edm::operator== | ( | ProductProvenance const & | a, |
ProductProvenance const & | b | ||
) |
Definition at line 72 of file ProductProvenance.cc.
References edm::ProductProvenance::branchID(), and edm::ProductProvenance::parentageID().
|
inline |
Definition at line 71 of file ProcessConfiguration.h.
References edm::ProcessConfiguration::parameterSetID(), edm::ProcessConfiguration::passID(), edm::ProcessConfiguration::processName(), and edm::ProcessConfiguration::releaseVersion().
|
noexcept |
Definition at line 72 of file debugging_allocator.h.
Referenced by edm::IndexIntoFile::IndexIntoFileItrImpl::getEntryType(), operator<<(), and edm::IndexIntoFile::SortedRunOrLumiItr::runOrLumi().
bool edm::operator== | ( | StableProvenance const & | a, |
StableProvenance const & | b | ||
) |
Definition at line 41 of file StableProvenance.cc.
References edm::StableProvenance::branchDescription().
|
inline |
Definition at line 97 of file RefToBaseVector.h.
References edm::RefToBaseVector< T >::begin(), edm::RefToBaseVector< T >::end(), cond::serialization::equal(), edm::RefToBaseVector< T >::isInvalid(), and edm::RefToBaseVector< T >::size().
|
inline |
bool edm::operator== | ( | Provenance const & | a, |
Provenance const & | b | ||
) |
bool edm::operator== | ( | TypeWithDict const & | a, |
TypeWithDict const & | b | ||
) |
Definition at line 139 of file RefCore.h.
References edm::RefCore::id(), edm::RefCore::isTransient(), and edm::RefCore::productPtr().
|
inline |
Definition at line 139 of file FileInPath.h.
References edm::FileInPath::location(), and edm::FileInPath::relativePath().
bool edm::operator== | ( | RefVectorBase< KEY > const & | lhs, |
RefVectorBase< KEY > const & | rhs | ||
) |
Equality operator.
Definition at line 139 of file RefVectorBase.h.
References edm::RefVectorBase< KEY >::keys(), and edm::RefVectorBase< KEY >::refCore().
bool edm::operator== | ( | TypeWithDict const & | a, |
std::type_info const & | b | ||
) |
Definition at line 819 of file TypeWithDict.cc.
References b, edm::TypeID::className(), edm::TypeWithDict::isArray(), edm::TypeWithDict::isPointer(), edm::TypeWithDict::name(), and edm::TypeWithDict::ti_.
|
inline |
Definition at line 147 of file TypeWithDict.h.
References a.
|
inline |
|
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 172 of file RefToBaseProd.h.
|
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 |
bool edm::operator== | ( | ELseverityLevel const & | e1, |
ELseverityLevel const & | e2 | ||
) |
|
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 225 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 239 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 344 of file BranchDescription.cc.
References edm::BranchDescription::branchAliases(), combinable(), edm::BranchDescription::dropped(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
for a FwdRef to equal a Ref, EITHER the "forward" or the "backward" Refs must equal to the test ref
Definition at line 251 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 263 of file FwdRef.h.
References edm::FwdRef< C, T, F >::backRef(), and edm::FwdRef< C, T, F >::ref().
bool edm::operator== | ( | ParameterSet const & | a, |
ParameterSet const & | b | ||
) |
Definition at line 763 of file ParameterSet.cc.
References edm::ParameterSet::id(), edm::ParameterSet::isRegistered(), isTransientEqual(), and edm::ParameterSet::trackedPart().
|
inline |
Definition at line 428 of file SortedCollection.h.
References edm::SortedCollection< T, SORT >::begin(), cond::serialization::equal(), and edm::SortedCollection< T, SORT >::size().
|
inline |
Definition at line 440 of file SortedCollection.h.
References edm::SortedCollection< T, SORT >::begin(), edm::SortedCollection< T, SORT >::end(), cond::serialization::equal(), and edm::SortedCollection< T, SORT >::size().
|
inline |
|
inline |
bool edm::operator> | ( | ELseverityLevel const & | e1, |
ELseverityLevel const & | e2 | ||
) |
|
inline |
Definition at line 144 of file FileIndex.h.
bool edm::operator>= | ( | ELseverityLevel const & | e1, |
ELseverityLevel const & | e2 | ||
) |
|
inline |
Definition at line 134 of file FileInPath.h.
References edm::FileInPath::read().
Referenced by edm::value_ptr_traits< ParameterDescriptionNode >::destroy().
std::unique_ptr< ParameterDescriptionCases< bool > > edm::operator>> | ( | bool | caseValue, |
ParameterDescriptionNode const & | node | ||
) |
Definition at line 128 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 133 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 138 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 144 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 168 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 221 of file ParameterDescriptionNode.cc.
Referenced by edm::value_ptr_traits< ParameterDescriptionNode >::destroy().
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().
Referenced by edm::value_ptr_traits< ParameterDescriptionNode >::destroy().
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 199 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 54 of file EventRange.cc.
References distinct(), and edm::EventRange::startLumi().
Referenced by distinct(), and merge().
ParameterSet const & edm::parameterSet | ( | Provenance const & | provenance | ) |
Definition at line 11 of file Provenance.cc.
References edm::ParameterSet::existsAs(), edm::pset::Registry::getMapped(), edm::ParameterSet::getParameterSet(), edm::Provenance::getProcessConfiguration(), edm::pset::Registry::instance(), label, edm::Provenance::moduleLabel(), edm::ProcessConfiguration::parameterSetID(), source(), AlCaHLTBitMon_QueryRunRegistry::string, and triggerResults().
Referenced by edm::ScheduleItems::addCPRandTNS(), GsfElectronProducer::beginEvent(), GsfElectronBaseProducer::beginEvent(), fwlite::ChainEvent::event(), EcalSelectiveReadoutProducer::getBinOfMax(), edm::Event::getRefBeforePut(), fwlite::Event::getTFile(), edm::EventProcessor::init(), edm::ScheduleItems::initSchedule(), moduleName(), OniaVtxReProducer::OniaVtxReProducer(), PFCandidateDQMAnalyzer::PFCandidateDQMAnalyzer(), PFJetDQMAnalyzer::PFJetDQMAnalyzer(), PFMETDQMAnalyzer::PFMETDQMAnalyzer(), PFMuonDQMAnalyzer::PFMuonDQMAnalyzer(), DeepFlavourTagInfoProducer::produce(), PyBind11ProcessDesc::pset(), cmspython3::PyBind11ProcessDesc::pset(), and fwlite::MultiChainEvent::secondaryFileIndex().
std::string edm::ParameterSet::getParameter< std::string > | ( | std::string const & | name | ) | const |
Definition at line 951 of file ParameterSet.cc.
References edm::Entry::getString(), dataset::name, and edm::ParameterSet::retrieve().
std::string edm::ParameterSet::getParameter< std::string > | ( | char const * | name | ) | const |
Definition at line 1523 of file ParameterSet.cc.
References edm::Entry::getString(), and edm::ParameterSet::retrieve().
std::vector<double> edm::ParameterSet::getParameter< std::vector< double > > | ( | std::string const & | name | ) | const |
Definition at line 943 of file ParameterSet.cc.
References edm::Entry::getVDouble(), dataset::name, and edm::ParameterSet::retrieve().
std::vector<double> edm::ParameterSet::getParameter< std::vector< double > > | ( | char const * | name | ) | const |
Definition at line 1515 of file ParameterSet.cc.
References edm::Entry::getVDouble(), and edm::ParameterSet::retrieve().
std::vector<ESInputTag> edm::ParameterSet::getParameter< std::vector< ESInputTag > > | ( | std::string const & | name | ) | const |
Definition at line 1006 of file ParameterSet.cc.
References edm::Entry::getVESInputTag(), dataset::name, and edm::ParameterSet::retrieve().
std::vector<ESInputTag> edm::ParameterSet::getParameter< std::vector< ESInputTag > > | ( | char const * | name | ) | const |
Definition at line 1578 of file ParameterSet.cc.
References edm::Entry::getVESInputTag(), and edm::ParameterSet::retrieve().
std::vector<EventID> edm::ParameterSet::getParameter< std::vector< EventID > > | ( | std::string const & | name | ) | const |
Definition at line 1022 of file ParameterSet.cc.
References edm::Entry::getVEventID(), dataset::name, and edm::ParameterSet::retrieve().
std::vector<EventID> edm::ParameterSet::getParameter< std::vector< EventID > > | ( | char const * | name | ) | const |
Definition at line 1594 of file ParameterSet.cc.
References edm::Entry::getVEventID(), and edm::ParameterSet::retrieve().
std::vector<EventRange> edm::ParameterSet::getParameter< std::vector< EventRange > > | ( | std::string const & | name | ) | const |
Definition at line 1055 of file ParameterSet.cc.
References edm::Entry::getVEventRange(), dataset::name, and edm::ParameterSet::retrieve().
std::vector<EventRange> edm::ParameterSet::getParameter< std::vector< EventRange > > | ( | char const * | name | ) | const |
Definition at line 1626 of file ParameterSet.cc.
References edm::Entry::getVEventRange(), and edm::ParameterSet::retrieve().
std::vector<InputTag> edm::ParameterSet::getParameter< std::vector< InputTag > > | ( | std::string const & | name | ) | const |
Definition at line 990 of file ParameterSet.cc.
References edm::Entry::getVInputTag(), dataset::name, and edm::ParameterSet::retrieve().
std::vector<InputTag> edm::ParameterSet::getParameter< std::vector< InputTag > > | ( | char const * | name | ) | const |
Definition at line 1562 of file ParameterSet.cc.
References edm::Entry::getVInputTag(), and edm::ParameterSet::retrieve().
std::vector<int> edm::ParameterSet::getParameter< std::vector< int > > | ( | std::string const & | name | ) | const |
Definition at line 890 of file ParameterSet.cc.
References edm::Entry::getVInt32(), dataset::name, and edm::ParameterSet::retrieve().
std::vector<int> edm::ParameterSet::getParameter< std::vector< int > > | ( | char const * | name | ) | const |
Definition at line 1463 of file ParameterSet.cc.
References edm::Entry::getVInt32(), and edm::ParameterSet::retrieve().
std::vector<long long> edm::ParameterSet::getParameter< std::vector< long long > > | ( | std::string const & | name | ) | const |
Definition at line 903 of file ParameterSet.cc.
References edm::Entry::getVInt64(), dataset::name, and edm::ParameterSet::retrieve().
std::vector<long long> edm::ParameterSet::getParameter< std::vector< long long > > | ( | char const * | name | ) | const |
Definition at line 1476 of file ParameterSet.cc.
References edm::Entry::getVInt64(), and edm::ParameterSet::retrieve().
std::vector<LuminosityBlockID> edm::ParameterSet::getParameter< std::vector< LuminosityBlockID > > | ( | std::string const & | name | ) | const |
Definition at line 1038 of file ParameterSet.cc.
References edm::Entry::getVLuminosityBlockID(), dataset::name, and edm::ParameterSet::retrieve().
std::vector<LuminosityBlockID> edm::ParameterSet::getParameter< std::vector< LuminosityBlockID > > | ( | char const * | name | ) | const |
Definition at line 1610 of file ParameterSet.cc.
References edm::Entry::getVLuminosityBlockID(), and edm::ParameterSet::retrieve().
std::vector<LuminosityBlockRange> edm::ParameterSet::getParameter< std::vector< LuminosityBlockRange > > | ( | std::string const & | name | ) | const |
Definition at line 1071 of file ParameterSet.cc.
References edm::Entry::getVLuminosityBlockRange(), dataset::name, and edm::ParameterSet::retrieve().
std::vector<LuminosityBlockRange> edm::ParameterSet::getParameter< std::vector< LuminosityBlockRange > > | ( | char const * | name | ) | const |
Definition at line 1642 of file ParameterSet.cc.
References edm::Entry::getVLuminosityBlockRange(), and edm::ParameterSet::retrieve().
|
inline |
Definition at line 117 of file PdtEntry.h.
References MillePedeFileConverter_cfg::e, and edm::pdtentry::getPdtEntryVector().
|
inline |
Definition at line 95 of file PdtEntry.h.
References MillePedeFileConverter_cfg::e, and edm::pdtentry::getPdtEntryVector().
std::vector<std::string> edm::ParameterSet::getParameter< std::vector< std::string > > | ( | std::string const & | name | ) | const |
Definition at line 956 of file ParameterSet.cc.
References edm::Entry::getVString(), dataset::name, and edm::ParameterSet::retrieve().
std::vector<std::string> edm::ParameterSet::getParameter< std::vector< std::string > > | ( | char const * | name | ) | const |
Definition at line 1528 of file ParameterSet.cc.
References edm::Entry::getVString(), and edm::ParameterSet::retrieve().
std::vector<unsigned int> edm::ParameterSet::getParameter< std::vector< unsigned int > > | ( | std::string const & | name | ) | const |
Definition at line 916 of file ParameterSet.cc.
References edm::Entry::getVUInt32(), dataset::name, and edm::ParameterSet::retrieve().
std::vector<unsigned int> edm::ParameterSet::getParameter< std::vector< unsigned int > > | ( | char const * | name | ) | const |
Definition at line 1489 of file ParameterSet.cc.
References edm::Entry::getVUInt32(), and edm::ParameterSet::retrieve().
std::vector<unsigned long long> edm::ParameterSet::getParameter< std::vector< unsigned long long > > | ( | std::string const & | name | ) | const |
Definition at line 929 of file ParameterSet.cc.
References edm::Entry::getVUInt64(), dataset::name, and edm::ParameterSet::retrieve().
std::vector<unsigned long long> edm::ParameterSet::getParameter< std::vector< unsigned long long > > | ( | char const * | name | ) | const |
Definition at line 1502 of file ParameterSet.cc.
References edm::Entry::getVUInt64(), and edm::ParameterSet::retrieve().
|
inline |
Definition at line 146 of file PdtEntry.h.
References popcon2dropbox::copy(), and nano_cff::strings.
std::string edm::ParameterSet::getUntrackedParameter< std::string > | ( | std::string const & | name, |
std::string const & | defaultValue | ||
) | const |
Definition at line 1244 of file ParameterSet.cc.
References edm::Entry::getString(), and edm::ParameterSet::retrieveUntracked().
std::string edm::ParameterSet::getUntrackedParameter< std::string > | ( | std::string const & | name | ) | const |
Definition at line 1251 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getString().
std::string edm::ParameterSet::getUntrackedParameter< std::string > | ( | char const * | name, |
std::string const & | defaultValue | ||
) | const |
Definition at line 1813 of file ParameterSet.cc.
References edm::Entry::getString(), and edm::ParameterSet::retrieveUntracked().
std::string edm::ParameterSet::getUntrackedParameter< std::string > | ( | char const * | name | ) | const |
Definition at line 1820 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getString().
std::vector<double> edm::ParameterSet::getUntrackedParameter< std::vector< double > > | ( | std::string const & | name, |
std::vector< double > const & | defaultValue | ||
) | const |
Definition at line 1229 of file ParameterSet.cc.
References edm::Entry::getVDouble(), and edm::ParameterSet::retrieveUntracked().
std::vector<double> edm::ParameterSet::getUntrackedParameter< std::vector< double > > | ( | std::string const & | name | ) | const |
Definition at line 1236 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVDouble().
std::vector<double> edm::ParameterSet::getUntrackedParameter< std::vector< double > > | ( | char const * | name | ) | const |
Definition at line 1805 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVDouble().
std::vector<double> edm::ParameterSet::getUntrackedParameter< std::vector< double > > | ( | char const * | name, |
std::vector< double > const & | defaultValue | ||
) | const |
Definition at line 1798 of file ParameterSet.cc.
References edm::Entry::getVDouble(), and edm::ParameterSet::retrieveUntracked().
std::vector<ESInputTag> edm::ParameterSet::getUntrackedParameter< std::vector< ESInputTag > > | ( | std::string const & | name | ) | const |
Definition at line 1332 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVESInputTag().
std::vector<ESInputTag> edm::ParameterSet::getUntrackedParameter< std::vector< ESInputTag > > | ( | std::string const & | name, |
std::vector< ESInputTag > const & | defaultValue | ||
) | const |
Definition at line 1325 of file ParameterSet.cc.
References edm::Entry::getVESInputTag(), and edm::ParameterSet::retrieveUntracked().
std::vector<ESInputTag> edm::ParameterSet::getUntrackedParameter< std::vector< ESInputTag > > | ( | char const * | name, |
std::vector< ESInputTag > const & | defaultValue | ||
) | const |
Definition at line 1891 of file ParameterSet.cc.
References edm::Entry::getVESInputTag(), and edm::ParameterSet::retrieveUntracked().
std::vector<ESInputTag> edm::ParameterSet::getUntrackedParameter< std::vector< ESInputTag > > | ( | char const * | name | ) | const |
Definition at line 1898 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVESInputTag().
std::vector<EventID> edm::ParameterSet::getUntrackedParameter< std::vector< EventID > > | ( | std::string const & | name, |
std::vector< EventID > const & | defaultValue | ||
) | const |
Definition at line 1351 of file ParameterSet.cc.
References edm::Entry::getVEventID(), and edm::ParameterSet::retrieveUntracked().
std::vector<EventID> edm::ParameterSet::getUntrackedParameter< std::vector< EventID > > | ( | std::string const & | name | ) | const |
Definition at line 1358 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVEventID().
std::vector<EventID> edm::ParameterSet::getUntrackedParameter< std::vector< EventID > > | ( | char const * | name, |
std::vector< EventID > const & | defaultValue | ||
) | const |
Definition at line 1917 of file ParameterSet.cc.
References edm::Entry::getVEventID(), and edm::ParameterSet::retrieveUntracked().
std::vector<EventID> edm::ParameterSet::getUntrackedParameter< std::vector< EventID > > | ( | char const * | name | ) | const |
Definition at line 1924 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVEventID().
std::vector<EventRange> edm::ParameterSet::getUntrackedParameter< std::vector< EventRange > > | ( | std::string const & | name, |
std::vector< EventRange > const & | defaultValue | ||
) | const |
Definition at line 1406 of file ParameterSet.cc.
References edm::Entry::getVEventRange(), and edm::ParameterSet::retrieveUntracked().
std::vector<EventRange> edm::ParameterSet::getUntrackedParameter< std::vector< EventRange > > | ( | std::string const & | name | ) | const |
Definition at line 1413 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVEventRange().
std::vector<EventRange> edm::ParameterSet::getUntrackedParameter< std::vector< EventRange > > | ( | char const * | name, |
std::vector< EventRange > const & | defaultValue | ||
) | const |
Definition at line 1971 of file ParameterSet.cc.
References edm::Entry::getVEventRange(), and edm::ParameterSet::retrieveUntracked().
std::vector<EventRange> edm::ParameterSet::getUntrackedParameter< std::vector< EventRange > > | ( | char const * | name | ) | const |
Definition at line 1978 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVEventRange().
std::vector<InputTag> edm::ParameterSet::getUntrackedParameter< std::vector< InputTag > > | ( | std::string const & | name | ) | const |
Definition at line 1305 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVInputTag().
std::vector<InputTag> edm::ParameterSet::getUntrackedParameter< std::vector< InputTag > > | ( | std::string const & | name, |
std::vector< InputTag > const & | defaultValue | ||
) | const |
Definition at line 1298 of file ParameterSet.cc.
References edm::Entry::getVInputTag(), and edm::ParameterSet::retrieveUntracked().
std::vector<InputTag> edm::ParameterSet::getUntrackedParameter< std::vector< InputTag > > | ( | char const * | name | ) | const |
Definition at line 1872 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVInputTag().
std::vector<InputTag> edm::ParameterSet::getUntrackedParameter< std::vector< InputTag > > | ( | char const * | name, |
std::vector< InputTag > const & | defaultValue | ||
) | const |
Definition at line 1865 of file ParameterSet.cc.
References edm::Entry::getVInputTag(), and edm::ParameterSet::retrieveUntracked().
std::vector<int> edm::ParameterSet::getUntrackedParameter< std::vector< int > > | ( | std::string const & | name, |
std::vector< int > const & | defaultValue | ||
) | const |
Definition at line 1120 of file ParameterSet.cc.
References edm::Entry::getVInt32(), and edm::ParameterSet::retrieveUntracked().
std::vector<int> edm::ParameterSet::getUntrackedParameter< std::vector< int > > | ( | std::string const & | name | ) | const |
Definition at line 1127 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVInt32().
std::vector<int> edm::ParameterSet::getUntrackedParameter< std::vector< int > > | ( | char const * | name | ) | const |
Definition at line 1698 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVInt32().
std::vector<int> edm::ParameterSet::getUntrackedParameter< std::vector< int > > | ( | char const * | name, |
std::vector< int > const & | defaultValue | ||
) | const |
Definition at line 1691 of file ParameterSet.cc.
References edm::Entry::getVInt32(), and edm::ParameterSet::retrieveUntracked().
std::vector<long long> edm::ParameterSet::getUntrackedParameter< std::vector< long long > > | ( | std::string const & | name | ) | const |
Definition at line 1210 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVInt64().
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 1203 of file ParameterSet.cc.
References edm::Entry::getVInt64(), and edm::ParameterSet::retrieveUntracked().
std::vector<long long> edm::ParameterSet::getUntrackedParameter< std::vector< long long > > | ( | char const * | name | ) | const |
Definition at line 1779 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVInt64().
std::vector<long long> edm::ParameterSet::getUntrackedParameter< std::vector< long long > > | ( | char const * | name, |
std::vector< long long > const & | defaultValue | ||
) | const |
Definition at line 1772 of file ParameterSet.cc.
References edm::Entry::getVInt64(), and edm::ParameterSet::retrieveUntracked().
std::vector<LuminosityBlockID> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > | ( | std::string const & | name, |
std::vector< LuminosityBlockID > const & | defaultValue | ||
) | const |
Definition at line 1378 of file ParameterSet.cc.
References edm::Entry::getVLuminosityBlockID(), and edm::ParameterSet::retrieveUntracked().
std::vector<LuminosityBlockID> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > | ( | std::string const & | name | ) | const |
Definition at line 1385 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVLuminosityBlockID().
std::vector<LuminosityBlockID> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > | ( | char const * | name, |
std::vector< LuminosityBlockID > const & | defaultValue | ||
) | const |
Definition at line 1944 of file ParameterSet.cc.
References edm::Entry::getVLuminosityBlockID(), and edm::ParameterSet::retrieveUntracked().
std::vector<LuminosityBlockID> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > > | ( | char const * | name | ) | const |
Definition at line 1951 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVLuminosityBlockID().
std::vector<LuminosityBlockRange> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > > | ( | std::string const & | name, |
std::vector< LuminosityBlockRange > const & | defaultValue | ||
) | const |
Definition at line 1433 of file ParameterSet.cc.
References edm::Entry::getVLuminosityBlockRange(), and edm::ParameterSet::retrieveUntracked().
std::vector<LuminosityBlockRange> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > > | ( | std::string const & | name | ) | const |
Definition at line 1440 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVLuminosityBlockRange().
std::vector<LuminosityBlockRange> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > > | ( | char const * | name | ) | const |
Definition at line 2005 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVLuminosityBlockRange().
std::vector<LuminosityBlockRange> edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > > | ( | char const * | name, |
std::vector< LuminosityBlockRange > const & | defaultValue | ||
) | const |
Definition at line 1998 of file ParameterSet.cc.
References edm::Entry::getVLuminosityBlockRange(), and edm::ParameterSet::retrieveUntracked().
|
inline |
Definition at line 101 of file PdtEntry.h.
References MillePedeFileConverter_cfg::e, and edm::pdtentry::getPdtEntryVector().
|
inline |
Definition at line 129 of file PdtEntry.h.
References MillePedeFileConverter_cfg::e, and edm::pdtentry::getPdtEntryVector().
|
inline |
Definition at line 123 of file PdtEntry.h.
References MillePedeFileConverter_cfg::e, and edm::pdtentry::getPdtEntryVector().
|
inline |
Definition at line 108 of file PdtEntry.h.
References MillePedeFileConverter_cfg::e, and edm::pdtentry::getPdtEntryVector().
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 1256 of file ParameterSet.cc.
References edm::Entry::getVString(), and edm::ParameterSet::retrieveUntracked().
std::vector<std::string> edm::ParameterSet::getUntrackedParameter< std::vector< std::string > > | ( | std::string const & | name | ) | const |
Definition at line 1263 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVString().
std::vector<std::string> edm::ParameterSet::getUntrackedParameter< std::vector< std::string > > | ( | char const * | name | ) | const |
Definition at line 1832 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVString().
std::vector<std::string> edm::ParameterSet::getUntrackedParameter< std::vector< std::string > > | ( | char const * | name, |
std::vector< std::string > const & | defaultValue | ||
) | const |
Definition at line 1825 of file ParameterSet.cc.
References edm::Entry::getVString(), and edm::ParameterSet::retrieveUntracked().
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 1147 of file ParameterSet.cc.
References edm::Entry::getVUInt32(), and edm::ParameterSet::retrieveUntracked().
std::vector<unsigned int> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned int > > | ( | std::string const & | name | ) | const |
Definition at line 1154 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVUInt32().
std::vector<unsigned int> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned int > > | ( | char const * | name, |
std::vector< unsigned int > const & | defaultValue | ||
) | const |
Definition at line 1718 of file ParameterSet.cc.
References edm::Entry::getVUInt32(), and edm::ParameterSet::retrieveUntracked().
std::vector<unsigned int> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned int > > | ( | char const * | name | ) | const |
Definition at line 1725 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVUInt32().
std::vector<unsigned long long> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned long long > > | ( | std::string const & | name | ) | const |
Definition at line 1182 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVUInt64().
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 1175 of file ParameterSet.cc.
References edm::Entry::getVUInt64(), and edm::ParameterSet::retrieveUntracked().
std::vector<unsigned long long> edm::ParameterSet::getUntrackedParameter< std::vector< unsigned long long > > | ( | char const * | name | ) | const |
Definition at line 1752 of file ParameterSet.cc.
References edm::ParameterSet::getEntryPointerOrThrow_(), and edm::Entry::getVUInt64().
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 1745 of file ParameterSet.cc.
References edm::Entry::getVUInt64(), and edm::ParameterSet::retrieveUntracked().
std::string edm::parameterTypeEnumToString | ( | ParameterTypes | iType | ) |
Definition at line 61 of file ParameterDescriptionNode.cc.
References 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 42 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< double > > | ( | ) |
Definition at line 40 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< EventID > > | ( | ) |
Definition at line 45 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< EventRange > > | ( | ) |
Definition at line 54 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< InputTag > > | ( | ) |
Definition at line 49 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< int > > | ( | ) |
Definition at line 32 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< long long > > | ( | ) |
Definition at line 36 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< LuminosityBlockID > > | ( | ) |
Definition at line 47 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< LuminosityBlockRange > > | ( | ) |
Definition at line 52 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< std::string > > | ( | ) |
Definition at line 43 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< unsigned > > | ( | ) |
Definition at line 34 of file ParameterDescriptionNode.cc.
ParameterTypes edm::ParameterTypeToEnum::toEnum< std::vector< unsigned long long > > | ( | ) |
Definition at line 38 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 PFRecoTauDiscriminationByIsolation_cfi::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 648 of file SubProcess.cc.
References edm::ParameterSet::getUntrackedParameter(), and edm::ParameterSet::popVParameterSet().
Referenced by edm::EventProcessor::init(), and edm::SubProcess::SubProcess().
|
static |
Definition at line 154 of file CollUtil.cc.
References 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 lumiQTWidget::t.
Referenced by printEventLists().
|
static |
Definition at line 301 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, nEvents, and lumiQTWidget::t.
Referenced by printEventsInLumis().
|
static |
Definition at line 115 of file CollUtil.cc.
References gather_cfg::cout, and edm::poolNames::fileIndexBranchName().
Referenced by printEventLists().
|
static |
Definition at line 255 of file CollUtil.cc.
References edm::FileIndex::begin(), gather_cfg::cout, edm::FileIndex::end(), edm::poolNames::fileIndexBranchName(), edm::FileIndex::kEvent, edm::FileIndex::kLumi, and nEvents.
Referenced by printEventsInLumis().
S& edm::print | ( | S & | os, |
JobReport::InputFile const & | f | ||
) |
Definition at line 66 of file JobReport.cc.
References common_cff::doc, formatFile(), edm::JobReport::InputFile::inputSourceClassName, edm::JobReport::InputFile::inputType, and edm::JobReport::InputFile::numEventsRead.
Referenced by FWLite.ElectronMVAID::__call__(), dirstructure.Directory::__create_pie_image(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::__del__(), hippyaddtobaddatafiles.OneAtATime::__enter__(), OrderedSet.OrderedSet::__eq__(), VarParsing.VarParsing::__getattr__(), dataset.Dataset::__getFileInfoList(), dataset.Dataset::__getMagneticField(), dataset.Dataset::__getMagneticFieldForRun(), dataset.Dataset::__getRunList(), contentValuesCheck.OptionParser::__init__(), contentValuesToDBS.OptionParser::__init__(), contentValuesToRR.OptionParser::__init__(), python.ParticleDecayDrawer.ParticleDecayDrawer::__init__(), presentation.ValidationPlots::__init__(), authentication.X509CertAuth::__init__(), edmPickEvents.Event::__init__(), generateEDF.LumiInfoCont::__init__(), python.cmstools.cmserror::__init__(), genericValidation.GenericValidationData::__init__(), crabFunctions.CertInfo::__init__(), GenObject.GenObject::__init__(), dqm_interfaces.DQMRootFile::__is_null(), dataset.Dataset::__lumiSelectionSnippet(), dirstructure.Comparison::__make_image(), GenObject.GenObject::__setattr__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), PhaseITreeProducer.ModuleLvlValuesReader::__TraverseDirTree(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::__TraverseDirTree(), checkBTagCalibrationConsistency.BtagCalibConsistencyChecker::_check_coverage(), mps_alisetup.SetupAlignment::_check_iov_definition(), checkBTagCalibrationConsistency.BtagCalibConsistencyChecker::_check_sys_side(), mps_alisetup.SetupAlignment::_construct_paths(), mps_alisetup.SetupAlignment::_create_additional_pede_jobs(), mps_alisetup.SetupAlignment::_create_input_db(), mps_alisetup.SetupAlignment::_create_mass_storage_directory(), mps_alisetup.SetupAlignment::_create_mille_jobs(), mps_alisetup.SetupAlignment::_create_pede_jobs(), mps_alisetup.SetupAlignment::_create_tracker_tree(), GenObject.GenObject::_createCppClass(), validation.Validation::_doFastsimFastVsFullPlots(), validation.Validation::_doPlots(), validation.SimpleValidation::_doPlots(), validation.Validation::_doPlotsFastFull(), validation.Validation::_doPlotsPileup(), mps_alisetup.SetupAlignment::_fetch_dataset_directory(), mps_alisetup.SetupAlignment::_fetch_datasets(), mps_alisetup.SetupAlignment::_fetch_defaults(), mps_alisetup.SetupAlignment::_fetch_essentials(), mps_alisetup.SetupAlignment::_fill_general_options(), plotting::_findBounds(), plotting::_findBoundsY(), GenObject.GenObject::_fixLostGreaterThans(), cfg-viewer.unscheduled::_getData(), plotting::_getDirectoryDetailed(), validation::_getGlobalTag(), trackselectionRefitting::_getModule(), plotting::_getObject(), validation.Validation::_getRefFileAndSelection(), validation::_getRelValUrl(), mps_alisetup.SetupAlignment::_handle_process_call(), generateEDF.LumiInfoCont::_integrateContainer(), GenObject.GenObject::_loadGoRootLibrary(), cmsPerfServer::_main(), cmsPerfRegress::_main(), XML2Python.DataNode::_outputValues(), Page1Parser.Page1Parser::_Parse(), SimL1EmulatorRepack_CalouGT_cff::_print(), SimL1EmulatorRepack_Full2015Data_cff::_print(), SimL1EmulatorRepack_FullMC_cff::_print(), SimL1EmulatorRepack_FullSimTP_cff::_print(), SimL1EmulatorRepack_uGT_cff::_print(), SimL1EmulatorRepack_Full_cff::_print(), printPaths::_printOp(), cfg-viewer.unscheduled::_proceed(), tauTools::_switchToPFTau(), VarParsing.VarParsing::_withTags(), FilterSelection::acceptMap(), customiseStuckTBMSimulation::activateStuckTBMSimulation2018NoPU(), pfTools::adaptPFElectrons(), pfTools::adaptPFMuons(), pfTools::adaptPVs(), python.rootplot.core::add_from_config_files(), newFWLiteAna::addBuildPiece(), reco::IsoDeposit::addCandEnergy(), ConfigBuilder.ConfigBuilder::addConditions(), ConfigBuilder.ConfigBuilder::addCustomise(), patMuonsWithTrigger_cff::addDiMuonTriggers(), RemoveAddSevLevel::AddFlag(), jetCollectionTools.GenJetAdder::addGenJetCollection(), helpers::addKeepStatement(), Mixing::addMixingScenario(), GenObject.GenObject::addObjectVariable(), ConfigBuilder.ConfigBuilder::addOutput(), jetCollectionTools.RecoJetAdder::addRecoJetCollection(), ConfigBuilder.ConfigBuilder::addSource(), ConfigBuilder.ConfigBuilder::addStandardSequences(), lumiPatch::addTimeForRun(), lumiQueryAPI::allruns(), storeTreeInfo.TreeAnalyzer::analyzePath(), harvestRelVal::append_sample_mcrab(), dtChamberMasker_cff::appendDTChamberMaskerAtHLT(), CommonMethods::appendSqliteFile(), cmsswVersionTools.PickRelValInputFiles::apply(), HiHelperTools::applyPostfix(), data_sources.json_list::as_dicts(), data_sources.json_list::as_table(), BeamSpotWorkflow::aselectFilesToProcess(), utils::ask_ok(), utils_v2::auth_download_file(), fetchall_from_DQM_v2::auth_wget(), utils_v2::auth_wget(), heppy_batch::batchScriptCERN(), heppy_batch::batchScriptPSI(), core.TreeAnalyzerNumpy.TreeAnalyzerNumpy::beginLoop(), plotscripts::bellcurves(), dumpWBM::bitzeroForRun(), dumpTrg::bitzeroForRun(), GenObject.GenObject::blurEvent(), diffTrackingNtuple::body(), PixelTrackBuilder::build(), psClasses.BuildThread::build(), cmsHarvester::build_dataset_list(), dataset.CMSDataset::buildListOfFilesDBS(), dataDML::bulkInsertHltLSData(), dataDML::bulkInsertLumiLSSummary(), dataDML::bulkInsertTrgLSData(), utilities::cache(), helperFunctions::cache(), estimatePileup_makeJSON::CalcPileup(), estimatePileup_makeJSON_2015::CalcPileup(), dirstructure.Directory::calcStats(), applyCalibration::calibrateRange(), applyCalibration::calibrateRun(), ValidationMatrix::call_compare_using_files(), heppy_loop::callBack(), edmIntegrityCheck::callback(), castorBaseDir::castorBaseDir(), CrabHelper.CrabHelper::check_crabtask(), combineBTagCalibrationData::check_csv_data(), harvestRelVal::check_dset(), ValidationMatrix::check_root_files(), batchmanager.BatchManager::CheckBatchScript(), alcaDQMUpload::checkFileName(), contentValuesLib::checkFilter(), checkforupdate.checkforupdate::checkforupdate(), ValidationOptions_cff::checkOptionsForBadInput(), edmConvertToStreamModule::checkout_package(), GlobalTag.GlobalTag::checkPrefix(), batchHippy.MyBatchManager::checkProxy(), alcaDQMUpload::checkSSL(), cmsRelvalreportInput::checkSteps(), edmStreamStallGrapher::chooseParser(), visDQMUtils::classifyDQMFile(), TkAlMap.TkAlMap::clean_up(), parallelization::cleanupandexit(), cmsswFiletrace::cleanupenv(), cmsswConfigtrace::cleanupenv(), VarParsing.VarParsing::clearList(), python.rootplot.core::cli_rootplot(), DQM.DQMReader::close(), shell::close_connections(), cmsPerfRegress::cmpSimpMemReport(), utils::code_generator(), cmsswConfigtrace::collect_trace(), electronDataDiscovery::common_search(), compareDQMOutput::compare(), EcalCondTools::compare(), ValidationMatrix_v2.ReleaseComparison::compare(), cmsRelRegress::compareSimMemPair(), GenObject.GenObject::compareTwoTrees(), bookConverter::compute(), Page1Parser.Page1Parser::ComputeTotalPrescales(), cms::config(), helper::ConfigSectionMap(), RecoTauValidation_cfi::ConvertDrawJobToLegacyCompare(), HltComparatorCreateWorkflow::ConvertHltOnlineToOffline(), cmsswConfigtrace::convertToUnscheduled(), conddbCopyTest::copy(), popcon2dropbox::copy(), mps_setup_new_align::copy_default_templates(), command_line::copy_tag(), createPayload::copyToWorkflowdir(), cmsPerfPublish::copytree4(), JetReCalibrator.JetReCalibrator::correctAll(), plotscripts::corrections2D(), DeadROCCounter_Phase1::countBadROCBarrel(), DeadROCCounter_Phase1::countBadROCForward(), CommonMethods::cp(), crabFunctions::crabCommandProcess(), plotting.AggregateBins::create(), harvestRelVal::create_crab(), bookConverter::create_declaration(), compareHistograms::create_dif(), harvestRelVal::create_harvest(), cmsHarvester::create_multicrab_config(), tools::create_single_iov_db(), testtree::create_tree(), HltComparatorCreateWorkflow::CreateAnalysisConfig(), edmStreamStallGrapher::createAsciiImage(), cmsPerfPublish::createCandlHTML(), alignmentValidation::createCanvasesList(), alignmentValidation::createCanvasToIDList(), SteerMultipleCompare::CreateDirectory(), alignmentValidation::createDirectoryStructure(), dbUtil.dbUtil::createEntryTable(), dbUtil.dbUtil::createIDTable(), lumidb2Schema::createLumi(), lumiSchema::createLumi(), convertParamsToOnlineFormat::createMIF(), heppy_loop::createOutputDir(), edmStreamStallGrapher::createPDFImage(), plotscripts::createPeaksProfile(), pickleFileCreater::createPickleFile(), cmsPerfPublish::createRegressHTML(), dbUtil.dbUtil::createRevMapTable(), lumidbDDL::createTables(), LaunchOnCondor::CreateTheShellFile(), PhaseITreeProducer.ModuleLvlValuesReader::CreateTree(), PhaseITreeProducer.ModuleLvlValuesReader::CreateTree2(), cmsPerfPublish::createWebReports(), CommonMethods::createWeightedPayloads(), CommonMethods::createWeightedPayloadsNew(), MatrixReader.MatrixReader::createWorkFlows(), convertParamsToOnlineFormat::createXML(), muonCustoms::csc_PathVsModule_SanityCheck(), customHGCdigitizer_cfi::customHGCdigitizer(), Exotica_MT_SIM_cfi::customise(), Exotica_HSCP_SIM_cfi::customise(), customiseCheckEventSetup::customise(), muonCustoms::customise_csc_cond_ungangedME11A_mc(), slice_test_customizations_cff::customise_for_slice_test(), customisers::customiseGenerator(), L1Trigger_custom::customiseL1Menu(), customisers::customiseMerging(), customiseMTVForBPix123Holes::customiseMTVForBPix123Holes(), postLS1Customs::customisePostLS1(), postLS1Customs::customisePostLS1_50ns(), postLS1Customs::customisePostLS1_HI(), RecoTLR::customiseVALSKIM(), customizeMiniAOD_HcalFixLegacy2016::customizeAll(), tkal_create_file_lists::das_client(), dqmiodatasetharvest::dasquery(), dataset.Dataset::datasetSnippet(), lumiTime.lumiTime::DatetimeToStr(), plotscripts::DBdiff(), web.dbfile2html::dbfile2html(), AlCaHLTBitMon_QueryRunRegistry::DBSquery(), dumpWBM::deadcountForRun(), dumpTrg::deadcountForRun(), ZEleEleAnalyzer.ZEleEleAnalyzer::declareHandles(), ZMuMuAnalyzer.ZMuMuAnalyzer::declareHandles(), core.TreeAnalyzerNumpy.TreeAnalyzerNumpy::declareVariables(), ConfigBuilder.ConfigBuilder::define_Configs(), AlCaHLTBitMon_ParallelJobs::defineOptions(), AlCaHLTBitMon_QueryRunRegistry::defineOptions(), lumiQueryAPI::deliveredLumiForRange(), lumiQueryAPI::deliveredLumiForRun(), elec_selection::deltaR(), lumidb2Schema::describeLumi(), lumiSchema::describeLumi(), dbUtil.dbUtil::describeSchema(), TkAlMap.TkAlMap::detect_tracker_version(), dqmMemoryStats::displayDirectoryStatistics(), getRunRegistry::displayHelp(), ValidationMatrix::do_comparisons_threaded(), personalPlayback.FrameworkJob::do_exec(), ValidationMatrix::do_html(), ValidationMatrix::do_reports(), utils.BinToBin::do_test(), utils.BinToBin1percent::do_test(), WorkFlowRunner.WorkFlowRunner::doCmd(), cmsPerfPublish::docopy(), Skims_cff::documentSkims(), SkimsCosmics_cff::documentSkims(), SkimsHeavyIons_cff::documentSkims(), alignmentValidation::doCurvaturePlotsDT(), alignmentValidation::doFitFunctionsPlotsCSC(), alignmentValidation::doFitFunctionsPlotsDT(), MassReplace.MassSearchReplaceAnyInputTagVisitor::doIt(), ConfigBuilder.ConfigBuilder.MassSearchReplaceProcessNameVisitor::doIt(), insertMaterial::dokument(), alignmentValidation::doMapPlotsDT(), plotscripts::doTests(), plotscripts::doTestsForMapPlots(), validation.Validation::download(), TkMap_script_phase1::downloadnlineDQMhisto(), TkMap_script_phase1::downloadOfflineDQMhisto(), TkMap_script_phase1::downloadOfflinePCLhisto(), util.rrapi.RRApi::dprint(), rrapi.RRApi::dprint(), dqm_diff::dqm_diff(), MergeOccDeadROC::dqm_get_dataset(), MergePCLDeadROC::dqm_get_dataset(), PCLOthers::dqm_get_dataset(), MergePCLFedErr::dqm_get_dataset(), python.ParticleDecayDrawer.ParticleDecayDrawer::draw(), plotting.Plot::draw(), TkAlMap.TkAlMap::draw_color_bar(), TkAlMap.TkAlMap::draw_text(), TkAlMap.TkAlMap::draw_TPL(), matplotRender.matplotRender::drawInteractive(), lumiCorrections::driftcorrectionsForRange(), lumidb2Schema::dropLumi(), lumiSchema::dropLumi(), logger.logger::dump(), Vispa.Share.UndoEvent.UndoEvent::dump(), TreeCrawler.Package::dump(), dataset.Dataset::dump_cff(), o2olib.O2OJobMgr::dumpConfig(), PhaseITreeProducer.ModuleLvlValuesReader::DumpData(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::DumpData(), addOnTests.StandardTester::dumpTest(), EcalCondTools::dumpXML(), edmConvertToStreamModule::edit_file(), eGammaCorrection::eGammaCorrection(), geometryXMLtoCSV.ContentHandler::endElement(), cmsswPreprocessor.CmsswPreprocessor::endLoop(), MassReplace.MassSearchReplaceParamVisitor::enter(), dqmd_manager::exec_func(), cmsIgProf_Analysis::execute(), valtools.benchmark::exists(), uploads.uploader::exit_upload(), cmsRelvalreportInput::expandHyphens(), DOTExport.DotExport::export(), cmsPerfSuiteHarvest::exportIgProfReport(), cmsPerfSuiteHarvest::exportMemcheckReport(), cmssw_exportdb_xml::exportRunInfo(), cmsPerfSuiteHarvest::exportSequences(), cmsPerfSuiteHarvest::exportTimeSizeJob(), Impl.AlCa.AlCa::expressProcessing(), cmsPerfPublish::fail(), sistrip::FEDDAQHeader::FEDDAQHeader(), inputFilesetParser.inputFilesetParser::fieldtotal(), inputFilesetParser.inputFilesetParser::fieldvalues(), mergeAndRegister::filecheck(), dqmPostProcessing_online::filecheck(), dataset.Dataset::fileList(), ConfigBuilder::filesFromDASQuery(), ConfigBuilder::filesFromList(), cmsLHEtoEOSManager::fileUpload(), TkAlMap.TkAlMap::fill_colors(), ntuple::fillJet(), dumpRunInfo::fillnumForRun(), estimatePileup::fillPileupHistogram(), estimatePileup2::fillPileupHistogram(), pileupCalc::fillPileupHistogram(), DBSApi_cff::FillSource(), specificLumi::filltofiles(), cppFunctionSkipper::filterFile(), mergeJSON::filterRuns(), harvestRelVal::find_dqmref(), edmConvertToStreamModule::find_file_for_module(), NuclearInteractionEDProducer::findAdditionalSecondaryTracks(), MultipleCompare::FindParents(), dataset.CMSDataset::findPrimaryDatasetEntries(), dataset.PrivateDataset::findPrimaryDatasetEntries(), dataset.CMSDataset::findPrimaryDatasetNumFiles(), dataset.PrivateDataset::findPrimaryDatasetNumFiles(), hltTrgSeedMapper::findUniqueSeed(), edmTracerLogToSimpleConfig.ConsumesParser::finish(), customisers::fix_input_tags(), relval_machine::fix_run(), mps_fire::forward_proxy(), DeadROC_duringRun::FPIX_list(), submitDQMOfflineCAF::Func_Exit(), submitDQMOfflineCAF::Func_ExitBool(), submitDQMOfflineCAF::Func_ExitUsage(), getRunInfo::Func_FillInfoDBS(), getRunInfo::Func_FillInfoRunRegistry(), submitDQMOfflineCAF::Func_MagConfig(), submitDQMOfflineCAF::Func_Usage(), utils::functor(), cms::generate(), pkg.AbstractPkg::generate(), models::generate(), generate2023Geometry::generateGeom(), main::generator(), useReflexToDescribeForGenObject::genObjectDef(), gemGeometryCustoms::geomReplace(), directories2html::get_aggr_pairs_info(), Mpslibclass.jobdatabase::get_class(), ValidationMatrix::get_clean_fileanames(), cmsRelValCmd::get_cmsDriverOptions(), harvestRelVal::get_cond_from_dsetpath(), das::get_data(), dataLoader::get_data(), cmsPerfPublish::get_environ(), ValidationMatrix::get_filenames_from_pool(), tools::get_iovs(), pkg.AbstractPkg::get_kwds(), beamvalidation::get_lastIOVs(), beamvalidation::get_listoftags(), uploadConditions::get_local_commit_hash(), cmsCpuInfo::get_NumOfCores(), cmsPerfSuiteHarvest::get_params(), beamvalidation::get_plots(), tools::get_process_object(), web.app_utils::get_release_summary_stats(), ValidationMatrix::get_roofiles_in_dir(), utils_v2::get_size_to_download(), tools::get_tags(), parserPerfsuiteMetadata.parserPerfsuiteMetadata::get_tarball_fromlog(), MatrixInjector.MatrixInjector::get_wmsplit(), PixelMapPlotter::GetAffectedRocs(), getRunAppsInfo::getAppPID(), cmsPerfPublish::getcmd(), ws_sso_content_reader::getContent(), runMETCorrectionsAndUncertainties.RunMETCorrectionsAndUncertainties::getCorrectedMET(), JetReCalibrator.JetReCalibrator::getCorrection(), AlCaHLTBitMon_QueryRunRegistry::getData(), cmsPerfPublish::getDirnameDirs(), edmPickEvents::getFileNames_das_client(), edmPickEvents::getFileNames_dasgoclient(), dataset.Dataset::getfiles(), FrontierCondition_GT_autoExpress_cfi.Tier0Handler::getGlobalTag(), findQualityFiles::getGoodBRuns(), findQualityFiles::getGoodQRuns(), TkMap_script_phase1::getGT(), getGTfromDQMFile_V2::getGTfromDQMFile(), production_tasks.MonitorJobs::getjobid(), BeamSpotWorkflow::getLastUploadedIOV(), Inspector.Inspector::GetListObjects(), BeamSpotWorkflow::getListOfRunsAndLumiFromDBS(), checkRuns::getListOfRunsAndLumiFromRR(), checkPayloads::getListOfRunsAndLumiFromRR(), BeamSpotWorkflow::getListOfRunsAndLumiFromRR(), parserPerfsuiteMetadata.parserPerfsuiteMetadata::getMachineInfo(), runMETCorrectionsAndUncertainties.RunMETCorrectionsAndUncertainties::getMETUncertainties(), SimpleL1MuGMTCand::getMomentum(), DeadROCCounter::GetNonZeroOccNumber(), cmsPerfRegress::getNpoints(), EcalCondTools::getObject(), useReflexToDescribeForGenObject::getObjectList(), Mixins._Parameterizable::getParameter(), cmsRelRegress::getParameters(), cmsPerfRegress::getParameters(), getHLTPrescaleColumns::getPrescalesFromKey(), makeHLTPrescaleTable::getProcessObjectFromConfDB(), cmsPerfPublish::getRelativeDir(), EgammaHLTValidationUtils::getResult(), FileNamesHelper::getRootFileSize(), SiStripSummary::getRunNr(), util.rrClient::getRunsNewer(), lumiDBFiller::getRunsToBeUploaded(), trackselectionRefitting::getSequence(), cmsPerfRegress::getSimpleMemLogData(), specificLumi::getSpecificLumi(), cmsPerfPublish::getStageRepDirs(), L1TMuon::TriggerPrimitive::getSubSector(), lumiPatch::getTimeForRun(), EcalCondTools::getToken(), parseEventContent::getTxtEventContentRules(), logger.logger::gitdiff(), querying_tests::global_tag_tests(), grid1d_t(), lumiPatch::GTdeadtimeBeamActiveForRun(), L1GlobalTriggerReadoutRecord::gtPsbVector(), L1GtTechnicalTrigger::gtTechnicalTriggerResult(), ValidationMatrix::guess_blacklists(), ValidationMatrix::guess_params(), heppy_hadd::hadd(), heppy_hadd::haddChunks(), heppy_hadd::haddRec(), Page1Parser.Page1Parser::handle_starttag(), parserPerfsuiteMetadata.parserPerfsuiteMetadata::handleParsingError(), cmsPerfHarvest::harvest(), dqmiodatasetharvest::harvestfile(), dumpRecoGeometry_cfg::help(), dumpSimGeometry_cfg::help(), dataformats::help(), cmsswFiletrace::help(), cmsswConfigtrace::help(), VarParsing.VarParsing::help(), overlapValidationPlot::hist(), EcalCondTools::histo(), queryDataSource::hltFromRuninfoV2(), dumpRunInfo::hltkeyForRun(), dataformats::importDF(), dataformats::indent(), tablePrinter::indent(), dqmd_manager::info(), QGLikelihoodCalculator.QGLikelihoodCalculator::init(), BTagWeightCalculator.BTagWeightCalculator::init(), utils_v2::init_database(), cmsRelvalreportInput::init_vars(), VIDSelectorBase.VIDSelectorBase::initialize(), offlineValidation.OfflineValidation::initMerge(), fileTransfer::injectFile(), RandomRunSource.RandomRunSource::insertInto(), dataDML::insertTrgHltMap(), Eras.Eras::inspect(), Eras.Eras::inspectEra(), Eras.Eras::inspectModifier(), MatrixUtil.WF::interpret(), dumpRunInfo::l1keyForRun(), customiseReEmul::L1TAddBitwiseLayer1(), customiseUtils::L1TAddDebugOutput(), customiseDemo::L1TBasicDemo(), customiseUtils::L1TDumpEventData(), customiseUtils::L1TGlobalDigisSummary(), customiseUtils::L1TGlobalSimDigisSummary(), customiseUtils::L1TGtStage2ComparisonRAWvsEMU(), customiseDemo::L1THLTDemo(), customiseReEmul::L1TReEmulFromRAW(), customiseReEmul::L1TReEmulFromRAW2015(), customiseReEmul::L1TReEmulFromRAWLegacyMuon(), customiseSettings::L1TSettingsToCaloStage2Params_UserDefine(), customiseUtils::L1TStage1DigisSummary(), customiseUtils::L1TStage1SimDigisSummary(), customiseUtils::L1TStage2ComparisonRAWvsEMU(), customiseUtils::L1TStage2DigisSummary(), customiseUtils::L1TStage2SimDigisSummary(), python.diff_provenance.difference::list_diff(), python.diffProv.difference::list_diff(), command_line::list_object(), iov_list_tag::list_tag(), MatrixToProcess.MatrixToProcess::listAll(), valtools.website::listBenchmarks(), o2olib.O2OJobMgr::listConfig(), helpers::listDependencyChain(), dbUtil.dbUtil::listIndex(), EcalCondTools::listIovs(), EcalCondTools::listTags(), utils::literal2root(), MatrixToProcess.MatrixToProcess::load(), loadlibs::load_libs(), python.rootplot.core::load_matplotlib(), TkAlMap.TkAlMap::load_tree(), TkAlMap.TkAlMap::load_var(), GenObject.GenObject::loadConfigFile(), ConfigBuilder.ConfigBuilder::loadDefaultOrSpecifiedCFF(), environment_cfi::loadDQMRunConfigFromFile(), GenObject.GenObject::loadEventFromTree(), generateEDF::loadEvents(), VarParsing.VarParsing::loadFromFile(), FileUtils::loadListFromFile(), PFTauMVAInputDiscriminatorTranslator_cfi::loadMVAInputsIntoPatTauDiscriminants(), python.rootplot.utilities::loadROOT(), ROOTData::loadStreamerInfo(), plotscripts::loadTestResultsMap(), conddbCopyTest.CopyTest::log(), conditionUploadTest.UploadTest::log(), dirstructure::logger(), utils::logger(), cmsRelvalreport::logger(), fileCollector2::logme(), producerFileCleanner::logme(), fileCollector::logme(), Inspector.Inspector::Loop(), looper.Looper::loop(), geometryDiff::loopover(), motionPolicyChamber::loopover(), CommonMethods::ls(), dqm_interfaces.DQMcommunicator::ls_url(), copyAndRename::main(), copyFiles::main(), rename::main(), allPlotsResiduals::main(), generateStandaloneCode::main(), cmsScimarkStop::main(), makeHGCalValidationPlots::main(), cmsPerfSuiteKill::main(), buildHistoTypes::main(), lumiData2::main(), uploader::main(), uploadPayloads::main(), PrescaleChecker::main(), combineBTagCalibrationData::main(), splitter::main(), printTrackingNtuple::main(), magneticFieldFilterJSON::main(), makeTrackValidationPlots::main(), mps_parse_pedechi2hist::main(), mps_setup_new_align::main(), produceOfflineValidationTex::main(), runall::main(), lumidb2Schema::main(), generateFlavCfromFlavB::main(), applyCalibration::main(), diffTrackingNtuple::main(), lumiDBFiller::main(), storeTreeInfo::main(), cmsBenchmark::main(), python.rootplot.rootinfo::main(), checkRuns::main(), dumpWBM::main(), conddbCopyTest::main(), dumpTrg::main(), SteerMultipleCompare::main(), das::main(), heppy_loop::main(), checkPayloads::main(), dumpRunInfo::main(), conditionUploadTest::main(), mixture::main(), MergeOccDeadROC::main(), MergePCLDeadROC::main(), MergePCLFedErr::main(), PCLOthers::main(), cmsPerfPublish::main(), showPage::main(), addOnTests::main(), lumiSchema::main(), alcaDQMUpload::main(), cmsswFiletrace::main(), python.rootplot.tree2hists::main(), MultipleCompare::main(), lumiPatch::main(), timingPdfMaker::main(), cmsswConfigtrace::main(), BeamSpotWorkflow::main(), validateAlignments::main(), uploadConditions::main(), cmsRelvalreportInput::main(), cfg-viewer::main(), python.rootplot.tree2hists::make_all_hists_all_files(), harvestRelVal::make_dbs_list(), utils_v2::make_file_pairs(), utils::make_files_pairs(), generateEDF::makeEDFplot(), groupFilesInBlocks::makeJobBlock(), RecoTauValidation_cfi::MakeLabeler(), gen.GeneratorAnalyzer.GeneratorAnalyzer::makeMCInfo(), valtools.benchmark::makeRelease(), batchmanager.BatchManager::ManageOutputDir(), cmsSimplememchecker_parser::manipulate_log(), cmsTiming_parser::manipulate_log(), cmsScimarkParser::manipulate_log(), parserTimingReport::manual_run(), plotscripts::mapplot(), MatrixUtil::merge(), python.rootplot.core::merge_pdf(), mergeVDriftHistosByStation::mergeHistosWheelSector(), mergeVDriftHistosByStation::mergeHistosWheelStation(), cmsswVersionTools.PickRelValInputFiles::messageEmptyList(), miniAodFiles::miniAodFiles(), lumiPatch::missingTimeRuns(), batchHippy.MyBatchManager::mkdir(), batchmanager.BatchManager::mkdir(), createPayload::mkWorkflowdir(), python.diff_provenance.difference::module_diff(), python.diffProv.difference::module_diff(), production_tasks.MonitorJobs::monitor(), fitWZ::MyChi2(), electronCompare::mysystem(), electronStore::mysystem(), nano_cff::nanoAOD_addDeepInfo(), nano_cff::nanoAOD_addDeepInfoAK8(), nano_cff::nanoAOD_addDeepMET(), EnablePSetHistory::new_dumpHistory(), python.rootplot.rootmath::newadd(), edm::ProductResolverIndexHelper::nextIndexValue(), normFunctors::normFunctionCaller(), batchHippy.MyBatchManager::notify(), helper::ScannerBase::numberOfExtraCuts(), python.diff_provenance.difference::onefilemodules(), python.diffProv.difference::onefilemodules(), L1GtAlgorithmEvaluation::operandTokenVector(), l1t::AlgorithmEvaluation::operandTokenVector(), cmsPerfStripChart::operate(), operator<<(), cmsHarvester::option_handler_list_types(), cmsPerfClient::optionparse(), cmsDriverOptions::OptionsFromItems(), diffTrackingNtuple::outOfOrder(), getPayloadData::output(), compare::overlay(), uploadConditions::parse_arguments(), command_line::parse_command_line(), parserPerfsuiteMetadata.parserPerfsuiteMetadata::parseAll(), parserPerfsuiteMetadata.parserPerfsuiteMetadata::parseAllOtherTests(), VarParsing.VarParsing::parseArguments(), createTree::parseDir(), parserPerfsuiteMetadata.parserPerfsuiteMetadata::parseGeneralInfo(), Page1Parser.Page1Parser::ParseL1Page(), Page1Parser.Page1Parser::ParseLumiPage(), convertParamsToOnlineFormat::parseOfflineLUTfile(), parserPerfsuiteMetadata.parserPerfsuiteMetadata::parseTheCompletion(), parserPerfsuiteMetadata.parserPerfsuiteMetadata::parseTimeSize(), lumiPatch::patchDeadtimeForRun(), cond2xml.CondXmlProcessor::payload2xml(), MatrixInjector::performInjectionOptionTest(), cmsPerfRegress::perfreport(), plotscripts::phiedges2c(), Photon.Photon::photonIDCSA14(), plotResidualsCosmics::plot(), plotResiduals::plot(), plotVDriftFromHistos::plot(), plotTTrigFromHistos::plot(), plotT0FromHistos::plot(), EcalCondTools::plot(), plotResidualsPerLayer::plot(), TkAlMap.TkAlMap::plot_variable_distribution(), create_public_lumi_plots::PlotAllYears(), plotResidualsPerLayer::plotFromFile(), matplotRender.matplotRender::plotPeakPerday_Time(), create_public_peakpu_plots::PlotPeakPUAllYears(), matplotRender.matplotRender::plotPerdayX_Time(), plotResidualsPerLayer::plotResLayer(), matplotRender.matplotRender::plotSumX_Fill(), matplotRender.matplotRender::plotSumX_Run(), matplotRender.matplotRender::plotSumX_Time(), plotscripts::polynomials(), plotscripts.SawTeethFunction::pp(), cmsswPreprocessor.CmsswPreprocessor::prefetchOneXrootdFile(), MatrixInjector.MatrixInjector::prepare(), MatrixReader.MatrixReader::prepare(), ConfigBuilder.ConfigBuilder::prepare(), ConfigBuilder.ConfigBuilder::prepare_ALCAHARVEST(), ConfigBuilder.ConfigBuilder::prepare_DQM(), ConfigBuilder.ConfigBuilder::prepare_GEN(), ConfigBuilder.ConfigBuilder::prepare_HLT(), ConfigBuilder.ConfigBuilder::prepare_L1HwVal(), ConfigBuilder.ConfigBuilder::prepare_L1REPACK(), TkAlMap.TkAlMap::prepare_map_colors(), ConfigBuilder.ConfigBuilder::prepare_RAW2RECO(), ConfigBuilder.ConfigBuilder::prepare_RECOBEFMIX(), ConfigBuilder.ConfigBuilder::prepare_SKIM(), ConfigBuilder.ConfigBuilder::prepare_VALIDATION(), batchmanager.BatchManager::PrepareJob(), batchmanager.BatchManager::PrepareJobs(), cmsBatch.MyBatchManager::PrepareJobUser(), batchmanager.BatchManager::PrepareJobUser(), heppy_batch.MyBatchManager::PrepareJobUser(), cmsPerfClient::presentBenchmarkData(), PixelMapPlotter.HistogramManager::prettifyCanvas(), PDRates::PrimaryDatasets(), cmsRelvalreport::principal(), PFCheckHitPattern::print(), dataLoader.DataLoader::print_data(), harvestRelVal::print_def(), pkg.AbstractPkg::print_etags(), cmsPerfPublish::print_header(), DQMIO2histo.DQMIO::print_index(), edmConvertToStreamModule::print_lines(), Mpslibclass.jobdatabase::print_memdb(), mps_list_evts::print_merging_scheme(), tkal_create_file_lists::print_msg(), mps_list_evts::print_num_evts_per_dataset(), dirstructure.Directory::print_report(), conddb_version_mgr::print_table(), o2olib::print_table(), pkg.AbstractPkg::print_tags(), cmsBenchmarkReader::printBenchmarkData(), config::printComps(), lumiQueryAPI::printDeliveredLumi(), plotscripts::printDeltaTs(), GenObject.GenObject::printEvent(), dataset.BaseDataset::printFiles(), GenObject.GenObject::printGlobal(), ExtractAppInfoFromXML::printGrid(), createFEDtable::printHtmlTable(), dataset.BaseDataset::printInfo(), objects.IsoTrackAnalyzer::printInfo(), objects.PhotonAnalyzer.PhotonAnalyzer::printInfo(), dataset.Dataset::printInfo(), studyJets::printJetProperties(), RemoveAddSevLevel::PrintLevels(), TablePrint::PrintLine(), classes.PedeDumpData::printLog(), AlCaHLTBitMon_QueryRunRegistry::printLumi(), insertMaterial::printMaterials(), readConfig::printMe(), Mixing::printMe(), cmsCodeRulesChecker::printOut(), lumiQueryAPI::printOverviewData(), printPaths::printPath(), lumiQueryAPI::printPerLSLumi(), lumiQueryAPI::printRecordedLumi(), edmStreamStallGrapher::printStalledModulesInOrder(), genericValidation.ValidationWithPlotsSummaryBase::printsummaryitems(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::PrintTrackerMaps(), createFEDtable::printTwikiTable(), weight::printWeights(), ExtractAppInfoFromXML::printXMLtree(), bookConverter::priorities(), CMSTestAnalyzer.CMSTestAnalyzer::process(), Printer.Printer::process(), core.Analyzer.Analyzer::process(), core.TriggerMatchAnalyzer.TriggerMatchAnalyzer::process(), core.EventSelector.EventSelector::process(), core.ProvenanceAnalyzer.ProvenanceAnalyzer::process(), core.SkimAnalyzerCount.SkimAnalyzerCount::process(), analyzer.Analyzer::process(), objects.VertexAnalyzer.VertexAnalyzer::process(), python.rootplot.core.Options::process_configs(), cmsPerfSuiteHarvest::process_igprof_dir(), das-selected-lumis::process_lumi(), cmsPerfSuiteHarvest::process_memcheck_dir(), cmsHarvester::process_runs_use_and_ignore_lists(), cmsPerfSuiteHarvest::process_timesize_dir(), indexGenCompare::processBenchmark(), create_public_peakpu_plots::processdata(), VIDSelectorValidator.VIDSelectorValidator::processEvents(), VIDSelectorValidator.VIDSelectorValidator::processInputList(), sysUtil::processRunning(), RPCUnpackingModule::produce(), EcalTrigPrimProducer::produce(), L1TGlobalProducer::produce(), __class__< T >::produce(), NuclearInteractionEDProducer::produce(), dirstructure.Directory::prune(), Config.Process::prune(), edmIntegrityCheck.PublishToFileSystem::publish(), uploadConditions::pull_code_from_git(), MetAnalyzer::pv(), das::query(), edm::RandomNumberGenerator::RandomNumberGenerator(), PDRates::RateInPD(), uploadConditions::re_upload(), bookConverter::read_data(), Mpslibclass.jobdatabase::read_db(), harvestRelVal::read_ds_file(), CommonMethods::readBeamSpotFile(), valtools.webpage::readCaption(), valtools.webpage::readCaptions(), parserPerfsuiteMetadata.parserPerfsuiteMetadata::readCmsScimark(), Vispa.Plugins.ConfigEditor.ConfigEditorTabController.ConfigEditorTabController::readFile(), PhaseITreeProducer.ModuleLvlValuesReader::ReadHistograms(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::ReadHistograms(), InefficientDoubleROC.InefficientDeadROCs::ReadHistograms(), getHLTprescales::readIndex(), cmsPerfServer::readlog(), crabFunctions.CrabTask::readLogArch(), MatrixReader.MatrixReader::readMatrix(), GenerateHcalLaserBadRunList::ReadNewList(), lumiregperbunch::readroot(), CommonMethods::readSqliteFile(), core.AutoHandle.AutoHandle::ReallyLoad(), MultipleCompare::Rebin(), lumiPatch::recalibrateLumiForRun(), custom_jme_cff::ReclusterAK4CHSJets(), custom_jme_cff::ReclusterAK4GenJets(), dumpRecoGeometry_cfg::recoGeoLoad(), pfTools::reconfigurePF2PATTaus(), lumiQueryAPI::recordedLumiForRange(), lumiQueryAPI::recordedLumiForRun(), python.rootplot.rootinfo::recurse_thru_file(), utils_v2::recursive_search_online(), batchHippy.MyBatchManager::redirectProxy(), VarParsing.VarParsing::register(), alcaDQMUpload::registerFileAtLogServer(), cmsRelRegress::regressReports(), MatrixUtil::remove(), tools::remove_existing_object(), RecoTauValidation_cfi::RemoveComparisonPlotCommands(), TreeCrawler::removeRecursiveLoops(), BeamSpotWorkflow::removeUncompleteRuns(), ConfigBuilder.ConfigBuilder::renameHLTprocessInSequence(), ConfigBuilder.ConfigBuilder::renameInputTagsInSequence(), tools::replaceTemplate(), edmIntegrityCheck.IntegrityCheck::report(), util.rrapi.RRApi::report(), rrapi.RRApi::report(), python.rootplot.core::report_progress(), cmsPerfServer::request_benchmark(), cmsPerfClient::request_benchmark(), RandomServiceHelper.RandomNumberServiceHelper::resetSeeds(), cmsPerfRegress::rmtree(), querying.connection::rollback(), heppy_report::root2map(), python.rootplot.core::rootplot(), PopulateDB.PopulateDB::run(), cmsDriver::run(), WorkFlowRunner.WorkFlowRunner::run(), cmsswPreprocessor.CmsswPreprocessor::run(), L1GlobalTriggerGTL::run(), popcon2dropbox::run(), cmsPerfClient.Worker::run(), dqm_interfaces.DirWalkerDB::run(), utils.unpickler::run(), production_tasks.RunCMSBatch::run(), production_tasks.MonitorJobs::run(), checkBTagCalibrationConsistency::run_check_data(), tools::run_checked(), hippyaddtobaddatafiles::runcfg(), cmsPerfClient::runclient(), sysUtil::runCmmd(), l1t::GlobalBoard::runGTL(), validateAlignments.ValidationJob::runJob(), dataset.Dataset::runList(), heppy_loop::runLoopAsync(), batchmanager.BatchManager::RunningMode(), checkforupdate.checkforupdate::runningVersion(), cmsCodeRulesChecker::runRules(), runTheMatrix::runSelected(), cmsPerfServer::runserv(), DiscoverProcessedRuns.DiscoverProcessedRuns::runsList(), MatrixRunner.MatrixRunner::runTests(), addOnTests.StandardTester::runTests(), VIDSelectorValidator.VIDSelectorValidator::runValidation(), uploadConditions::runWizard(), TkAlMap.TkAlMap::save(), interactivePythonTest::save_history(), root2sqlite::save_keyvalue(), compareHistograms::save_paths(), histoStyle::savePlots(), GenObject.GenObject::saveTupleAs(), TreeCrawler.mymf::scan_opcodes_25(), cmsPerfPublish::scanReportArea(), dbs_discovery::search(), dataformats::search(), utils_v2::search_on_disk(), duplicateReflexLibrarySearch::searchClassDefXml(), duplicateReflexLibrarySearch::searchDuplicatePlugins(), cmsPerfSuiteHarvest::searchIgProfFiles(), cmsswFiletrace::searchinpath(), cmsswConfigtrace::searchinpath(), cmsPerfSuiteHarvest::searchMemcheckFiles(), runregparse::searchrun(), cmsPerfSuiteHarvest::searchTimeSizeFiles(), MatrixUtil::selectedLS(), BeamSpotWorkflow::selectFilesToProcess(), url_query.url_query::send(), uploads.uploader::send_metadata(), LaunchOnCondor::SendCluster_Push(), LaunchOnCondor::SendCluster_Submit(), LaunchOnCondor::SendCMSMergeJob(), CommonMethods::sendEmail(), query::sendMessage(), cmsswConfigtrace::serve_main(), AlCaHLTBitMon_QueryRunRegistry::serverQuery(), TkAlMap.TkAlMap::set_colorbar_axis(), TkAlMap.TkAlMap::set_colorbar_colors(), TkAlMap.TkAlMap::set_var(), RecoTauValidation_cfi::SetBaseDirectory(), VarParsing.VarParsing::setDefault(), GenObject.GenObject::setEquivExpression(), L1GlobalTriggerRecord::setGtPrescaleFactorIndexAlgo(), VarParsing.VarParsing::setNoCommaSplit(), VarParsing.VarParsing::setNoDefaultClear(), optutl::CommandLineParser::setPrintOptoins(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::setProcess(), edm::pathStatusExpression::BinaryOperator< T >::setRight(), VarParsing.VarParsing::setType(), GeneralSetup::setup(), mps_alisetup.SetupAlignment::setup(), DTCalibrationWorker.DTCalibrationWorker::setup_crab_env(), jetTools::setupBTagging(), cmsswFiletrace::setupenv(), cmsswConfigtrace::setupenv(), cmsRelvalreportInput::setupProgramParameters(), VarParsing.VarParsing::setupTags(), TtFullLeptonicEvent::setWrongCharge(), RecoTauValidation_cfi::SetYmodulesToLog(), storeTreeInfo.TreeAnalyzer::show(), MatrixReader.MatrixReader::show(), conddb_version_mgr.conddb_tool::show_tag_boost_version(), Formatter.SimpleAsciiFormatter::showLine(), MatrixReader.MatrixReader::showRaw(), MatrixReader.MatrixReader::showWorkFlows(), dumpSimGeometry_cfg::simGeoLoad(), cmsIgProf_Analysis::simple_igprof_analysis(), TtSemiLeptonicEvent::singleNeutrino(), muonisolation::Cuts::size(), MSLayersAtAngle::size(), sistrip::FEDDAQTrailer::slinkCRCError(), CommonMethods::sortAndCleanBeamList(), ValidationUtils::SpawnPSet(), specificLumi::specificlumiTofile(), cmsCodeRulesChecker::splitPaths(), sqr(), python.rootplot.utilities.HistStack::stackmax(), cmsPerfPublish::stageIgProfReports(), logger.logger::stageIn(), logger.logger::stageOut(), geometryXMLtoCSV.ContentHandler::startElement(), alcaDQMUpload::startUpload(), crabFunctions.CrabController::status(), tools::stdinWait(), cmsPerfPublish::step_cmp(), runTheMatrix::stepOrIndex(), lumiTime.lumiTime::StrToDatetime(), valtools.comparison::submit(), MatrixInjector.MatrixInjector::submit(), batchmanager.BatchManager::SubmitJob(), batchmanager.BatchManager::SubmitJobArray(), batchHippy.MyBatchManager::submitJobs(), batchmanager.BatchManager::SubmitJobs(), RPCLinkSynchroStat::SynchroCounts::sum(), genvalidTools::switchGenSource(), tauTools::switchToCaloTau(), pfTools::switchToPFJets(), pfTools::switchToPFMET(), cmsPerfPublish::syncToRemoteLoc(), cmsPerfPublish::syscp(), conddb_migrate::tags_in_gts(), edmIntegrityCheck.IntegrityCheck::test(), tier0::test(), data_formats_tests.data_formats_tests::test_dicts_to_orm_objects(), utils::test_env(), edmIntegrityCheck.IntegrityCheck::testFileTimeOut(), valtools::testFileType(), usedOutput.TestPrintPath::testGetModules(), ROOTData::tfile_cd(), FBaseSimEvent::theTable(), ThrowAndSetRandomRun::throwAndSetRandomRun(), lumiregperbunch::timeof(), CommonMethods::timeoutManager(), TkOnlyDigi_cff::TkOnlyDigi(), lumiReport::toCSVLumiByLSXing(), dumpFill::tofiles(), CommonUtil::tolegalJSON(), HiCoreTools.RestrictInputToAOD::toolCode(), coreTools.RunOnData::toolCode(), HiCoreTools.RemoveMCMatching::toolCode(), coreTools.RemoveMCMatching::toolCode(), trigTools.SwitchOnTrigger::toolCode(), HiCoreTools.RemoveSpecificPATObjects::toolCode(), trigTools.SwitchOnTriggerStandAlone::toolCode(), tauTools.AddTauCollection::toolCode(), HiCoreTools.RemoveCleaning::toolCode(), trigTools.SwitchOnTriggerMatching::toolCode(), HiCoreTools.AddCleaning::toolCode(), trigTools.SwitchOnTriggerMatchingStandAlone::toolCode(), trigTools.SwitchOnTriggerMatchEmbedding::toolCode(), TopGenEvent::topBar(), lumiReport::toScreenConfHlt(), lumiReport::toScreenLSBeam(), lumiReport::toScreenLSEffective(), lumiReport::toScreenLSHlt(), lumiReport::toScreenLSTrg(), lumiReport::toScreenLumiByLS(), lumiReport::toScreenNormDetail(), lumiReport::toScreenNormSummary(), lumiReport::toScreenOverview(), lumiReport::toScreenSingleTag(), lumiReport::toScreenTags(), lumiReport::toScreenTotDelivered(), lumiReport::toScreenTotEffective(), cmsswConfigtrace::trace_python(), PixelMapPlotter::TranslatePartString(), PixelMapPlotter::TranslateReasonStringBPix(), PixelMapPlotter::TranslateReasonStringFPix(), utils::tree(), python.rootplot.tree2hists::tree2hists_main(), root2sqlite::treetotable(), plot_hgcal_utils::TwikiPrintout(), cmsPerfRegress::ungzip(), RefreshWebPage::unpackRelease(), crabFunctions.CrabTask::updateJobStats(), customizePuppiTune_cff::UpdatePuppiTuneV15(), popcon2dropbox::upload(), compareDQMOutput::upload(), addOnTests.StandardTester::upload(), MatrixInjector.MatrixInjector::upload(), uploadConditions::upload(), compareDQMOutput::upload_to_gui(), MatrixInjector.MatrixInjector::uploadConf(), CommonMethods::uploadSqliteFile(), buildHistoTypes::usage(), PrescaleChecker::usage(), EcalCondDB::usage(), loadConditions::usage(), timingPdfMaker::usage(), dqmd_manager::usage(), cmsBenchmark::usage(), genvalidTools::useExternalWeight(), pfTools::usePF2PAT(), pfClusteringCustoms::usePFWithMethodOne(), pfClusteringCustoms::usePFWithMethodOnePointFive(), Vispa.Views.PropertyView.PropertyView::valueChanged(), Averages_3Invpb::vbtfRatioAverage(), Averages_36Invpb::vbtfRatioAverage(), Averages_3Invpb::vbtfRatioCheck(), Averages_36Invpb::vbtfRatioCheck(), Averages_3Invpb::vbtfXSectionAverage(), Averages_36Invpb::vbtfXSectionAverage(), Averages_3Invpb::vbtfXSectionCheck(), Averages_36Invpb::vbtfXSectionCheck(), dumpSimGeometry_cfg::versionCheck(), dumpRecoGeometry_cfg::versionCheck(), cmsPerfHarvest::visit(), cmsPerfHarvest::visit_timesize_steps(), Reco.Reco::visualizationProcessing(), dqm_interfaces.DirWalkerFile::walk(), compare_using_files_v2.RootFileComparison::walk_through(), python::warn(), GenObject::warn(), pfTools::warningIsolation(), lumiPatch::WBMdeadtimeBeamActiveForRun(), utils::wget(), TtFullHadronicEvent::wMinus(), wordWrappers::wrap_onspace_strict(), Formatter.SimpleAsciiFormatter::write(), electronCompare.flushfile::write(), electronStore.flushfile::write(), uploads.output::write(), TriggerAnalyzer::write(), python.rootplot.core::write_config(), python.rootplot.tree2hists::write_default_T2H_config(), mps_fire::write_HTCondor_submit_file_pede(), DOTExport.DotExport::write_output(), uploads.uploader::write_server_side_log(), DQMIO2histo.DQMIO::write_to_file(), cmssw_exportdb_xml::write_xml(), valtools.website::writeAccess(), Formatter.SimpleAsciiFormatter::writeB(), Formatter.SimpleAsciiFormatter::writeBr(), edm::ParameterDescriptionNode::writeCfi(), cmsRelvalreportInput::writeCommands(), cmsRelvalreportInput::writeCommandsToReport(), plotscripts::writeDQMReport(), Formatter.SimpleAsciiFormatter::writeH1(), Formatter.SimpleAsciiFormatter::writeH2(), Formatter.SimpleAsciiFormatter::writeH3(), cmsswFiletrace::writeoutput(), cmsswConfigtrace::writeoutput(), presentation::writePageReg(), cmsRelvalreportInput::writeReportFileHeader(), Formatter.SimpleAsciiFormatter::writeRow(), CommonMethods::writeSqliteFile(), lumiQueryAPI::xingLuminosityForRun(), hitfit::Base_Constrainer::~Base_Constrainer(), hitfit::Chisq_Constrainer::~Chisq_Constrainer(), lumi::LumiSectionData::~LumiSectionData(), RecoTauCleanerImpl< Prod >::~RecoTauCleanerImpl(), and RPCRawDataCounts::~RPCRawDataCounts().
S& edm::print | ( | S & | os, |
JobReport::OutputFile const & | f | ||
) |
Definition at line 77 of file JobReport.cc.
References edm::JobReport::OutputFile::branchHash, edm::JobReport::OutputFile::dataType, common_cff::doc, formatFile(), edm::JobReport::OutputFile::numEventsWritten, and edm::JobReport::OutputFile::outputModuleClassName.
S& edm::print | ( | S & | os, |
JobReport::RunReport const & | rep | ||
) |
Definition at line 88 of file JobReport.cc.
References edm::JobReport::RunReport::lumiSectionsToNEvents, SiStripPI::max, and edm::JobReport::RunReport::runNumber.
void edm::print_eventsetup_record_dependencies | ( | std::ostream & | oStream, |
std::string const & | iIndent = std::string() |
||
) |
Definition at line 79 of file print_eventsetup_record_dependencies.h.
References edm::rec_dep::inherits_from_DependentRecordTag(), and dataset::name.
Referenced by print_eventsetup_record_dependencies(), and print_eventsetup_record_dependencies_recursive().
void edm::print_eventsetup_record_dependencies | ( | std::ostream & | , |
std::string | , | ||
T const * | , | ||
T const * | |||
) |
Definition at line 42 of file print_eventsetup_record_dependencies.h.
void edm::print_eventsetup_record_dependencies | ( | std::ostream & | oStream, |
std::string | iIndent, | ||
TFirst const * | , | ||
TEnd const * | iEnd | ||
) |
Definition at line 45 of file print_eventsetup_record_dependencies.h.
References GetRecoTauVFromDQM_MC_cff::next, and print_eventsetup_record_dependencies().
void edm::print_eventsetup_record_dependencies_recursive | ( | std::ostream & | oStream, |
std::string const & | iIndent, | ||
boost::mpl::true_ | |||
) |
Definition at line 63 of file print_eventsetup_record_dependencies.h.
References begin, end, and print_eventsetup_record_dependencies().
void edm::print_eventsetup_record_dependencies_recursive | ( | std::ostream & | , |
std::string const & | , | ||
boost::mpl::false_ | |||
) |
Definition at line 74 of file print_eventsetup_record_dependencies.h.
void edm::printBranchNames | ( | TTree * | tree | ) |
Definition at line 72 of file CollUtil.cc.
References gather_cfg::cout, mps_fire::i, 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 cms::Exception::explainSelf(), 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 cms::Exception::explainSelf(), 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 237 of file CollUtil.cc.
References edm::poolNames::fileFormatVersionBranchName(), edm::FileFormatVersion::hasIndexIntoFile(), edm::poolNames::metaDataTreeName(), postIndexIntoFilePrintEventLists(), and preIndexIntoFilePrintEventLists().
void edm::printEventsInLumis | ( | TFile * | tfl | ) |
Definition at line 357 of file CollUtil.cc.
References 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 fftjetcommon_cfi::Class, crabWrapper::key, and hgcalPlots::obj.
void edm::printUuids | ( | TTree * | uuidTree | ) |
Definition at line 106 of file CollUtil.cc.
References gather_cfg::cout, edm::FileID::fid(), and edm::poolNames::fileIdentifierBranchName().
BranchID edm::productIDToBranchID | ( | ProductID const & | pid, |
BranchIDLists const & | lists, | ||
BranchListIndexes const & | indexes | ||
) |
Definition at line 12 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< TypeWithDict > & | baseTypes | ||
) |
Definition at line 319 of file DictionaryTools.cc.
References runEdmFileComparison::base, checkDictionary(), edm::BaseWithDict::isPublic(), edm::TypeWithDict::name(), search_all(), edm::TypeIDBase::typeInfo(), edm::TypeWithDict::typeInfo(), and edm::BaseWithDict::typeOf().
Referenced by edm::ProductRegistry::checkDictionariesOfConsumedTypes(), edm::ProductRegistry::initializeLookupTables(), and edm::ProductResolverIndexHelper::insert().
void edm::pythonToCppException | ( | const std::string & | iType, |
const std::string & | error | ||
) |
Definition at line 6 of file PyBind11Wrapper.cc.
References Exception.
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, 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 PyBind11ProcessDesc::parameterSet(), cmspython3::PyBind11ProcessDesc::parameterSet(), and edm::cmspybind11::readConfig().
Referenced by XMLConfigReader::setEventsFile().
std::unique_ptr< edm::ParameterSet > edm::readConfig | ( | std::string const & | config | ) |
Definition at line 15 of file ParameterSetReader.cc.
References PyBind11ProcessDesc::parameterSet(), cmspython3::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::python3::initializePyBind11Module(), edm::python::initializePyBind11Module(), makePSetsFromFile(), makePSetsFromString(), resolutioncreator_cfi::object, Python11ParameterSet::pset(), cmspython3::Python11ParameterSet::pset(), cmspython3::pythonToCppException(), pythonToCppException(), and edm::cmspybind11::readPSetsFrom().
Referenced by main(), MakeVersionedSelector< reco::Muon >::operator()(), 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()(), reco::operator<<(), ParticleLevelProducer::produce(), pat::PATTauSlimmer::produce(), pat::PATSecondaryVertexSlimmer::produce(), IsolatedTrackCleaner::produce(), pat::PackedPFCandidateRefMixer::produce(), GEDPhotonCoreProducer::produce(), pat::PATGenJetSlimmer::produce(), pat::PATMuonSlimmer::produce(), pat::PATJetSlimmer::produce(), TauGenJetProducer::produce(), JetSubstructurePacker::produce(), PFTauPrimaryVertexProducerBase::produce(), PFEGammaToCandidate::run(), and PFTauPrimaryVertexProducerBase::~PFTauPrimaryVertexProducerBase().
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, and patRefSel_triggerMatching_cfi::matches.
Referenced by triggerExpression::PathReader::init(), HLTHighLevel::init(), ZCounting::initHLT(), edm::EventSelector::initPathNames(), dqmservices::DQMStreamerReader::matchTriggerSel(), hltdqm::passTrig(), regexMatch(), 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(), regexMatch(), and fetchall_from_DQM_v2::regexp.
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(), and typeDemangle().
void edm::resolveSymbolicLinks | ( | std::string & | fullPath | ) |
Definition at line 50 of file resolveSymbolicLinks.cc.
References runEdmFileComparison::found.
|
static |
|
static |
|
inline |
Definition at line 36 of file Algorithms.h.
References edmIntegrityCheck::d, and spr::find().
Referenced by edm::eventsetup::EventSetupRecordProvider::add(), edm::WorkerManager::addToAllWorkers(), edm::service::ThreadSafeLogMessageLoggerScribe::configure_statistics(), edm::service::MessageLoggerScribe::configure_statistics(), edm::StreamSchedule::fillWorkers(), edm::service::TriggerNamesService::getTrigPaths(), edm::Schedule::limitOutput(), edm::MainParameterSet::MainParameterSet(), public_base_classes(), and DQMRootSource::skipIt().
|
inline |
U edm::second | ( | std::pair< T, U > const & | p | ) |
Definition at line 215 of file ParameterSet.cc.
Referenced by FilterOR::accept(), HGCDigitizer::accumulate(), CaloTruthAccumulator::accumulateEvent(), TkTrackingRegionsMargin< float >::add(), pos::PixelConfigFile::addAlias(), FWTrackHitsDetailView::addModules(), FWConvTrackHitsDetailView::addModules(), PrintGeomSummary::addName(), ProtonTransport::addPartToHepMC(), Hector::addPartToHepMC(), TrackingRecHitProduct::addRecHit(), SurveyInputTrackerFromDB::addSurveyInfo(), SurveyMisalignmentInput::addSurveyInfo(), gen::EvtGenInterface::addToHepMC(), EcalPreshowerGeometry::alignmentTransformIndexLocal(), PFCandConnector::analyseNuclearWPrim(), PFCandConnector::analyseNuclearWSec(), SiStripDetVOffHandler::analyze(), SiStripThresholdBuilder::analyze(), EcalDQMonitorTask::analyze(), L1TGlobalSummary::analyze(), RPCGeometryServTest::analyze(), DTPreCalibrationTask::analyze(), DTNoiseCalibration::analyze(), BxTiming::analyze(), HcalQIEDataCheck::analyze(), HcalPedestalWidthsCheck::analyze(), HcalHBHEMuonSimAnalyzer::analyze(), HeavyFlavorValidation::analyze(), DTNoiseTask::analyze(), TopMonitor::analyze(), L1TRPCTPG::analyze(), l1t::GtRecordDump::analyze(), HLTScalers::analyze(), HcalHBHEMuonAnalyzer::analyze(), DTDigiTask::analyze(), HLTExoticaSubAnalysis::analyze(), EcalSelectiveReadoutValidation::analyzeEB(), EcalSelectiveReadoutValidation::analyzeEE(), L1GtAnalyzer::analyzeL1GtUtilsCore(), SiStripBadAPVAlgorithmFromClusterOccupancy::AnalyzeOccupancy(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::AnalyzeOccupancy(), HGCalTBAnalyzer::analyzeRecHits(), HGCalTimingAnalyzer::analyzeSimHits(), HGCalTBAnalyzer::analyzeSimHits(), SurveyDataConverter::applyFineSurveyInfo(), TrackerHitAssociator::associateHit(), L1GtTriggerMenuTester::associateL1SeedsHltPath(), VertexAssociatorByPositionAndTracks::associateRecoToSim(), VertexAssociatorByPositionAndTracks::associateSimToReco(), Tracker_OldtoNewConverter::beginJob(), GctFormatTranslateV35::blockToRctEmCand(), GctFormatTranslateV38::blockToRctEmCand(), GctFormatTranslateMCLegacy::blockToRctEmCand(), SiStripGainFromCalibTree::bookDQMHistos(), QIE11Task::bookHistograms(), SimHitsValidationHcal::bookHistograms(), BxTiming::bookHistograms(), HLTSeedL1LogicScalers::bookHistograms(), SiStripGainsPCLWorker::bookHistograms(), CSCGeometryParsFromDD::build(), ME0PadDigiClusterProducer::buildClusters(), GEMPadDigiClusterProducer::buildClusters(), 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(), AlignmentTwoBodyDecayTrackSelector::checkMETMass(), OniaPhotonConversionProducer::checkTkVtxCompatibility(), IsoTrig::chgIsolation(), SiStripAPVRestorer::cleaner_LocalMinimumAdder(), SiStripAPVRestorer::cleaner_MonotonyChecker(), PFMuonAlgo::cleanPunchThroughAndFakes(), TrackCleaner::cleanTracks(), PixelTrackCleanerBySharedHits::cleanTracks(), SimTrackManager::cleanTracksWithHistory(), EcalClusterToolsT< noZS >::cluster2ndMoments(), SimplePlan1RechitCombiner::combine(), AlignableObjectId::commonGeometry(), 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(), DDAHcalModuleAlgo::constructLayers(), DDHGCalModule::constructLayers(), DDHGCalTBModule::constructLayers(), DDHGCalModuleAlgo::constructLayers(), DDHGCalTBModuleX::constructLayers(), DDHGCalEEAlgo::constructLayers(), DDHGCalHEAlgo::constructLayers(), DDHCalBarrelAlgo::constructMidLayer(), DDHCalEndcapModuleAlgo::constructScintLayer(), DDHCalEndcapAlgo::constructScintLayer(), DDHCalBarrelAlgo::constructSideLayer(), SiPixelStatusHarvester::constructTag(), CaloTowersCreationAlgo::convert(), GctFormatTranslateV35::convertBlock(), GctFormatTranslateMCLegacy::convertBlock(), GctFormatTranslateV38::convertBlock(), popcon::PopConSourceHandler< CastorPedestals >::convertFromOld(), FFTJetCorrectorSequence< Jet, InitialConverter, FinalConverter >::correct(), TauJetCorrector::correction(), JetPartonCorrector::correction(), LatencyHistosUsingDb::create(), PFCand_AssoMapAlgos::createMappings(), PF_PU_AssoMapAlgos::createMappings(), HFSimpleTimeCheck::determineAnodeStatus(), PFRecoTauDiscriminationByInvMass::discriminate(), SurveyPxbDicer::doDice(), CSCGEMMotherboard::doesWiregroupCrossStrip(), VectorDoublet< Vector3D, Vector3D >::dot(), drawMap(), DTSC::DTSectCollsort2(), MuScleFit::duringFastLoop(), ZeeCalibration::duringLoop(), EcalClusterToolsT< noZS >::e2nd(), EcalDQMonitorTask::EcalDQMonitorTask(), EcalMonitorPrescaler::EcalMonitorPrescaler(), EcalClusterToolsT< noZS >::eMax(), edm::service::ELoutput::emitToken(), iterator_pair_as_a_range< I >::end(), TowerBlockFormatter::EndEvent(), DTT0Calibration::endJob(), IsoTrig::endJob(), AlcaBeamMonitor::endLuminosityBlock(), AlcaBeamMonitorClient::endRun(), SiPixelStatusHarvester::endRunProduce(), 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< T, typename std::enable_if< std::is_pointer< T >::value >::type >::equal_(), cond::serialization::access< T[N]>::equal_(), DDHGCalWafer8::execute(), DDHGCalCell::execute(), DDTIDModulePosAlgo::execute(), DDHCalTBZposAlgo::execute(), DDTOBAxCableAlgo::execute(), DDTOBRadCableAlgo::execute(), DDTOBRodAlgo::execute(), DDTrackerLinear::execute(), DDTrackerZPosAlgo::execute(), DDTrackerXYZPosAlgo::execute(), DDTIBLayerAlgo_MTCC::execute(), DDTIBRadCableAlgo_MTCC::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDPixFwdDiskAlgo::execute(), DDPixPhase1FwdDiskAlgo::execute(), DDTrackerLinearXY::execute(), DDPixBarLayerAlgo::execute(), DDHCalTBCableAlgo::execute(), DDTIBLayerAlgo::execute(), DDHCalForwardAlgo::execute(), DDBHMAngular::execute(), DDTECCoolAlgo::execute(), DDTECOptoHybAlgo::execute(), DDTIDModuleAlgo::execute(), DDTIDRingAlgo::execute(), DDTrackerAngular::execute(), DDTrackerPhiAlgo::execute(), DDTrackerPhiAltAlgo::execute(), DDTIDAxialCableAlgo::execute(), DDTECAxialCableAlgo::execute(), DDTrackerAngularV1::execute(), DDTECModuleAlgo::execute(), DDHCalFibreBundle::execute(), DDTECPhiAlgo::execute(), DDHCalLinearXY::execute(), DDTECPhiAltAlgo::execute(), DDTrackerRingAlgo::execute(), DDPixFwdBlades::execute(), CommissioningHistograms::extractHistograms(), TrackTimeValueMapProducer::extractTrackVertexTime(), BPHWriteSpecificDecay::fill(), SingleTopTChannelLepton_miniAOD::MonitorEnsemble::fill(), TopSingleLepton_miniAOD::MonitorEnsemble::fill(), TopSingleLepton::MonitorEnsemble::fill(), OutInConversionSeedFinder::fillClusterSeeds(), GenParticleProducer::fillDaughters(), PixelTripletLargeTipGenerator::fillDescriptions(), DTLocalTriggerTest::fillGlobalSummary(), edm::RootFile::fillIndexIntoFile(), EcalEBTrigPrimTestAlgo::fillMap(), EcalTrigPrimFunctionalAlgo::fillMap(), SiStripCMMonitorPlugin::fillMaps(), SiStripNoisesDQM::fillMEsForLayer(), SiStripBackPlaneCorrectionDQM::fillMEsForLayer(), SiStripLorentzAngleDQM::fillMEsForLayer(), SiStripPedestalsDQM::fillMEsForLayer(), SiStripThresholdDQM::fillMEsForLayer(), SiStripApvGainsDQM::fillMEsForLayer(), SiStripQualityDQM::fillMEsForLayer(), SiPixelUtility::fillPaveText(), RunDCSHVDat::fillTheMapByTime(), GEMTrackMatch::FillWithTrigger(), ProbeTreeProducer::filter(), CSCDigiValidator::filter(), JetHTJetPlusHOFilter::filter(), SinglePhotonJetPlusHOFilter::filter(), Hector::filterD1(), Hector::filterFP420(), Hector::filterZDC(), EcalTBCrystalMap::findCrystalAngles(), SymmetryFit::findUsableMinMax(), CosmicMuonSmoother::fit(), KFTrajectoryFitter::fitOne(), JetCoreClusterSplitter::fittingSplit(), alpgen::fixEventHiggsTTbar(), alpgen::fixEventSingleTop(), alpgen::fixEventTTbar(), for_each_token(), NuclearTester::fwdEstimate(), SiStripGainsPCLHarvester::gainQualityMonitor(), edm::RangeMap< det_id_type, edm::OwnVector< B > >::get(), DTTPGParameters::get(), DTLVStatus::get(), edm::helper::IndexRangeAssociation::get(), DTHVStatus::get(), DTRangeT0::get(), DTTtrig::get(), DTDeadFlag::get(), DTPerformance::get(), DTStatusFlag::get(), DTMtime::get(), GctFormatTranslateBase::getBlockDescription(), CalibrationInterface< CategoryT, CalibDataT >::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(), EcalElectronicsMapping::getLMNumber(), 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(), fastTrackingUtilities::getRecHitCombinationIndex(), OMTFConfiguration::getRegionNumberFromMap(), HcalDDDRecConstants::getRZ(), LMFCorrCoefDat::getSeqID(), LMFCorrCoefDat::getSequence(), PileUpSubtractor::getSigmaAtTower(), RPCSeedPattern::getSpecialAlgorithmErrorMatrix(), SiStripBaseCondObjDQM::getSummaryMEs(), HcalDDDRecConstants::getThickActive(), ZIterativeAlgorithmWithFit::getWeight(), hgcal::ClusterTools::getWidths(), SimTrackManager::giveMotherNeeded(), HcalPiecewiseLinearFunctor::HcalPiecewiseLinearFunctor(), HcalTopology::HcalTopology(), HFPreRecHit::HFPreRecHit(), PixelTripletLargeTipGenerator::hitTriplets(), HLTEgammaEtFilterPairs::hltFilter(), HLTJetSortedVBFFilter< T >::hltFilter(), SimTrackManager::idSavedTrack(), L1MuGMTLUT::Init(), init_filter(), MultiHitGeneratorFromChi2::initES(), HcalLayerDepthMap::initialize(), HcalDDDRecConstants::initialize(), L1GtUtils::LogicalExpressionL1Results::initialize(), edm::ParentageRegistry::insertMapped(), TRange< int >::inside(), egammaisolation::EgammaRange< float >::inside(), muonisolation::Range< float >::inside(), PixelRecoRange< float >::inside(), EcalTB07DaqFormatter::interpretRawData(), EcalTBDaqFormatter::interpretRawData(), APVCyclePhaseProducerFromL1TS::isBadRun(), TtGenEvent::isFullLeptonic(), GEMSegmentAlgorithm::isGoodToMerge(), AntiElectronIDCut2::isInEcalCrack(), RPCFw::isMajor(), CSCGEMMotherboard::isPadInOverlap(), 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(), pos::PixelConfigFile::makeKey(), HGCalDDDConstants::maskCell(), match(), CSCGEMMotherboard::matchingPads(), JetPartonMatching::matchingPtOrderedMinDist(), TRange< int >::max(), muonisolation::Range< float >::max(), egammaisolation::EgammaRange< float >::max(), PixelRecoRange< float >::max(), TRange< int >::mean(), egammaisolation::EgammaRange< float >::mean(), muonisolation::Range< float >::mean(), PixelRecoRange< float >::mean(), lhef::LHEReader::next(), Quantile::next(), ReflectedIterator::offsetCorrectJets(), MultipleAlgoIterator::offsetCorrectJets(), PileUpSubtractor::offsetCorrectJets(), DDValuePair::operator const double &(), DDValuePair::operator double &(), PhysicsTools::AtomicId::operator!=(), CastorDbASCIIIO::DetIdLess::operator()(), reco::tau::RecoTauDiscriminantFromDiscriminator::operator()(), CheckHitPattern::operator()(), reco::tau::RecoTauPiZeroStripPlugin::operator()(), reco::tau::RecoTauPiZeroStripPlugin2::operator()(), reco::tau::RecoTauPiZeroStripPlugin3::operator()(), PhysicsTools::AtomicId::operator<(), operator<<(), PhysicsTools::AtomicId::operator<=(), PhysicsTools::AtomicId::operator==(), PhysicsTools::AtomicId::operator>(), PhysicsTools::AtomicId::operator>=(), ClusterClusterMapping::overlap(), CovarianceParameterization::pack(), l1t::Parameter::Parameter(), reco::modules::TrackerTrackHitFilter::parseStoN(), PartitionGenerator::partitions(), L1MuDTAssignmentUnit::PhiAU(), L1MuBMAssignmentUnit::PhiAU(), PhiBorderFinder::PhiBorderFinder(), HiggsValidation::MonitoredDecays::position(), SiStripRegionCabling::position(), DDHGCalHEAlgo::positionMix(), DDAHcalModuleAlgo::positionSensitive(), DDHGCalTBModule::positionSensitive(), DDHGCalTBModuleX::positionSensitive(), DDHGCalEEAlgo::positionSensitive(), DDHGCalHEAlgo::positionSensitive(), BPHMonitor::Prescale(), Quantile::prev(), TtFullLeptonicEvent::print(), TrackerHitAssociator::printDetBnchEvtTrk(), edm::PluginDescription< T >::printNestedContent_(), PixelTemplateSmearerBase::process(), hcalCalib::Process(), PFAlgo::processBlock(), cscdqm::EventProcessor::processCSC(), DDLSpecPar::processElement(), DDLNumeric::processElement(), GEDGsfElectronProducer::produce(), TTTrackAssociator< T >::produce(), CandOneToManyDeltaRMatcher::produce(), TtFullLepKinSolutionProducer::produce(), PFConversionProducer::produce(), HcalRawToDigi::produce(), DTFakeT0ESProducer::produce(), PFTrackProducer::produce(), L1ExtraParticleMapProd::produce(), RunManagerMTWorker::produce(), PF_PU_FirstVertexTracks::produce(), HLTScoutingMuonProducer::produce(), PFCand_NoPU_WithAM::produce(), HFPreReconstructor::produce(), JetPlusTrackProducerAA::produce(), PixelJetPuId::produce(), RunManager::produce(), BoostedDoubleSVProducer::produce(), BTagProbabilityToDiscriminator::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), NuclearTrackCorrector::produce(), emtf::Forest::rankVariables(), RBorderFinder::RBorderFinder(), RunSummaryRead::readData(), L1TriggerScalerRead::readData(), SiStripDetVOffBuilder::readLastValueFromFile(), FedRawDataInputSource::readWorker(), GroupedDAFHitCollector::recHits(), CSCEfficiency::recHitSegment_Efficiencies(), CSCEfficiency::recSimHitEfficiency(), SiStripDetVOffBuilder::reduce(), SiStripDetVOffBuilder::reduction(), CandidateSeededTrackingRegionsProducer::regions(), PointSeededTrackingRegionsProducer::regions(), jsoncollector::FastMonitor::registerGlobalMonitorable(), pftools::CaloWindow::relativePosition(), DDI::rep_type< DDName, std::unique_ptr< DDI::Material > >::rep(), L1GtUtils::LogicalExpressionL1Results::reset(), l1t::L1TGlobalUtil::resetDecisionVectors(), L1TOccupancyClientHistogramService::resetHisto(), l1t::L1TGlobalUtil::resetPrescaleVectors(), l1t::L1TGlobalUtil::retrieveL1Event(), l1t::L1TGlobalUtil::retrieveL1Setup(), EmbeddingHepMCFilter::DecayChannel::reverse(), TkTrackingRegionsMargin< float >::right(), EcalClusterToolsT< noZS >::roundnessBarrelSuperClusters(), EcalClusterToolsT< noZS >::roundnessBarrelSuperClustersUserExtended(), reco::modules::TrackerTrackHitFilter::Rule::Rule(), PixelCPEClusterRepair::Rule::Rule(), L1MuGMTSorter::run(), DTTSS::run(), EcalEBTrigPrimTestAlgo::run(), DTTSM::run(), DTSC::run(), MillePedeAlignmentAlgorithm::run(), EcalTrigPrimFunctionalAlgo::run_part2(), DTLocalTriggerLutTest::runClientDiagnostic(), DTTriggerEfficiencyTest::runClientDiagnostic(), math::Graph< N, E >::value_type::secondToValue(), SortCollectionSelector< InputCollection, Comparator, OutputCollection, StoreContainer, RefAdder >::select(), FWTableView::selectCollection(), MuScleFit::selectMuons(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::selectPriVtxCompatibleWithTrack(), DTLVStatus::set(), DTTPGParameters::set(), DTRangeT0::set(), DTHVStatus::set(), DTTtrig::set(), DTPerformance::set(), DTStatusFlag::set(), DTDeadFlag::set(), DTMtime::set(), PFElectronAlgo::SetActive(), pixeltemp::Cluster1DMerger< reco::Track >::setBeamSpot(), EGExtraInfoModifierFromValueMaps< MapType, OutputType >::setEvent(), EGFull5x5ShowerShapeModifierFromValueMaps::setEventContent(), EcalDeadCellTriggerPrimitiveFilter::setEvtRecHitstatus(), FWEventItemsManager::setFrom(), TauJetCorrector::setParameters(), JetPartonCorrector::setParameters(), DDLSolid::setReference(), L1Analysis::L1AnalysisCSCTF::SetTracks(), ShallowTree::ShallowTree(), ConvBremSeedProducer::sharedHits(), SiStripGainESProducerTemplate< TDependentRecord, TInputRecord >::SiStripGainNormalizationFunction(), muonisolation::Range< float >::sort(), egammaisolation::EgammaRange< float >::sort(), PixelRecoRange< float >::sort(), TRange< int >::sort(), edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double >::sort(), PF_PU_AssoMapAlgos::SortAssociationMap(), PFCand_AssoMapAlgos::SortPFCandAssociationMap(), DTTSM::sortTSM2(), DTTSS::sortTSS2(), DAClusterizerInZ::split(), DAClusterizerInZ_vect::split(), DAClusterizerInZT_vect::split(), CombinationGenerator< T >::splitInTwoCollections(), PropagateToMuon::startingState(), L1MuGMTLUT::PortDecoder::str(), StringBasedNTupler::StringBasedNTupler(), RPCDigiL1Link::strip(), StripCPE::StripCPE(), MagGeoBuilderFromDDD::summary(), PixelRecoRange< float >::swap(), CompositeLogicalTrajectoryFilter::TBC(), TwoBodyDecayTrajectoryFactory::trajectories(), L3MuonTrajectoryBuilder::trajectories(), GsfTrajectorySmoother::trajectory(), CovarianceParameterization::unpack(), MonopoleSteppingAction::update(), LatencyHistosUsingDb::update(), SiTrackerMultiRecHitUpdator::update(), TauJetCorrector::ParametrizationTauJet::value(), viewNameFrom(), MuonAssociatorByHitsHelper::write_matched_simtracks(), and VirtualJetProducer::writeJets().
|
static |
Referenced by edm::InputTag::encode(), edm::ESInputTag::encode(), and edm::InputTag::InputTag().
void edm::SetCustomStreamer | ( | ) |
void edm::SetCustomStreamer | ( | T const & | ) |
void edm::setIsMergeable | ( | BranchDescription & | desc | ) |
Definition at line 15 of file setIsMergeable.cc.
References edm::BranchDescription::branchType(), edm::TypeWithDict::byName(), edm::TypeWithDict::getClass(), InLumi, InRun, edm::BranchDescription::isMergeable(), PFRecoTauDiscriminationByIsolation_cfi::offset, AlCaHLTBitMon_ParallelJobs::p, edm::BranchDescription::setIsMergeable(), and edm::BranchDescription::wrappedType().
Referenced by edm::ProductRegistryHelper::addToRegistry(), edm::RootFile::RootFile(), edm::Schedule::Schedule(), TFWLiteSelectorBasic::setupNewFile(), and ProvenanceDumper::work_().
void edm::setMaxLoggedErrorsSummaryIndicies | ( | unsigned int | iMax | ) |
Definition at line 185 of file MessageSender.cc.
References errorSummaryMaps.
Referenced by edm::service::MessageLogger::MessageLogger().
void edm::setPtr | ( | std::vector< T, A > const & | obj, |
std::type_info const & | iToType, | ||
unsigned long | iIndex, | ||
void const *& | oPtr | ||
) |
Definition at line 72 of file setPtr.h.
References edm::detail::reallySetPtr().
Referenced by edm::WrapperBase::isPresent(), and edm::SortedCollection< EcalRecHit >::pop_back().
void edm::setPtr | ( | std::list< T, A > const & | obj, |
std::type_info const & | iToType, | ||
unsigned long | iIndex, | ||
void const *& | oPtr | ||
) |
Definition at line 81 of file setPtr.h.
References 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 90 of file setPtr.h.
References 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 99 of file setPtr.h.
References edm::detail::reallySetPtr().
|
inline |
Definition at line 463 of file SortedCollection.h.
References edm::SortedCollection< T, SORT >::setPtr().
|
inline |
|
inline |
void edm::setRefCoreStreamer | ( | bool | resetAll = false | ) |
Definition at line 93 of file RefCoreStreamer.cc.
References edm::EDProductGetter::switchProductGetter().
Referenced by edm::StreamerInputSource::deserializeEvent(), edm::RootDelayedReader::getProduct_(), TFWLiteSelectorBasic::Notify(), and edm::RootOutputTree::writeTTree().
EDProductGetter const * edm::setRefCoreStreamer | ( | EDProductGetter const * | ep | ) |
Definition at line 97 of file RefCoreStreamer.cc.
References edm::EDProductGetter::switchProductGetter().
void edm::setRefCoreStreamerInTClass | ( | ) |
Definition at line 77 of file RefCoreStreamer.cc.
References GetRecoTauVFromDQM_MC_cff::cl, and edm::RefCoreStreamer::RefCoreStreamer().
Referenced by edm::service::InitRootHandlers::InitRootHandlers().
void edm::setStandAloneMessageThreshold | ( | edm::ELseverityLevel const & | severity | ) |
Definition at line 132 of file MessageLogger.cc.
References edm::MessageLoggerQ::standAloneThreshold().
Referenced by edm::Suppress_LogDebug_::log().
void edm::sigInventory | ( | ) |
Definition at line 135 of file UnixSignalHandlers.cc.
References MessageLogger_cfi::cerr, gen::k, and MUST_BE_ZERO.
|
inline |
wrappers for std::sort
Definition at line 92 of file Algorithms.h.
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 |
std::vector< LuminosityBlockRange > & edm::sortAndRemoveOverlaps | ( | std::vector< LuminosityBlockRange > & | lumiRange | ) |
Definition at line 96 of file LuminosityBlockRange.cc.
References MillePedeFileConverter_cfg::e, mps_fire::i, merge(), sort_all(), and mitigatedMETSequence_cff::U.
std::vector< EventRange > & edm::sortAndRemoveOverlaps | ( | std::vector< EventRange > & | eventRange | ) |
Definition at line 102 of file EventRange.cc.
References MillePedeFileConverter_cfg::e, mps_fire::i, sort_all(), and mitigatedMETSequence_cff::U.
Referenced by edm::service::CondorStatusService::beginPost(), DQMRootSource::DQMRootSource(), and edm::EventSkipperByID::EventSkipperByID().
|
static |
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(), MillePedeFileConverter_cfg::e, 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 135 of file MessageLogger.cc.
References edm::MessageLoggerQ::squelch().
Referenced by edm::Suppress_LogDebug_::log().
|
inline |
wrappers for std::stable_sort
Definition at line 103 of file Algorithms.h.
Referenced by edm::RootFile::fillIndexIntoFile(), edm::IndexIntoFile::fillRunOrLumiIndexes(), edm::ProvenanceAdaptor::fixProcessHistory(), edm::FileIndex::sortBy_Run_Lumi_Event(), edm::FileIndex::sortBy_Run_Lumi_EventEntry(), and edm::IndexIntoFile::sortVector_Run_Or_Lumi_Entries().
|
inline |
std::string_view edm::stemFromPath | ( | std::string_view | path | ) |
std::string edm::stripLeadingDirectoryTree | ( | const std::string & | file | ) |
std::string edm::stripNamespace | ( | std::string const & | theName | ) |
Definition at line 90 of file TypeID.cc.
References EnergyCorrector::c, and egammaForCoreTracking_cff::depth.
Referenced by edm::TypeWithDict::byName(), and edm::TypeWithDict::unscopedName().
bool edm::stripTemplate | ( | std::string & | theName | ) |
Definition at line 64 of file TypeID.cc.
References first(), training_settings::idx, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::TypeID::userClassName().
|
inline |
Definition at line 38 of file globalTransitionAsync.h.
References edm::SubProcess::doBeginLuminosityBlockAsync(), and eostools::move().
Referenced by beginGlobalTransitionAsync().
|
inline |
Definition at line 45 of file globalTransitionAsync.h.
References edm::SubProcess::doBeginRunAsync(), and eostools::move().
|
inline |
Definition at line 52 of file globalTransitionAsync.h.
References edm::SubProcess::doEndLuminosityBlockAsync(), and eostools::move().
Referenced by endGlobalTransitionAsync().
|
inline |
Definition at line 60 of file globalTransitionAsync.h.
References edm::SubProcess::doEndRunAsync(), and eostools::move().
|
inline |
Definition at line 38 of file streamTransitionAsync.h.
References edm::SubProcess::doStreamBeginLuminosityBlockAsync(), and eostools::move().
Referenced by beginStreamTransitionAsync().
|
inline |
Definition at line 46 of file streamTransitionAsync.h.
References edm::SubProcess::doStreamBeginRunAsync(), and eostools::move().
|
inline |
Definition at line 54 of file streamTransitionAsync.h.
References edm::SubProcess::doStreamEndLuminosityBlockAsync(), and eostools::move().
Referenced by endStreamTransitionAsync().
|
inline |
Definition at line 63 of file streamTransitionAsync.h.
References edm::SubProcess::doStreamEndRunAsync(), and eostools::move().
Definition at line 38 of file ElementID.h.
References edm::ElementID::swap().
Definition at line 49 of file ProductID.h.
References edm::ProductID::swap().
Definition at line 63 of file Parentage.h.
References edm::Parentage::swap().
|
inline |
Definition at line 65 of file CloningPtr.h.
References edm::CloningPtr< T, P >::swap().
|
inline |
Definition at line 75 of file OrphanHandleBase.h.
References edm::OrphanHandleBase::swap().
|
inline |
Definition at line 86 of file ProductData.h.
References edm::ProductData::swap().
|
inline |
Definition at line 90 of file RefToBaseVector.h.
References edm::RefToBaseVector< T >::swap().
|
inline |
Definition at line 96 of file ProcessHistory.h.
References edm::ProcessHistory::swap().
|
inline |
Definition at line 99 of file TriggerResults.h.
References edm::TriggerResults::swap().
|
inline |
Definition at line 100 of file ESHandle.h.
References edm::ESHandleBase::swap().
|
inline |
Free swap function.
Definition at line 110 of file HLTGlobalStatus.h.
References edm::HLTGlobalStatus::swap().
|
inline |
Definition at line 116 of file Association.h.
References edm::Association< C >::swap().
Referenced by L1TStage2CaloLayer1::analyze(), ftl_digitizer::FTLDigitizer< SensorPhysics, ElectronicsSim >::beginRun(), SimTrackManager::cleanTkCaloStateInfoMap(), SimCluster::clearHitsAndFractions(), edm::DetSetRefVector< T, C >::DetSetRefVector(), edm::IndexIntoFile::doneFileInitialization(), HGCDigitizer::endRun(), LA_Filler_Fitter::fill(), CaloTruthAccumulator::finalizeEvent(), EgHLTOfflineSummaryClient::getEgHLTFiltersToMon_(), EgHLTOfflineSource::getHLTFilterNamesUsed(), hitfit::Constraint_Intermed_Labels::has_labels(), HcalDcsMap::HcalDcsMap(), HcalElectronicsMap::HcalElectronicsMap(), HcalFrontEndMap::HcalFrontEndMap(), HcalSiPMCharacteristics::HcalSiPMCharacteristics(), HGCDigitizer::HGCDigitizer(), PixelTripletNoTipGenerator::hitTriplets(), PixelTripletHLTGenerator::hitTriplets(), edm::IndexIntoFile::IndexIntoFileItr::IndexIntoFileItr(), edm::IndexIntoFile::inputFileClosed(), FastCandMatcher< C >::operator()(), CandMatcherBase< C1, C2 >::operator()(), edm::RefVectorBase< key_type >::operator=(), fwlite::Handle< Collection >::operator=(), edm::value_ptr< edm::service::MessageLoggerDefaults >::operator=(), edm::Handle< GenericObject >::operator=(), TempTrajectory::operator=(), edm::Handle< FWGenericObject >::operator=(), Trajectory::operator=(), TrajectoryMeasurement::operator=(), edm::PtrVector< reco::reco::PFCluster >::operator=(), edm::DetSetRefVector< T, C >::operator=(), edm::SortedCollection< EcalRecHit >::pop_back(), StripCompactDigiSimLinksProducer::produce(), FWRecoGeometryESProducer::produce(), PFElecTkProducer::produce(), FastjetJetProducer::produceTrackJets(), MultiHitGeneratorFromChi2::refit2Hits(), HGCal3DClustering::reset(), SimTrackManager::reset(), HGCalCLUEAlgo::reset(), HGCalImagingAlgo::reset(), SubjetFilterAlgorithm::run(), SiStripBaseCondObjDQM::selectModules(), hitfit::Top_Decaykin::solve_nu(), hitfit::Top_Decaykin::solve_nu_tmass(), DynamicTruncation::sort(), SimTrackManager::storeTracks(), FWGUIManager::subviewSwapped(), edm::ElementID::swap(), HcalDataFrameContainer< Digi >::swap(), edm::Handle< GenericObject >::swap(), edm::RefToBaseProd< T >::swap(), edm::Handle< FWGenericObject >::swap(), edm::RefProd< C >::swap(), edmNew::DetSetVector< T >::swap(), timestudy::SleepingServer::threadWork(), and CaloSD::update().
Definition at line 121 of file ErrorObj.h.
References edm::ErrorObj::swap().
Definition at line 121 of file DetSet.h.
References edm::DetSet< T >::swap().
|
inline |
Definition at line 124 of file BasicHandle.h.
Referenced by edm::BasicHandle::swap().
|
inline |
Definition at line 127 of file FileInPath.h.
References edm::FileInPath::swap().
|
inline |
Definition at line 137 of file HandleBase.h.
References edm::HandleBase::swap().
Referenced by edm::HandleBase::operator=(), and edm::HandleBase::swap().
|
inline |
swap two vectors
Definition at line 154 of file RefVectorBase.h.
References edm::RefVectorBase< KEY >::swap().
|
inline |
Definition at line 161 of file EDCollection.h.
References edm::EDCollection< T >::swap().
|
inline |
|
inline |
Definition at line 165 of file MapOfVectors.h.
References edm::MapOfVectors< K, T >::swap().
|
inline |
Definition at line 181 of file value_ptr.h.
References edm::value_ptr< T >::swap().
|
inline |
Definition at line 186 of file RefVector.h.
|
inline |
|
inline |
Definition at line 192 of file IDVectorMap.h.
References edm::IDVectorMap< ID, C, P >::swap().
Definition at line 213 of file PtrVector.h.
References edm::PtrVector< T >::swap().
|
inline |
Definition at line 221 of file RangeMap.h.
References edm::RangeMap< ID, C, P >::swap().
|
inline |
Definition at line 226 of file DataFrameContainer.h.
References edm::DataFrameContainer::swap().
Definition at line 242 of file Hash.h.
References edm::Hash< I >::swap().
Definition at line 263 of file ValueMap.h.
References edm::ValueMap< T >::swap().
|
inline |
Definition at line 269 of file AssociationVector.h.
References edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::swap().
|
inline |
Definition at line 279 of file ParameterSet.h.
References a, b, isTransientEqual(), cms::operator==(), and edm::ParameterSet::swap().
|
inline |
Definition at line 286 of file DetSetRefVector.h.
References edm::DetSetRefVector< T, C >::swap().
|
inline |
Definition at line 292 of file MultiAssociation.h.
Definition at line 403 of file RefToBase.h.
References edm::RefToBase< T >::swap().
|
inline |
Definition at line 403 of file SortedCollection.h.
References edm::SortedCollection< T, SORT >::swap().
|
inline |
Definition at line 430 of file OwnArray.h.
References edm::OwnArray< T, MAX_SIZE, P >::swap().
|
inline |
Definition at line 441 of file DetSetVector.h.
References edm::DetSetVector< T >::swap().
|
inline |
Definition at line 505 of file OwnVector.h.
|
static |
Definition at line 77 of file Principal.cc.
References cppFunctionSkipper::exception, modifiedElectrons_cfi::processName, PRODUCT_TYPE, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::Principal::findProductByLabel().
void edm::throwExceptionWithText | ( | char const * | txt | ) |
Definition at line 272 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 relativeConstraints::empty.
Referenced by edm::ProductRegistryHelper::addToRegistry(), edm::ProductRegistry::checkDictionariesOfConsumedTypes(), edm::StreamerInputSource::declareStreamers(), edm::ProductRegistry::initializeLookupTables(), edm::OutputModule::keepThisBranch(), edm::one::OutputModuleBase::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(), edm::errors::DictionaryNotFound, cppFunctionSkipper::exception, 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(), edm::errors::DictionaryNotFound, cppFunctionSkipper::exception, 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(), edm::errors::DictionaryNotFound, and cppFunctionSkipper::exception.
|
static |
Definition at line 219 of file EventPrincipal.cc.
References cppFunctionSkipper::exception.
Referenced by edm::EventPrincipal::getByProductID(), and edm::DataManagingProductResolver::setFailedStatus().
|
static |
Definition at line 48 of file Principal.cc.
References Exception.
Referenced by fwlite::ChainEvent::event(), fwlite::Run::getBranchDescriptions(), fwlite::LuminosityBlock::getBranchDescriptions(), edm::Principal::getProvenance(), fwlite::Event::processHistory(), and fwlite::MultiChainEvent::secondaryFileIndex().
|
static |
Definition at line 48 of file TypeWithDict.cc.
References edm::errors::DictionaryNotFound, and Exception.
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
Referenced by MomentumDependentPedeLabeler::buildMomentumDependencyMap(), RunRangeDependentPedeLabeler::buildRunRangeDependencyMap(), decode(), editESInputTag(), editInputTag(), editVInputTag(), edm::ESInputTag::ESInputTag(), edm::FileInPath::initialize_(), edm::InputTag::InputTag(), align::makeNonOverlappingRunRanges(), MultiEventFilter::MultiEventFilter(), and PasswordReader::readPassword().
std::vector<std::string> edm::tokenize | ( | const std::string & | input, |
const std::string & | separator | ||
) |
Definition at line 52 of file Parse.cc.
References copy_all(), and mps_fire::result.
pybind11::list edm::toPython11List | ( | const std::vector< T > & | v | ) |
Definition at line 17 of file PyBind11Wrapper.h.
References list(), and mps_fire::result.
Referenced by Python11ParameterSet::getParameters().
std::vector<T> edm::toVector | ( | pybind11::list & | l | ) |
|
static |
Referenced by HLTVertexPerformanceAnalyzer::analyze(), HLTBTagPerformanceAnalyzer::analyze(), AnalysisRootpleProducer::analyze(), JetAnalyzer::analyze(), METAnalyzer::analyze(), FSQ::BaseHandler::BaseHandler(), fwlite::ChainEvent::event(), HSCPHLTFilter::filter(), edm::service::TriggerNamesService::findTrigPath(), edm::Event::getRefBeforePut(), fwlite::Event::getTFile(), HLTTauDQMPath::isValid(), HLTPrescaleProvider::l1tGlobalUtil(), moduleName(), edm::EventBase::orbitNumber(), parameterSet(), fwlite::MultiChainEvent::secondaryFileIndex(), HLTTauDQMPathSummaryPlotter::setPathObjects(), and edm::StreamerOutputModuleBase::write().
|
static |
Referenced by moduleName().
|
inline |
Definition at line 108 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 symbols::demangled, Exception, replaceString(), mps_update::status, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by PhysicsTools::VarProcessor::deriv(), PhysicsTools::MVAComputer::evalInternal(), edm::TypeID::print(), and edm::serviceregistry::ServicesManager::ServicesManager().
std::string edm::uniqueSharedResourceName | ( | ) |
Definition at line 18 of file SharedResourceNames.cc.
Referenced by edm::GeneratorFilter< HAD, DEC >::GeneratorFilter(), and edm::HadronizerFilter< HAD, DEC >::HadronizerFilter().
bool edm::untaintString | ( | char const * | pattern, |
char const * | regexp | ||
) |
void edm::validateTopLevelParameterSets | ( | ParameterSet * | processParameterSet | ) |
Definition at line 75 of file validateTopLevelParameterSets.cc.
References cms::Exception::addContext(), edm::ParameterSet::addUntrackedParameter(), edm::errors::Configuration, heppy_report::description, Exception, fillMaxEventsDescription(), fillMaxLuminosityBlocksDescription(), fillMaxSecondsUntilRampdownDescription(), fillOptionsDescription(), edm::ParameterSet::getParameter(), edm::ParameterSet::getPSetForUpdate(), modifiedElectrons_cfi::processName, muonDTDigis_cfi::pset, AlCaHLTBitMon_QueryRunRegistry::string, and edm::ParameterSetDescription::validate().
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 CaloTauSelectorDefinition::CaloTauSelectorDefinition(), reco::modules::CandCombinerBase::CandCombinerBase(), EGammaCutBasedEleIdAnalyzer::EGammaCutBasedEleIdAnalyzer(), ElectronSeedProducer::ElectronSeedProducer(), GenWeightsTableProducer::GenWeightsTableProducer(), HLTBTagPerformanceAnalyzer::HLTBTagPerformanceAnalyzer(), HLTVertexPerformanceAnalyzer::HLTVertexPerformanceAnalyzer(), pf2pat::IsolatedPFCandidateSelectorDefinition::IsolatedPFCandidateSelectorDefinition(), JetSubstructurePacker::JetSubstructurePacker(), MultiTrackValidator::MultiTrackValidator(), reco::modules::NamedCandCombinerBase::NamedCandCombinerBase(), OccupancyPlots::OccupancyPlots(), pat::PATElectronProducer::PATElectronProducer(), pat::PATGenericParticleProducer::PATGenericParticleProducer(), pat::PATJetProducer::PATJetProducer(), pat::PATJetUpdater::PATJetUpdater(), pat::PATMuonProducer::PATMuonProducer(), pat::PATPFParticleProducer::PATPFParticleProducer(), pat::PATPhotonProducer::PATPhotonProducer(), pat::PATSingleVertexSelector::PATSingleVertexSelector(), PATTauIDEmbedder::PATTauIDEmbedder(), pat::PATTauProducer::PATTauProducer(), pat::PATTriggerEventProducer::PATTriggerEventProducer(), PixelInactiveAreaFinder::PixelInactiveAreaFinder(), pat::PATMuonProducer::readIsolationLabels(), pat::PATPhotonProducer::readIsolationLabels(), pat::PATElectronProducer::readIsolationLabels(), ReducedESRecHitCollectionProducer::ReducedESRecHitCollectionProducer(), ReducedRecHitCollectionProducer::ReducedRecHitCollectionProducer(), SeedCombiner::SeedCombiner(), SiStripClusterizer::SiStripClusterizer(), SiStripProcessedRawDigiProducer::SiStripProcessedRawDigiProducer(), TrackerDpgAnalysis::TrackerDpgAnalysis(), TrackingMonitor::TrackingMonitor(), TrackingNtuple::TrackingNtuple(), and TtEvtBuilder< C >::TtEvtBuilder().
void edm::walkTrie | ( | V & | v, |
TrieNode< T > const & | n, | ||
std::string const & | label = "" |
||
) |
visit each node of the trie
Definition at line 284 of file Trie.h.
References MillePedeFileConverter_cfg::e, label, AlCaHLTBitMon_ParallelJobs::p, and findQualityFiles::v.
std::string edm::withoutQuotes | ( | std::string const & | from | ) |
std::string edm::withoutQuotes | ( | const std::string & | 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().
|
static |
Definition at line 23 of file Guid.cc.
Referenced by edm::RootOutputTree::addAuxiliary(), evf::compute_crc(), doBZ2Compression(), parse_int(), and edm::Guid::toString().
debugvalue edm::debugit |
Definition at line 10 of file DebugMacros.cc.
Referenced by edm::ExceptionToActionTable::addDefaults(), edm::RootDebug::RootDebug(), and edm::RootDebug::~RootDebug().
ELslProxy< ELdebugGen > const edm::ELdebug |
Definition at line 290 of file ELseverityLevel.cc.
Referenced by loadMap(), edm::service::ELoutput::log(), and edm::ErrorObj::setSeverity().
ELslGen edm::ELdebugGen |
ELslProxy< ELerrorGen > const edm::ELerror |
Definition at line 308 of file ELseverityLevel.cc.
Referenced by loadMap(), and LoggedErrorsOnlySummary().
ELslGen edm::ELerrorGen |
ELslProxy< ELhighestSeverityGen > const edm::ELhighestSeverity |
Definition at line 326 of file ELseverityLevel.cc.
Referenced by edm::service::ThreadSafeLogMessageLoggerScribe::configure_ordinary_destinations(), edm::service::MessageLoggerScribe::configure_ordinary_destinations(), loadMap(), edm::service::ELadministrator::resetSeverityCount(), and edm::ErrorObj::setSeverity().
ELslGen edm::ELhighestSeverityGen |
Definition at line 296 of file ELseverityLevel.cc.
Referenced by loadMap().
ELslGen edm::ELinfoGen |
ELslProxy< ELsevereGen > const edm::ELsevere |
Definition at line 320 of file ELseverityLevel.cc.
Referenced by loadMap(), edm::service::ELoutput::log(), and edm::ErrorObj::setSeverity().
ELslGen edm::ELsevereGen |
ELslProxy< ELunspecifiedGen > const edm::ELunspecified |
Definition at line 314 of file ELseverityLevel.cc.
Referenced by edm::ELextendedID::clear(), and loadMap().
ELslGen edm::ELunspecifiedGen |
ELslProxy< ELwarningGen > const edm::ELwarning |
Definition at line 302 of file ELseverityLevel.cc.
Referenced by edm::service::ELdestination::changeFile(), edm::service::ELdestination::flush(), loadMap(), and edm::MessageSender::ErrorObjDeleter::operator()().
ELslGen edm::ELwarningGen |
ELslProxy< ELzeroSeverityGen > const edm::ELzeroSeverity |
Definition at line 284 of file ELseverityLevel.cc.
Referenced by edm::service::ELadministrator::checkSeverity(), edm::service::ThreadSafeLogMessageLoggerScribe::configure_ordinary_destinations(), edm::service::MessageLoggerScribe::configure_ordinary_destinations(), loadMap(), edm::service::ELadministrator::resetSeverityCount(), and edm::ErrorObj::setSeverity().
ELslGen edm::ELzeroSeverityGen |
|
static |
MallocOptionSetter edm::global_malloc_options |
Definition at line 194 of file MallocOpts.cc.
Referenced by getGlobalOptionSetter().
EventNumber_t const edm::invalidEventNumber = 0U |
Definition at line 16 of file RunLumiEventNumber.h.
Referenced by FWGUIManager::eventIdChanged(), and edm::EventPrincipal::fillEventPrincipal().
LuminosityBlockNumber_t const edm::invalidLuminosityBlockNumber = 0U |
Definition at line 17 of file RunLumiEventNumber.h.
Referenced by FWGUIManager::lumiIdChanged().
RunNumber_t const edm::invalidRunNumber = 0U |
Definition at line 18 of file RunLumiEventNumber.h.
Referenced by FWGUIManager::runIdChanged().
|
static |
Definition at line 36 of file ProducerSourceBase.cc.
Referenced by edm::ProducerSourceBase::fillDescription().
|
static |
Definition at line 35 of file ProducerSourceBase.cc.
|
static |
Definition at line 119 of file MessageDrop.h.
Referenced by FlushMessageLog(), isMessageProcessingSetUp(), edm::service::MessageLoggerScribe::run(), run_app(), and edm::service::SingleThreadMSPresence::SingleThreadMSPresence().
constexpr const char* edm::module_type_desc[] |
Definition at line 20 of file EDMModuleType.h.
Referenced by edmModuleType(), DependencyGraph::edmModuleType(), edmModuleTypeEnum(), and DependencyGraph::edmModuleTypeEnum().
constexpr unsigned int edm::s_defaultNumberOfThreads = 1 |
Definition at line 9 of file validateTopLevelParameterSets.h.
Referenced by fillOptionsDescription().
|
static |
Definition at line 196 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 = 0 |
Definition at line 79 of file EDProductGetter.cc.
Referenced by edm::EDProductGetter::assignEDProductGetter(), and edm::EDProductGetter::switchProductGetter().
|
static |
Definition at line 9 of file LuminosityBlockID.cc.
Referenced by algorithm(), EcalTPGParamBuilder::analyze(), L1TCSCTF::analyze(), HcalTriggerPrimitiveAlgo::analyze(), HcalTriggerPrimitiveAlgo::analyzeHF(), HcalTriggerPrimitiveAlgo::analyzeHFQIE10(), HcalTriggerPrimitiveAlgo::analyzeQIE11(), BeamSpotAlignmentParameters::apply(), RigidBodyAlignmentParameters::apply(), TwoBowedSurfacesAlignmentParameters::apply(), MuScleFitUtils::applyScale(), CSCTFTrackBuilder::buildTracks(), barrelUtil::calculatePhiWindow(), HGCalDDDConstants::cellHex(), DEutils< T >::DEDigi(), InitialState::Evolve(), DDCutTubsFromPoints::execute(), PFPhotonClusters::FillClusterShape(), Py8toJetInput::fillJetAlgoInput(), MiniFloatConverter::float32to16round(), 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(), UCTCTP7RawData::getHFFeatureBits(), popcon::EcalLaser_weekly_Linearization_Check::getNewObjects(), popcon::EcalLaser_weekly_Linearization::getNewObjects(), popcon::EcalTPGLinPed::getNewObjects(), popcon::EcalTPGPedfromFile::getNewObjects(), OptOModifiedRhomboidPrism::getRotatedPlate(), HcalDDDSimConstants::getShift(), HIPplots::GetSubDet(), RigidBodyAlignmentParameters::globalParameters(), BeamSpotAlignmentParameters::globalParameters(), HcalDDDSimConstants::HcalCellTypes(), PixelTripletNoTipGenerator::hitTriplets(), SiPixelDigitizerAlgorithm::PixelEfficiencies::init_from_db(), FFTJetPFPileupCleaner::isRemovable(), L1TTwinMuxRawToDigi::L1TTwinMuxRawToDigi(), npstat::ArrayND< Numeric, StackLen, StackDim >::linearFill(), npstat::ArrayND< Numeric, StackLen, StackDim >::linearFillLoop(), fftjetcms::LinInterpolatedTable1D::LinInterpolatedTable1D(), L1MuDTPtaLut::load(), L1TMuonBarrelParamsHelper::load_pt(), phase1PixelTopology::localX(), phase1PixelTopology::localY(), HcalPulseShapes::normalizeShift(), pat::MET::Vector2::phi(), HcalTTPDigiProducer::produce(), DistortedMuonProducerFromDB::produce(), ShiftedMETcorrInputProducer::produce(), ShiftedJetProducerByMatchedObjectT< T >::produce(), ShiftedPFCandidateProducerByMatchedObject::produce(), ShiftedParticleProducer::produce(), ShiftedPFCandidateProducerForPFMVAMEt::produce(), ShiftedPFCandidateProducerForNoPileUpPFMEt::produce(), ShiftedPFCandidateProducerForPFNoPUMEt::produce(), ShiftedParticleProducerT< T >::produce(), l1t::GenToInputProducer::produce(), ShiftedJetProducerT< T, Textractor >::produce(), HFPreRecAlgo::reconstruct(), CSCTFSectorProcessor::run(), CSCTFSPCoreLogic::run(), HFRecHitAuxSetter::setAux(), reco::PFCandidate::setHcalDepthEnergyFractions(), UCTCTP7RawData::setHFFeatureBits(), HcalTriggerPrimitiveAlgo::setNCTScaleShift(), BackgroundHandler::setParameters(), HcalTriggerPrimitiveAlgo::setRCTScaleShift(), FFTJetPFPileupCleaner::setRemovalBit(), pat::MET::setUncShift(), pat::MET::shiftedP2_74x(), pat::MET::shiftedP4_74x(), pat::MET::shiftedSumEt_74x(), DTTracoChip::storeCorr(), DTTracoChip::storeUncorr(), RPCTBMuon::PACOut::toBits(), RPCTBMuon::TBOut::toBits(), RPCTBMuon::TCOut::toBits(), RPCTBMuon::HSBOut::toBits(), RPCTBMuon::FSBOut::toBits(), BeamSpotAlignmentParameters::translation(), RigidBodyAlignmentParameters::translation(), DCCEEEventBlock::unpack(), DCCEBEventBlock::unpack(), CSCTFEvent::unpack(), pat::PackedGenParticle::unpack(), pat::PackedCandidate::unpack(), LatencyHistosUsingDb::update(), Alignable::update(), 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(), evf::EvFBuildingThrottle::dowork(), ep_sigusr2(), dqmservices::DQMProtobufReader::getNextItemType(), FedRawDataInputSource::nextEvent(), evf::FastMonitoringService::preGlobalEndLumi(), dqmservices::DQMStreamerReader::prepareNextFile(), and FedRawDataInputSource::readSupervisor().
|
static |