#include <Fireworks/Core/interface/FWDisplayEvent.h>
Public Member Functions | |
int | draw (const fwlite::Event &) const |
int | draw (const fwlite::Event &) |
FWDisplayEvent (const std::string &iConfigFileName=std::string(), bool iEnableDebug=false, bool iNewLego=true) | |
const FWGeometry & | getGeom () const |
void | registerPhysicsObject (const FWPhysicsObjectDesc &) |
void | writeConfigurationFile (const std::string &iFileName) const |
virtual | ~FWDisplayEvent () |
Static Public Member Functions | |
static double | getCaloScale () |
static double | getMagneticField () |
static void | setCaloScale (double var) |
static void | setMagneticField (double var) |
Private Member Functions | |
FWDisplayEvent (const FWDisplayEvent &) | |
const FWDisplayEvent & | operator= (const FWDisplayEvent &) |
Private Attributes | |
std::auto_ptr < FWModelChangeManager > | m_changeManager |
std::auto_ptr< FWColorManager > | m_colorManager |
std::string | m_configFileName |
std::auto_ptr < FWConfigurationManager > | m_configurationManager |
std::auto_ptr < FWEventItemsManager > | m_eiManager |
FWGeometry | m_geom |
std::auto_ptr< FWGUIManager > | m_guiManager |
std::auto_ptr< FWSelectionManager > | m_selectionManager |
std::auto_ptr < FWViewManagerManager > | m_viewManager |
Static Private Attributes | |
static double | m_caloScale |
static double | m_magneticField |
Description: Displays an fwlite::Event in ROOT
Usage: <usage>
Definition at line 52 of file FWDisplayEvent.h.
FWDisplayEvent::FWDisplayEvent | ( | const std::string & | iConfigFileName = std::string() , |
bool | iEnableDebug = false , |
||
bool | iNewLego = true |
||
) |
|
virtual |
|
private |
int FWDisplayEvent::draw | ( | const fwlite::Event & | ) | const |
int FWDisplayEvent::draw | ( | const fwlite::Event & | ) |
|
inlinestatic |
|
inline |
Definition at line 63 of file FWDisplayEvent.h.
References m_geom.
|
inlinestatic |
|
private |
void FWDisplayEvent::registerPhysicsObject | ( | const FWPhysicsObjectDesc & | ) |
|
inlinestatic |
|
inlinestatic |
void FWDisplayEvent::writeConfigurationFile | ( | const std::string & | iFileName | ) | const |
|
staticprivate |
Definition at line 103 of file FWDisplayEvent.h.
Referenced by getCaloScale(), and setCaloScale().
|
private |
Definition at line 93 of file FWDisplayEvent.h.
|
private |
Definition at line 94 of file FWDisplayEvent.h.
|
private |
Definition at line 101 of file FWDisplayEvent.h.
|
private |
Definition at line 92 of file FWDisplayEvent.h.
|
private |
Definition at line 96 of file FWDisplayEvent.h.
|
private |
Definition at line 100 of file FWDisplayEvent.h.
Referenced by getGeom().
|
private |
Definition at line 98 of file FWDisplayEvent.h.
|
staticprivate |
Definition at line 102 of file FWDisplayEvent.h.
Referenced by getMagneticField(), and setMagneticField().
|
private |
Definition at line 95 of file FWDisplayEvent.h.
|
private |
Definition at line 97 of file FWDisplayEvent.h.