CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Private Member Functions | Friends
CmsShowCommon Class Reference

#include <Fireworks/Core/interface/CmsShowCommon.h>

Inheritance diagram for CmsShowCommon:
FWConfigurableParameterizable FWParameterizable FWConfigurable

Public Member Functions

void addTo (FWConfiguration &) const override
 
 CmsShowCommon (fireworks::Context *)
 
int gamma ()
 
const TGLColorSet & getDarkColorSet () const
 
FWViewEnergyScalegetEnergyScale () const
 
void getEventCenter (float *inC) const
 
const TGLColorSet & getLightColorSet () const
 
UChar_t getProjTrackBreaking () const
 
bool getRnrPTBMarkers () const
 
void loopPalettes ()
 
void permuteColors ()
 
void randomizeColors ()
 
void resetEventCenter ()
 
void setDrawBreakMarkers ()
 
void setEventCenter (float, float, float)
 
void setFrom (const FWConfiguration &) override
 
void setGamma ()
 
void setGeomColor (FWGeomColorIndex, Color_t)
 
void setGeomTransparency (int val, bool projected)
 
void setTrackBreakMode ()
 
void setView (CmsShowCommonPopup *x)
 
void switchBackground ()
 
 ~CmsShowCommon () override
 
- Public Member Functions inherited from FWConfigurableParameterizable
void addTo (FWConfiguration &) const override
 
 FWConfigurableParameterizable (unsigned int iVersion=1)
 
void setFrom (const FWConfiguration &) override
 
unsigned int version () const
 
 ~FWConfigurableParameterizable () override
 
- Public Member Functions inherited from FWParameterizable
void add (FWParameterBase *)
 
const_iterator begin () const
 
const_iterator end () const
 
 FWParameterizable ()
 
virtual ~FWParameterizable ()
 
- Public Member Functions inherited from FWConfigurable
 FWConfigurable ()
 
virtual ~FWConfigurable ()
 

Public Attributes

sigc::signal< void, const CmsShowCommon * > eventCenterChanged_
 

Protected Member Functions

const FWColorManagercolorManager () const
 
void setPalette ()
 

Protected Attributes

FWLongParameter m_backgroundColor
 
fireworks::Contextm_context
 
TGLColorSet m_darkColorSet
 
FWBoolParameter m_drawBreakPoints
 
TEveVector m_externalEventCenter
 
FWLongParameter m_gamma
 
FWLongParameterm_geomColors [kFWGeomColorSize]
 
FWLongParameter m_geomTransparency2D
 
FWLongParameter m_geomTransparency3D
 
TGLColorSet m_lightColorSet
 
FWEnumParameter m_palette
 
FWEnumParameter m_trackBreak
 
bool m_useBeamSpot
 
CmsShowCommonPopupm_view
 
FWViewContext m_viewContext
 

Private Member Functions

 CmsShowCommon (const CmsShowCommon &)=delete
 
const CmsShowCommonoperator= (const CmsShowCommon &)=delete
 

Friends

class CmsShowCommonPopup
 

Additional Inherited Members

- Public Types inherited from FWParameterizable
typedef std::vector< FWParameterBase * >::const_iterator const_iterator
 

Detailed Description

Description: [one line class summary]

Usage: <usage>

Definition at line 43 of file CmsShowCommon.h.

Constructor & Destructor Documentation

◆ CmsShowCommon() [1/2]

CmsShowCommon::CmsShowCommon ( fireworks::Context c)

Definition at line 40 of file CmsShowCommon.cc.

42  m_view(nullptr),
43  m_context(c),
44  m_trackBreak(this, " ", 2l, 0l, 2l), // do not want to render text at setter
45  m_drawBreakPoints(this, "Show y=0 points as markers", false),
46  m_backgroundColor(this, "backgroundColIdx", 1l, 0l, 1000l),
47  m_gamma(this, "Brightness", 0l, -15l, 15l),
48  m_palette(this, "Palette", 1l, 0l, 2l),
49  m_geomTransparency2D(this, "Transparency 2D", long(colorManager()->geomTransparency(true)), 0l, 100l),
50  m_geomTransparency3D(this, "Transparency 3D", long(colorManager()->geomTransparency(false)), 0l, 100l),
51  m_useBeamSpot(true) {
53  // projections
54  m_trackBreak.addEntry(0, "Jump to proper hemisphere");
55  m_trackBreak.addEntry(1, "Stay on first point side");
56  m_trackBreak.addEntry(2, "Stay on last point side");
57 
63 
64  // colors
65  char name[32];
66  for (int i = 0; i < kFWGeomColorSize; ++i) {
67  snprintf(name, 31, "GeometryColor %d ", i);
68  m_geomColors[i] =
69  new FWLongParameter(this, name, long(colorManager()->geomColor(FWGeomColorIndex(i))), 1000l, 1100l);
70  }
71 
72  m_trackBreak.changed_.connect(std::bind(&CmsShowCommon::setTrackBreakMode, this));
75  m_gamma.changed_.connect(std::bind(&CmsShowCommon::setGamma, this));
76 
77  m_lightColorSet.StdLightBackground();
78  m_darkColorSet.StdDarkBackground();
79 }

References FWEnumParameter::addEntry(), FWGenericParameter< T >::changed_, fireworks::Context::colorManager(), colorManager(), FWColorManager::getPalette(), mps_fire::i, FWColorManager::kArctic, FWColorManager::kClassic, FWColorManager::kFall, kFWGeomColorSize, FWColorManager::kPurple, FWColorManager::kSpring, cmsLHEtoEOSManager::l, m_context, m_darkColorSet, m_drawBreakPoints, m_gamma, m_geomColors, m_lightColorSet, m_palette, m_trackBreak, m_viewContext, Skims_PA_cff::name, FWGenericParameter< T >::set(), setDrawBreakMarkers(), FWViewContext::setEnergyScale(), setGamma(), and setTrackBreakMode().

◆ ~CmsShowCommon()

CmsShowCommon::~CmsShowCommon ( )
override

Definition at line 81 of file CmsShowCommon.cc.

81 {}

◆ CmsShowCommon() [2/2]

CmsShowCommon::CmsShowCommon ( const CmsShowCommon )
privatedelete

Member Function Documentation

◆ addTo()

void CmsShowCommon::addTo ( FWConfiguration oTo) const
overridevirtual

Implements FWConfigurable.

Definition at line 199 of file CmsShowCommon.cc.

199  {
200  m_backgroundColor.set(int(colorManager()->background()));
201 
204 
205  if (gEve) {
206  addGLColorToConfig("SelectionColorLight", m_lightColorSet.Selection(1), oTo);
207  addGLColorToConfig("HighlightColorLight", m_lightColorSet.Selection(3), oTo);
208  addGLColorToConfig("SelectionColorDark", m_darkColorSet.Selection(1), oTo);
209  addGLColorToConfig("HighlightColorDark", m_darkColorSet.Selection(3), oTo);
210  }
211 }

References FWConfigurableParameterizable::addTo(), colorManager(), FWViewContext::getEnergyScale(), m_backgroundColor, m_darkColorSet, m_lightColorSet, m_viewContext, and FWGenericParameter< T >::set().

◆ colorManager()

const FWColorManager * CmsShowCommon::colorManager ( ) const
protected

◆ gamma()

int CmsShowCommon::gamma ( )
inline

Definition at line 61 of file CmsShowCommon.h.

61 { return m_gamma.value(); }

References m_gamma, and FWGenericParameter< T >::value().

◆ getDarkColorSet()

const TGLColorSet& CmsShowCommon::getDarkColorSet ( ) const
inline

Definition at line 73 of file CmsShowCommon.h.

73 { return m_darkColorSet; }

References m_darkColorSet.

Referenced by FWEveView::setFrom().

◆ getEnergyScale()

FWViewEnergyScale* CmsShowCommon::getEnergyScale ( ) const
inline

◆ getEventCenter()

void CmsShowCommon::getEventCenter ( float *  inC) const

◆ getLightColorSet()

const TGLColorSet& CmsShowCommon::getLightColorSet ( ) const
inline

Definition at line 72 of file CmsShowCommon.h.

72 { return m_lightColorSet; }

References m_lightColorSet.

Referenced by FWEveView::setFrom().

◆ getProjTrackBreaking()

UChar_t CmsShowCommon::getProjTrackBreaking ( ) const
inline

Definition at line 75 of file CmsShowCommon.h.

75 { return m_trackBreak.value(); }

References m_trackBreak, and FWGenericParameter< T >::value().

Referenced by fireworks::Context::initEveElements().

◆ getRnrPTBMarkers()

bool CmsShowCommon::getRnrPTBMarkers ( ) const
inline

Definition at line 76 of file CmsShowCommon.h.

76 { return m_drawBreakPoints.value(); }

References m_drawBreakPoints, and FWGenericParameter< T >::value().

Referenced by fireworks::Context::initEveElements().

◆ loopPalettes()

void CmsShowCommon::loopPalettes ( )

Definition at line 278 of file CmsShowCommon.cc.

278  {
279  int val = m_palette.value();
280  val++;
281 
284 
285  if (m_view) {
286  TGComboBox* combo = m_view->getCombo();
287  combo->Select(val, true);
288  } else {
289  m_palette.set(val);
290  setPalette();
291  }
292 }

References CmsShowCommonPopup::getCombo(), FWColorManager::kPaletteFirst, FWColorManager::kPaletteLast, m_palette, m_view, FWGenericParameter< T >::set(), setPalette(), heppy_batch::val, and FWGenericParameter< T >::value().

◆ operator=()

const CmsShowCommon& CmsShowCommon::operator= ( const CmsShowCommon )
privatedelete

◆ permuteColors()

void CmsShowCommon::permuteColors ( )

Definition at line 113 of file CmsShowCommon.cc.

113  {
114  // printf("Reverting order of existing colors ...\n");
115 
116  std::vector<Color_t> colv;
117  colv.reserve(64);
118 
120  i != m_context->eventItemsManager()->end();
121  ++i) {
122  colv.push_back((*i)->defaultDisplayProperties().color());
123  }
124 
125  int vi = colv.size() - 1;
127  i != m_context->eventItemsManager()->end();
128  ++i, --vi) {
129  FWDisplayProperties prop = (*i)->defaultDisplayProperties();
130  prop.setColor(colv[vi]);
131  (*i)->setDefaultDisplayProperties(prop);
132 
133  (*i)->defaultDisplayPropertiesChanged_(*i);
134  }
135 }

References FWEventItemsManager::begin(), FWEventItemsManager::end(), fireworks::Context::eventItemsManager(), mps_fire::i, m_context, and FWDisplayProperties::setColor().

Referenced by CmsShowCommonPopup::permuteColors().

◆ randomizeColors()

void CmsShowCommon::randomizeColors ( )

Definition at line 137 of file CmsShowCommon.cc.

137  {
138  // printf("Doing random_shuffle on existing colors ...\n");
139 
140  int vi = 0;
142  i != m_context->eventItemsManager()->end();
143  ++i, ++vi) {
144  FWDisplayProperties prop = (*i)->defaultDisplayProperties();
145 
146  int col = rand() % 17; // randomize in first row of palette
147  prop.setColor(col);
148  (*i)->setDefaultDisplayProperties(prop);
149 
150  (*i)->defaultDisplayPropertiesChanged_(*i);
151  }
152 }

References FWEventItemsManager::begin(), cuy::col, FWEventItemsManager::end(), fireworks::Context::eventItemsManager(), mps_fire::i, m_context, and FWDisplayProperties::setColor().

Referenced by CmsShowCommonPopup::randomizeColors().

◆ resetEventCenter()

void CmsShowCommon::resetEventCenter ( )

Definition at line 313 of file CmsShowCommon.cc.

313  {
314  if (!m_useBeamSpot) {
315  fwLog(fwlog::kInfo) << "CmsShowCommon re-set event center to BeamSpot\n ";
316  m_useBeamSpot = true;
318  setEventCenter(beamSpot->x0(), beamSpot->y0(), beamSpot->z0());
319  }
320 }

References pwdgSkimBPark_cfi::beamSpot, fwLog, fireworks::Context::getBeamSpot(), fireworks::Context::getInstance(), fwlog::kInfo, m_useBeamSpot, and setEventCenter().

Referenced by FWVertexProxyBuilder::build().

◆ setDrawBreakMarkers()

void CmsShowCommon::setDrawBreakMarkers ( )

◆ setEventCenter()

void CmsShowCommon::setEventCenter ( float  x,
float  y,
float  z 
)

Definition at line 307 of file CmsShowCommon.cc.

307  {
308  m_useBeamSpot = false;
309  m_externalEventCenter.Set(x, y, z);
310  eventCenterChanged_.emit(this);
311 }

References eventCenterChanged_, m_externalEventCenter, m_useBeamSpot, x, y, and z.

Referenced by FWVertexProxyBuilder::build(), and resetEventCenter().

◆ setFrom()

void CmsShowCommon::setFrom ( const FWConfiguration iFrom)
overridevirtual

Implements FWConfigurable.

Definition at line 213 of file CmsShowCommon.cc.

213  {
214  for (const_iterator it = begin(), itEnd = end(); it != itEnd; ++it) {
215  (*it)->setFrom(iFrom);
216  }
217 
218  if (iFrom.valueForKey("Palette"))
219  setPalette();
220 
221  // handle old and new energy scale configuration if existing
222  if (iFrom.valueForKey("ScaleMode")) {
223  long mode = atol(iFrom.valueForKey("ScaleMode")->value().c_str());
224 
225  float convert;
226  if (iFrom.valueForKey("EnergyToLength [GeV/m]"))
227  convert = atof(iFrom.valueForKey("EnergyToLength [GeV/m]")->value().c_str());
228  else
229  convert = atof(iFrom.valueForKey("ValueToHeight [GeV/m]")->value().c_str());
230 
231  float maxH;
232  if (iFrom.valueForKey("MaximumLength [m]"))
233  maxH = atof(iFrom.valueForKey("MaximumLength [m]")->value().c_str());
234  else
235  maxH = atof(iFrom.valueForKey("MaxTowerH [m]")->value().c_str());
236 
237  int et = atoi(iFrom.valueForKey("PlotEt")->value().c_str());
239  }
240 
241  // background
244 
245  // geom colors
248 
249  for (int i = 0; i < kFWGeomColorSize; ++i)
251 
252  if (gEve) {
253  setGLColorFromConfig(m_lightColorSet.Selection(1), iFrom.valueForKey("SelectionColorLight"));
254  setGLColorFromConfig(m_lightColorSet.Selection(3), iFrom.valueForKey("HighlightColorLight"));
255  setGLColorFromConfig(m_darkColorSet.Selection(1), iFrom.valueForKey("SelectionColorDark"));
256  setGLColorFromConfig(m_darkColorSet.Selection(3), iFrom.valueForKey("HighlightColorDark"));
257  }
258 }

References FWParameterizable::begin(), fireworks::Context::colorManager(), fileCollector::convert(), FWParameterizable::end(), EgHLTOffHistBins_cfi::et, FWViewContext::getEnergyScale(), mps_fire::i, kFWGeomColorSize, m_backgroundColor, m_context, m_darkColorSet, m_gamma, m_geomColors, m_geomTransparency2D, m_geomTransparency3D, m_lightColorSet, m_viewContext, ALCARECOPromptCalibProdSiPixelAli0T_cff::mode, FWColorManager::setBackgroundAndBrightness(), FWViewEnergyScale::SetFromCmsShowCommonConfig(), FWColorManager::setGeomColor(), FWColorManager::setGeomTransparency(), setPalette(), FWConfiguration::value(), FWGenericParameter< T >::value(), relativeConstraints::value, and FWConfiguration::valueForKey().

◆ setGamma()

void CmsShowCommon::setGamma ( )

◆ setGeomColor()

void CmsShowCommon::setGeomColor ( FWGeomColorIndex  cidx,
Color_t  iColor 
)

◆ setGeomTransparency()

void CmsShowCommon::setGeomTransparency ( int  val,
bool  projected 
)

◆ setPalette()

void CmsShowCommon::setPalette ( )
protected

◆ setTrackBreakMode()

void CmsShowCommon::setTrackBreakMode ( )

Definition at line 88 of file CmsShowCommon.cc.

88  {
89  if (m_context->getTrackPropagator()->GetProjTrackBreaking() != m_trackBreak.value()) {
90  m_context->getTrackPropagator()->SetProjTrackBreaking(m_trackBreak.value());
91  m_context->getTrackerTrackPropagator()->SetProjTrackBreaking(m_trackBreak.value());
92  m_context->getMuonTrackPropagator()->SetProjTrackBreaking(m_trackBreak.value());
93  gEve->Redraw3D();
94  }
95 }

References fireworks::Context::getMuonTrackPropagator(), fireworks::Context::getTrackerTrackPropagator(), fireworks::Context::getTrackPropagator(), m_context, m_trackBreak, and FWGenericParameter< T >::value().

Referenced by CmsShowCommon().

◆ setView()

void CmsShowCommon::setView ( CmsShowCommonPopup x)
inline

Definition at line 78 of file CmsShowCommon.h.

78 { m_view = x; }

References m_view, and x.

Referenced by FWGUIManager::showCommonPopup().

◆ switchBackground()

void CmsShowCommon::switchBackground ( )

Friends And Related Function Documentation

◆ CmsShowCommonPopup

friend class CmsShowCommonPopup
friend

Definition at line 44 of file CmsShowCommon.h.

Member Data Documentation

◆ eventCenterChanged_

sigc::signal<void, const CmsShowCommon*> CmsShowCommon::eventCenterChanged_
mutable

Definition at line 84 of file CmsShowCommon.h.

Referenced by setEventCenter().

◆ m_backgroundColor

FWLongParameter CmsShowCommon::m_backgroundColor
mutableprotected

Definition at line 98 of file CmsShowCommon.h.

Referenced by addTo(), setFrom(), and switchBackground().

◆ m_context

fireworks::Context* CmsShowCommon::m_context
protected

◆ m_darkColorSet

TGLColorSet CmsShowCommon::m_darkColorSet
protected

◆ m_drawBreakPoints

FWBoolParameter CmsShowCommon::m_drawBreakPoints
protected

◆ m_externalEventCenter

TEveVector CmsShowCommon::m_externalEventCenter
protected

Definition at line 113 of file CmsShowCommon.h.

Referenced by getEventCenter(), and setEventCenter().

◆ m_gamma

FWLongParameter CmsShowCommon::m_gamma
protected

◆ m_geomColors

FWLongParameter* CmsShowCommon::m_geomColors[kFWGeomColorSize]
protected

Definition at line 105 of file CmsShowCommon.h.

Referenced by CmsShowCommon(), setFrom(), setGeomColor(), and setPalette().

◆ m_geomTransparency2D

FWLongParameter CmsShowCommon::m_geomTransparency2D
protected

Definition at line 103 of file CmsShowCommon.h.

Referenced by setFrom(), and setGeomTransparency().

◆ m_geomTransparency3D

FWLongParameter CmsShowCommon::m_geomTransparency3D
protected

Definition at line 104 of file CmsShowCommon.h.

Referenced by setFrom(), and setGeomTransparency().

◆ m_lightColorSet

TGLColorSet CmsShowCommon::m_lightColorSet
protected

◆ m_palette

FWEnumParameter CmsShowCommon::m_palette
mutableprotected

◆ m_trackBreak

FWEnumParameter CmsShowCommon::m_trackBreak
protected

◆ m_useBeamSpot

bool CmsShowCommon::m_useBeamSpot
protected

Definition at line 112 of file CmsShowCommon.h.

Referenced by getEventCenter(), resetEventCenter(), and setEventCenter().

◆ m_view

CmsShowCommonPopup* CmsShowCommon::m_view
protected

Definition at line 91 of file CmsShowCommon.h.

Referenced by loopPalettes(), and setView().

◆ m_viewContext

FWViewContext CmsShowCommon::m_viewContext
protected

Definition at line 110 of file CmsShowCommon.h.

Referenced by addTo(), CmsShowCommon(), getEnergyScale(), and setFrom().

CmsShowCommon::m_context
fireworks::Context * m_context
Definition: CmsShowCommon.h:92
DDAxes::y
FWColorManager::kClassic
Definition: FWColorManager.h:47
FWParameterizable::const_iterator
std::vector< FWParameterBase * >::const_iterator const_iterator
Definition: FWParameterizable.h:34
fwLog
#define fwLog(_level_)
Definition: fwLog.h:45
mps_fire.i
i
Definition: mps_fire.py:428
pwdgSkimBPark_cfi.beamSpot
beamSpot
Definition: pwdgSkimBPark_cfi.py:5
dqmMemoryStats.float
float
Definition: dqmMemoryStats.py:127
CmsShowCommon::m_view
CmsShowCommonPopup * m_view
Definition: CmsShowCommon.h:91
fireworks::Context::getMuonTrackPropagator
TEveTrackPropagator * getMuonTrackPropagator() const
Definition: Context.h:64
fireworks::Context::colorManager
FWColorManager * colorManager() const
Definition: Context.h:58
cuy.col
col
Definition: cuy.py:1010
ALCARECOPromptCalibProdSiPixelAli0T_cff.mode
mode
Definition: ALCARECOPromptCalibProdSiPixelAli0T_cff.py:96
CmsShowCommon::m_geomColors
FWLongParameter * m_geomColors[kFWGeomColorSize]
Definition: CmsShowCommon.h:105
FWLongParameter
FWParameters::Long FWLongParameter
Definition: FWParameters.h:34
CmsShowCommon::m_externalEventCenter
TEveVector m_externalEventCenter
Definition: CmsShowCommon.h:113
FWEnumParameter::addEntry
bool addEntry(Long_t id, const std::string &txt)
Definition: FWEnumParameter.h:53
FWParameterizable::end
const_iterator end() const
Definition: FWParameterizable.h:38
FWColorManager::kPurple
Definition: FWColorManager.h:47
fireworks::Context::getBeamSpot
FWBeamSpot * getBeamSpot() const
Definition: Context.h:67
FWColorManager::geomColor
Color_t geomColor(FWGeomColorIndex) const
Definition: FWColorManager.cc:271
FWGenericParameter::set
void set(T iValue)
Definition: FWGenericParameter.h:70
DDAxes::x
CmsShowCommon::m_useBeamSpot
bool m_useBeamSpot
Definition: CmsShowCommon.h:112
FWParameterizable::begin
const_iterator begin() const
Definition: FWParameterizable.h:36
FWColorManager::kSpring
Definition: FWColorManager.h:47
CmsShowCommon::m_palette
FWEnumParameter m_palette
Definition: CmsShowCommon.h:100
CmsShowCommon::m_geomTransparency3D
FWLongParameter m_geomTransparency3D
Definition: CmsShowCommon.h:104
FWGenericParameter::changed_
sigc::signal< void, T > changed_
Definition: FWGenericParameter.h:75
CmsShowCommon::setGamma
void setGamma()
Definition: CmsShowCommon.cc:106
fireworks::Context::eventItemsManager
const FWEventItemsManager * eventItemsManager() const
Definition: Context.h:56
CmsShowCommon::m_gamma
FWLongParameter m_gamma
Definition: CmsShowCommon.h:99
CmsShowCommon::setEventCenter
void setEventCenter(float, float, float)
Definition: CmsShowCommon.cc:307
DDAxes::z
FWColorManager::setPalette
void setPalette(long long)
Definition: FWColorManager.cc:149
FWConfiguration::valueForKey
const FWConfiguration * valueForKey(const std::string &iKey) const
Definition: FWConfiguration.cc:122
FWBeamSpot
Definition: FWBeamSpot.h:11
FWConfiguration::value
const std::string & value(unsigned int iIndex=0) const
Definition: FWConfiguration.cc:115
FWColorManager::switchBackground
void switchBackground()
Definition: FWColorManager.cc:204
FWColorManager::kArctic
Definition: FWColorManager.h:47
fileCollector.convert
def convert(infile, ofile)
Definition: fileCollector.py:47
FWDisplayProperties::setColor
void setColor(Color_t iColor)
Definition: FWDisplayProperties.h:62
CmsShowCommon::setDrawBreakMarkers
void setDrawBreakMarkers()
Definition: CmsShowCommon.cc:97
FWEventItemsManager::end
const_iterator end() const
Definition: FWEventItemsManager.cc:300
FWColorManager::getPalette
EPalette getPalette() const
Definition: FWColorManager.h:76
FWColorManager::setGeomTransparency
void setGeomTransparency(Color_t idx, bool projectedType)
Definition: FWColorManager.cc:238
FWColorManager::propagatePaletteChanges
void propagatePaletteChanges() const
Definition: FWColorManager.cc:183
FWViewEnergyScale::SetFromCmsShowCommonConfig
void SetFromCmsShowCommonConfig(long mode, float convert, float maxH, bool et)
Definition: FWViewEnergyScale.cc:81
FWEventItemsManager::const_iterator
std::vector< FWEventItem * >::const_iterator const_iterator
Definition: FWEventItemsManager.h:50
EgHLTOffHistBins_cfi.et
et
Definition: EgHLTOffHistBins_cfi.py:8
FWColorManager::BackgroundColorIndex
BackgroundColorIndex
Definition: FWColorManager.h:73
FWColorManager
Definition: FWColorManager.h:45
CmsShowCommon::setTrackBreakMode
void setTrackBreakMode()
Definition: CmsShowCommon.cc:88
cmsLHEtoEOSManager.l
l
Definition: cmsLHEtoEOSManager.py:204
FWDisplayProperties
Definition: FWDisplayProperties.h:28
FWColorManager::kFall
Definition: FWColorManager.h:47
FWGenericParameter::value
T value() const
Definition: FWGenericParameter.h:50
CmsShowCommon::m_backgroundColor
FWLongParameter m_backgroundColor
Definition: CmsShowCommon.h:98
fwlog::kInfo
Definition: fwLog.h:35
CmsShowCommonPopup::getCombo
TGComboBox * getCombo()
Definition: CmsShowCommonPopup.h:45
FWEventItemsManager::begin
const_iterator begin() const
NOTE: iterator is allowed to return a null object for items that have been removed.
Definition: FWEventItemsManager.cc:299
CmsShowCommon::colorManager
const FWColorManager * colorManager() const
Definition: CmsShowCommon.cc:83
heppy_batch.val
val
Definition: heppy_batch.py:351
FWConfigurableParameterizable::addTo
void addTo(FWConfiguration &) const override
Definition: FWConfigurableParameterizable.cc:67
FWViewContext::setEnergyScale
void setEnergyScale(FWViewEnergyScale *)
Definition: FWViewContext.cc:27
CmsShowCommon::m_darkColorSet
TGLColorSet m_darkColorSet
Definition: CmsShowCommon.h:108
relativeConstraints.value
value
Definition: relativeConstraints.py:53
FWColorManager::setBackgroundAndBrightness
void setBackgroundAndBrightness(BackgroundColorIndex, int)
Definition: FWColorManager.cc:219
fireworks::Context::getTrackPropagator
TEveTrackPropagator * getTrackPropagator() const
Definition: Context.h:62
CmsShowCommon::m_geomTransparency2D
FWLongParameter m_geomTransparency2D
Definition: CmsShowCommon.h:103
FWViewEnergyScale
Definition: FWViewEnergyScale.h:34
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
fireworks::Context::getInstance
static Context * getInstance()
Definition: Context.cc:193
kFWGeomColorSize
Definition: FWColorManager.h:42
CmsShowCommon::m_drawBreakPoints
FWBoolParameter m_drawBreakPoints
Definition: CmsShowCommon.h:95
c
auto & c
Definition: CAHitNtupletGeneratorKernelsImpl.h:46
fireworks::Context::getTrackerTrackPropagator
TEveTrackPropagator * getTrackerTrackPropagator() const
Definition: Context.h:63
CmsShowCommon::m_lightColorSet
TGLColorSet m_lightColorSet
Definition: CmsShowCommon.h:107
FWColorManager::setGeomColor
void setGeomColor(FWGeomColorIndex, Color_t)
Definition: FWColorManager.cc:232
FWColorManager::kPaletteFirst
Definition: FWColorManager.h:47
FWViewContext::getEnergyScale
FWViewEnergyScale * getEnergyScale() const
Definition: FWViewContext.cc:25
CmsShowCommon::m_trackBreak
FWEnumParameter m_trackBreak
Definition: CmsShowCommon.h:94
CmsShowCommon::eventCenterChanged_
sigc::signal< void, const CmsShowCommon * > eventCenterChanged_
Definition: CmsShowCommon.h:84
FWColorManager::kPaletteLast
Definition: FWColorManager.h:47
FWColorManager::setBrightness
void setBrightness(int)
Definition: FWColorManager.cc:190
FWGeomColorIndex
FWGeomColorIndex
Definition: FWColorManager.h:32
CmsShowCommon::setPalette
void setPalette()
Definition: CmsShowCommon.cc:260
CmsShowCommon::m_viewContext
FWViewContext m_viewContext
Definition: CmsShowCommon.h:110
FWConfigurableParameterizable::FWConfigurableParameterizable
FWConfigurableParameterizable(unsigned int iVersion=1)
Definition: FWConfigurableParameterizable.cc:32