1 #ifndef CondCore_CondDB_DecodingKey_h 2 #define CondCore_CondDB_DecodingKey_h 38 static constexpr const char*
const FILE_NAME =
"db.key";
39 static constexpr const char*
const FILE_PATH =
".cms_cond/db.key";
62 bool isNominal()
const;
66 const std::map< std::string, ServiceCredentials >& services()
const;
130 const std::map< std::string, cond::auth::ServiceCredentials >&
133 #endif // CondCore_CondDB_DecodingKey_h
const std::map< std::string, ServiceCredentials > & services() const
S make(const edm::ParameterSet &cfg)
static const std::string serviceName
const std::string & ownerName() const
std::string connectionString
std::map< std::string, ServiceCredentials > m_services
const std::string & principalName() const
std::string m_principalName
std::string m_principalKey
const std::string & principalKey() const
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger list("!*","!HLTx*"if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL.It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of"!*"before the partial wildcard feature was incorporated).Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run