#include <FWFFHelper.h>
Definition at line 11 of file FWFFHelper.h.
◆ FWFFHelper()
Definition at line 41 of file FWFFHelper.cc.
42 printf(
"CMSSW is starting... You should always have a 2 minutes walk every 45 minutes anyways.\n");
43 const char *dummyArgvArray[] = {
"cmsRun"};
44 char **dummyArgv = const_cast<char **>(dummyArgvArray);
48 assert(TApplication::GetApplications()->GetSize());
50 gROOT->SetBatch(kFALSE);
51 TApplication::NeedGraphicsLibs();
54 TGLWidget *
w = TGLWidget::Create(gClient->GetDefaultRoot(), kTRUE, kTRUE,
nullptr, 10, 10);
57 std::cerr <<
"Insufficient GL support. " << iException.what() << std::endl;
61 TEveManager::Create(kFALSE,
"FI");
References cms::cuda::assert(), EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0::cerr, cppFunctionSkipper::exception, edm::ParameterSet::getUntrackedParameter(), m_Rint, and w.
◆ app()
TRint* FWFFHelper::app |
( |
| ) |
|
|
inline |
◆ m_Rint
TRint* FWFFHelper::m_Rint |
|
private |