#include <bitset>
#include <string>
#include <sstream>
#include <vector>
#include <map>
#include <memory>
#include "FWCore/MessageLogger/interface/MessageLogger.h"
Go to the source code of this file.
|
template<typename T = void> |
void | __assert_no_abort (const char *assertion, const char *file, unsigned int line, const char *function) |
|
#define assert_no_abort |
( |
|
expr | ) |
((void)((expr) || (__assert_no_abort(#expr, __FILE__, __LINE__, __PRETTY_FUNCTION__),0))) |
template<typename T = void>
void __assert_no_abort |
( |
const char * |
assertion, |
|
|
const char * |
file, |
|
|
unsigned int |
line, |
|
|
const char * |
function |
|
) |
| |
Definition at line 15 of file helper.h.
References b, begin, EnergyCorrector::c, constexpr, popcon2dropbox::copy(), edmIntegrityCheck::d, SoftLeptonByDistance_cfi::distance, end, plotBeamSpotDB::first, mps_fire::i, input, cuy::ins, cscdqm::INT, plotBeamSpotDB::last, genParticles_cff::map, eostools::move(), N, gen::n, GetRecoTauVFromDQM_MC_cff::next, convertSQLitetoXML_cfg::output, AlCaHLTBitMon_ParallelJobs::p, mps_fire::result, findQualityFiles::rr, alignCSCRings::s, str, AlCaHLTBitMon_QueryRunRegistry::string, lumiQTWidget::t, to_hex(), and relativeConstraints::value.
17 edm::LogWarning(
"L1T") <<
file <<
":" <<
line <<
": " <<
function <<
": Assertion `" << assertion <<
"' failed. (no abort)";