#include <FWGeometryTableViewBase.h>
Definition at line 50 of file FWGeometryTableViewBase.h.
Definition at line 56 of file FWGeometryTableViewBase.h.
57 TGTextButton(
p,
"Select Views", -1, TGButton::GetDefaultGC()(), TGTextButton::GetDefaultFontStruct(), kRaisedFrame | kDoubleBorder ),
m_tableView(t),
m_el(0) {}
FWGeometryTableViewBase * m_tableView
virtual FWGeometryTableViewBase::FWViewCombo::~FWViewCombo |
( |
| ) |
|
|
inlinevirtual |
Bool_t FWGeometryTableViewBase::FWViewCombo::HandleButton |
( |
Event_t * |
event | ) |
|
|
virtual |
Definition at line 51 of file FWGeometryTableViewBase.cc.
References create_public_lumi_plots::ax, fwLog, customizeTrackingMonitorSeedNumber::idx, fwlog::kInfo, m_el, m_tableView, python.multivaluedict::map(), alignCSCRings::s, and findQualityFiles::v.
53 if (
event->fType == kButtonPress)
59 TEveElementList* views = gEve->GetViewers();
62 for (TEveElement::List_i it = views->BeginChildren(); it != views->EndChildren(); ++it)
64 TEveViewer*
v = ((TEveViewer*)(*it));
65 if (strstr( v->GetElementName(),
"3D") )
68 m_viewPopup->AddEntry(v->GetElementName(),
idx);
70 for (TEveElement::List_i eit = v->BeginChildren(); eit != v->EndChildren(); ++eit )
72 TEveScene*
s = ((TEveSceneInfo*)*eit)->GetScene();
73 if (
m_el && s->HasChildren() && s->FirstChild() ==
m_el) {
80 m_viewPopup->CheckEntry(idx);
89 gVirtualX->TranslateCoordinates(GetId(),
90 gClient->GetDefaultRoot()->GetId(),
96 m_viewPopup->PlaceMenu(ax, ay,
true,
true);
97 m_viewPopup->Connect(
"Activated(Int_t)",
98 "FWGeometryTableViewBase",
100 "selectView(Int_t)");
FWGeometryTableViewBase * m_tableView
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 but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
tuple idx
DEBUGGING if hasattr(process,"trackMonIterativeTracking2012"): print "trackMonIterativeTracking2012 D...
void FWGeometryTableViewBase::FWViewCombo::setElement |
( |
TEveElement * |
x | ) |
|
|
inline |
TEveElement* FWGeometryTableViewBase::FWViewCombo::m_el |
|
private |