ROOT  6.06/09
Reference Guide
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | Private Member Functions | List of all members
TEveCaloData Class Referenceabstract

A central manager for calorimeter event data.

It provides a list of cells within requested phi and eta range.

Definition at line 26 of file TEveCaloData.h.

Classes

class  CellData_t
 Cell data inner structure. More...
 
class  CellGeom_t
 Cell geometry inner structure. More...
 
struct  CellId_t
 
struct  RebinData_t
 
struct  SliceInfo_t
 

Public Types

typedef std::vector< SliceInfo_tvSliceInfo_t
 
typedef std::vector< SliceInfo_t >::iterator vSliceInfo_i
 
typedef std::vector< CellId_tvCellId_t
 
typedef std::vector< CellId_t >::iterator vCellId_i
 
typedef std::vector< CellGeom_tvCellGeom_t
 
typedef std::vector< CellGeom_t >::iterator vCellGeom_i
 
typedef std::vector< CellGeom_t >::const_iterator vCellGeom_ci
 
- Public Types inherited from TEveElement
enum  EChangeBits { kCBColorSelection = BIT(0), kCBTransBBox = BIT(1), kCBObjProps = BIT(2), kCBVisibility = BIT(3) }
 
typedef std::set< TEveListTreeInfosLTI_t
 
typedef sLTI_t::iterator sLTI_i
 
typedef sLTI_t::reverse_iterator sLTI_ri
 
typedef std::list< TEveElement * > List_t
 
typedef List_t::iterator List_i
 
typedef List_t::const_iterator List_ci
 
typedef std::set< TEveElement * > Set_t
 
typedef Set_t::iterator Set_i
 
typedef Set_t::const_iterator Set_ci
 
typedef void(TEveElement::* Select_foo) (Bool_t)
 
typedef void(TEveElement::* ImplySelect_foo) ()
 
- Public Types inherited from TObject
enum  EStatusBits {
  kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4),
  kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13)
}
 
enum  { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff }
 
enum  { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) }
 

Public Member Functions

 TEveCaloData (const char *n="TEveCalData", const char *t="")
 
virtual ~TEveCaloData ()
 
virtual void UnSelected ()
 Virtual method TEveElement::UnSelect. More...
 
virtual void UnHighlighted ()
 Virtual method TEveElement::UnHighlighted. More...
 
virtual TString GetHighlightTooltip ()
 
virtual void FillImpliedSelectedSet (Set_t &impSelSet)
 Populate set impSelSet with derived / dependant elements. More...
 
virtual void GetCellList (Float_t etaMin, Float_t etaMax, Float_t phi, Float_t phiRng, vCellId_t &out) const =0
 
vCellId_tGetCellsSelected ()
 
vCellId_tGetCellsHighlighted ()
 
void PrintCellsSelected ()
 Print selected cells info. More...
 
void ProcessSelection (vCellId_t &sel_cells, TGLSelectRecord &rec)
 Process newly selected cells with given select-record. More...
 
virtual void Rebin (TAxis *ax, TAxis *ay, vCellId_t &in, Bool_t et, RebinData_t &out) const =0
 
virtual void GetCellData (const CellId_t &id, CellData_t &data) const =0
 
virtual void InvalidateUsersCellIdCache ()
 Invalidate cell ids cache on back ptr references. More...
 
virtual void DataChanged ()
 Tell users (TEveCaloViz instances using this data) that data has changed and they should update the limits/scales etc. More...
 
virtual void CellSelectionChanged ()
 Tell users (TEveCaloViz instances using this data) that cell selection has changed and they should update selection cache if necessary. More...
 
Int_t GetNSlices () const
 
SliceInfo_tRefSliceInfo (Int_t s)
 
void SetSliceThreshold (Int_t slice, Float_t threshold)
 Set threshold for given slice. More...
 
Float_t GetSliceThreshold (Int_t slice) const
 Get threshold for given slice. More...
 
void SetSliceColor (Int_t slice, Color_t col)
 Set color for given slice. More...
 
Color_t GetSliceColor (Int_t slice) const
 Get color for given slice. More...
 
void SetSliceTransparency (Int_t slice, Char_t t)
 Set transparency for given slice. More...
 
Char_t GetSliceTransparency (Int_t slice) const
 Get transparency for given slice. More...
 
virtual void GetEtaLimits (Double_t &min, Double_t &max) const =0
 
virtual void GetPhiLimits (Double_t &min, Double_t &max) const =0
 
virtual Float_t GetMaxVal (Bool_t et) const
 
Bool_t Empty () const
 
virtual TAxisGetEtaBins () const
 
virtual void SetEtaBins (TAxis *ax)
 
virtual TAxisGetPhiBins () const
 
virtual void SetPhiBins (TAxis *ax)
 
virtual Float_t GetEps () const
 
virtual void SetEps (Float_t eps)
 
Bool_t GetWrapTwoPi () const
 
void SetWrapTwoPi (Bool_t w)
 
 ClassDef (TEveCaloData, 0)
 
- Public Member Functions inherited from TEveElement
 TEveElement ()
 Default constructor. More...
 
 TEveElement (Color_t &main_color)
 Constructor. More...
 
 TEveElement (const TEveElement &e)
 Copy constructor. More...
 
virtual ~TEveElement ()
 Destructor. More...
 
virtual TEveElementCloneElement () const
 Clone the element via copy constructor. More...
 
virtual TEveElementCloneElementRecurse (Int_t level=0) const
 Clone elements and recurse 'level' deep over children. More...
 
virtual void CloneChildrenRecurse (TEveElement *dest, Int_t level=0) const
 Clone children and attach them to the dest element. More...
 
virtual const char * GetElementName () const
 Virtual function for retrieving name of the element. More...
 
virtual const char * GetElementTitle () const
 Virtual function for retrieving title of the render-element. More...
 
virtual void SetElementName (const char *name)
 Virtual function for setting of name of an element. More...
 
virtual void SetElementTitle (const char *title)
 Virtual function for setting of title of an element. More...
 
virtual void SetElementNameTitle (const char *name, const char *title)
 Virtual function for setting of name and title of render element. More...
 
virtual void NameTitleChanged ()
 Virtual function called when a name or title of the element has been changed. More...
 
const TStringGetVizTag () const
 
void SetVizTag (const TString &tag)
 
TEveElementGetVizModel () const
 
void SetVizModel (TEveElement *model)
 Set visualization-parameter model element. More...
 
Bool_t FindVizModel ()
 Find model element in VizDB that corresponds to previously assigned fVizTag and set fVizModel accordingly. More...
 
Bool_t ApplyVizTag (const TString &tag, const TString &fallback_tag="")
 Set the VizTag, find model-element from the VizDB and copy visualization-parameters from it. More...
 
virtual void PropagateVizParamsToProjecteds ()
 Propagate visualization parameters to dependent elements. More...
 
virtual void PropagateVizParamsToElements (TEveElement *el=0)
 Propagate visualization parameters from element el (defaulting to this) to all elements (children). More...
 
virtual void CopyVizParams (const TEveElement *el)
 Copy visualization parameters from element el. More...
 
virtual void CopyVizParamsFromDB ()
 Copy visualization parameters from the model-element fVizModel. More...
 
void SaveVizParams (std::ostream &out, const TString &tag, const TString &var)
 Save visualization parameters for this element with given tag. More...
 
virtual void WriteVizParams (std::ostream &out, const TString &var)
 Write-out visual parameters for this object. More...
 
TEveElementGetMaster ()
 Returns the master element - that is: More...
 
TEveCompoundGetCompound ()
 
void SetCompound (TEveCompound *c)
 
virtual void AddParent (TEveElement *re)
 Add re into the list parents. More...
 
virtual void RemoveParent (TEveElement *re)
 Remove re from the list of parents. More...
 
virtual void CheckReferenceCount (const TEveException &eh="TEveElement::CheckReferenceCount ")
 Check external references to this and eventually auto-destruct the render-element. More...
 
virtual void CollectSceneParents (List_t &scenes)
 Collect all parents of class TEveScene. More...
 
virtual void CollectSceneParentsFromChildren (List_t &scenes, TEveElement *parent)
 Collect scene-parents from all children. More...
 
List_i BeginParents ()
 
List_i EndParents ()
 
List_ci BeginParents () const
 
List_ci EndParents () const
 
Int_t NumParents () const
 
Bool_t HasParents () const
 
const List_tRefChildren () const
 
List_i BeginChildren ()
 
List_i EndChildren ()
 
List_ci BeginChildren () const
 
List_ci EndChildren () const
 
Int_t NumChildren () const
 
Bool_t HasChildren () const
 
Bool_t HasChild (TEveElement *el)
 Check if element el is a child of this element. More...
 
TEveElementFindChild (const TString &name, const TClass *cls=0)
 Find the first child with given name. More...
 
TEveElementFindChild (TPRegexp &regexp, const TClass *cls=0)
 Find the first child whose name matches regexp. More...
 
Int_t FindChildren (List_t &matches, const TString &name, const TClass *cls=0)
 Find all children with given name and append them to matches list. More...
 
Int_t FindChildren (List_t &matches, TPRegexp &regexp, const TClass *cls=0)
 Find all children whose name matches regexp and append them to matches list. More...
 
TEveElementFirstChild () const
 Returns the first child element or 0 if the list is empty. More...
 
TEveElementLastChild () const
 Returns the last child element or 0 if the list is empty. More...
 
void EnableListElements (Bool_t rnr_self=kTRUE, Bool_t rnr_children=kTRUE)
 Enable rendering of children and their list contents. More...
 
void DisableListElements (Bool_t rnr_self=kFALSE, Bool_t rnr_children=kFALSE)
 Disable rendering of children and their list contents. More...
 
Bool_t GetDestroyOnZeroRefCnt () const
 Returns state of flag determining if the element will be destroyed when reference count reaches zero. More...
 
void SetDestroyOnZeroRefCnt (Bool_t d)
 Sets the state of flag determining if the element will be destroyed when reference count reaches zero. More...
 
Int_t GetDenyDestroy () const
 Returns the number of times deny-destroy has been requested on the element. More...
 
void IncDenyDestroy ()
 Increases the deny-destroy count of the element. More...
 
void DecDenyDestroy ()
 Decreases the deny-destroy count of the element. More...
 
Int_t GetParentIgnoreCnt () const
 Get number of parents that should be ignored in doing reference-counting. More...
 
void IncParentIgnoreCnt ()
 Increase number of parents ignored in reference-counting. More...
 
void DecParentIgnoreCnt ()
 Decrease number of parents ignored in reference-counting. More...
 
virtual void PadPaint (Option_t *option)
 Paint self and/or children into currently active pad. More...
 
virtual void PaintStandard (TObject *id)
 Paint object – a generic implementation for EVE elements. More...
 
virtual TObjectGetObject (const TEveException &eh) const
 Get a TObject associated with this render-element. More...
 
virtual TObjectGetEditorObject (const TEveException &eh) const
 
virtual TObjectGetRenderObject (const TEveException &eh) const
 
virtual void ExpandIntoListTree (TGListTree *ltree, TGListTreeItem *parent)
 Populates parent with elements. More...
 
virtual void DestroyListSubTree (TGListTree *ltree, TGListTreeItem *parent)
 Destroy sub-tree under item 'parent' in list-tree 'ltree'. More...
 
virtual TGListTreeItemAddIntoListTree (TGListTree *ltree, TGListTreeItem *parent_lti)
 Add this element into ltree to an already existing item parent_lti. More...
 
virtual TGListTreeItemAddIntoListTree (TGListTree *ltree, TEveElement *parent)
 Add this render element into ltree to all items belonging to parent. More...
 
virtual TGListTreeItemAddIntoListTrees (TEveElement *parent)
 Add this render element into all list-trees and all items belonging to parent. More...
 
virtual Bool_t RemoveFromListTree (TGListTree *ltree, TGListTreeItem *parent_lti)
 Remove element from list-tree 'ltree' where its parent item is 'parent_lti'. More...
 
virtual Int_t RemoveFromListTrees (TEveElement *parent)
 Remove element from all list-trees where 'parent' is the user-data of the parent list-tree-item. More...
 
virtual sLTI_i FindItem (TGListTree *ltree)
 Find any list-tree-item of this element in list-tree 'ltree'. More...
 
virtual sLTI_i FindItem (TGListTree *ltree, TGListTreeItem *parent_lti)
 Find list-tree-item of this element with given parent list-tree-item. More...
 
virtual TGListTreeItemFindListTreeItem (TGListTree *ltree)
 Find any list-tree-item of this element in list-tree 'ltree'. More...
 
virtual TGListTreeItemFindListTreeItem (TGListTree *ltree, TGListTreeItem *parent_lti)
 Find list-tree-item of this element with given parent list-tree-item. More...
 
virtual Int_t GetNItems () const
 
void SpawnEditor ()
 Show GUI editor for this object. More...
 
virtual void ExportToCINT (char *var_name)
 Export render-element to CINT with variable name var_name. More...
 
void DumpSourceObject () const
 Call Dump() on source object. More...
 
void PrintSourceObject () const
 Call Print() on source object. More...
 
void ExportSourceObjectToCINT (char *var_name) const
 Export source object to CINT with given name for the variable. More...
 
virtual Bool_t AcceptElement (TEveElement *el)
 Check if el can be added to this element. More...
 
virtual void AddElement (TEveElement *el)
 Add el to the list of children. More...
 
virtual void RemoveElement (TEveElement *el)
 Remove el from the list of children. More...
 
virtual void RemoveElementLocal (TEveElement *el)
 Perform additional local removal of el. More...
 
virtual void RemoveElements ()
 Remove all elements. More...
 
virtual void RemoveElementsLocal ()
 Perform additional local removal of all elements. More...
 
virtual void AnnihilateElements ()
 Annihilate elements. More...
 
virtual void Annihilate ()
 Optimized destruction without check of reference-count. More...
 
virtual void ProjectChild (TEveElement *el, Bool_t same_depth=kTRUE)
 If this is a projectable, loop over all projected replicas and add the projected image of child 'el' there. More...
 
virtual void ProjectAllChildren (Bool_t same_depth=kTRUE)
 If this is a projectable, loop over all projected replicas and add the projected image of all children there. More...
 
virtual void Destroy ()
 Destroy this element. More...
 
virtual void DestroyOrWarn ()
 Destroy this element. Prints a warning if deny-destroy is in force. More...
 
virtual void DestroyElements ()
 Destroy all children of this element. More...
 
virtual Bool_t HandleElementPaste (TEveElement *el)
 React to element being pasted or dnd-ed. More...
 
virtual void ElementChanged (Bool_t update_scenes=kTRUE, Bool_t redraw=kFALSE)
 Call this after an element has been changed so that the state can be propagated around the framework. More...
 
virtual Bool_t CanEditElement () const
 
virtual Bool_t SingleRnrState () const
 
virtual Bool_t GetRnrSelf () const
 
virtual Bool_t GetRnrChildren () const
 
virtual Bool_t GetRnrState () const
 
virtual Bool_t GetRnrAnything () const
 
virtual Bool_t SetRnrSelf (Bool_t rnr)
 Set render state of this element, i.e. More...
 
virtual Bool_t SetRnrChildren (Bool_t rnr)
 Set render state of this element's children, i.e. More...
 
virtual Bool_t SetRnrSelfChildren (Bool_t rnr_self, Bool_t rnr_children)
 Set state for rendering of this element and its children. More...
 
virtual Bool_t SetRnrState (Bool_t rnr)
 Set render state of this element and of its children to the same value. More...
 
virtual void PropagateRnrStateToProjecteds ()
 Propagate render state to the projected replicas of this element. More...
 
virtual Bool_t CanEditMainColor () const
 
void SetEditMainColor (Bool_t x)
 
Color_tGetMainColorPtr () const
 
void SetMainColorPtr (Color_t *color)
 
virtual Bool_t HasMainColor () const
 
virtual Color_t GetMainColor () const
 
virtual void SetMainColor (Color_t color)
 Set main color of the element. More...
 
void SetMainColorPixel (Pixel_t pixel)
 Convert pixel to Color_t and call SetMainColor(). More...
 
void SetMainColorRGB (UChar_t r, UChar_t g, UChar_t b)
 Convert RGB values to Color_t and call SetMainColor. More...
 
void SetMainColorRGB (Float_t r, Float_t g, Float_t b)
 Convert RGB values to Color_t and call SetMainColor. More...
 
virtual void PropagateMainColorToProjecteds (Color_t color, Color_t old_color)
 Propagate color to projected elements. More...
 
virtual Bool_t CanEditMainTransparency () const
 
void SetEditMainTransparency (Bool_t x)
 
virtual Char_t GetMainTransparency () const
 
virtual void SetMainTransparency (Char_t t)
 Set main-transparency. More...
 
void SetMainAlpha (Float_t alpha)
 Set main-transparency via float alpha variable. More...
 
virtual void PropagateMainTransparencyToProjecteds (Char_t t, Char_t old_t)
 Propagate transparency to projected elements. More...
 
virtual Bool_t CanEditMainTrans () const
 
virtual Bool_t HasMainTrans () const
 
virtual TEveTransPtrMainTrans (Bool_t create=kTRUE)
 Return pointer to main transformation. More...
 
virtual TEveTransRefMainTrans ()
 Return reference to main transformation. More...
 
virtual void InitMainTrans (Bool_t can_edit=kTRUE)
 Initialize the main transformation to identity matrix. More...
 
virtual void DestroyMainTrans ()
 Destroy the main transformation matrix, it will always be taken as identity. More...
 
virtual void SetTransMatrix (Double_t *carr)
 Set transformation matrix from column-major array. More...
 
virtual void SetTransMatrix (const TGeoMatrix &mat)
 Set transformation matrix from TGeo's matrix. More...
 
TRefGetSource ()
 
TObjectGetSourceObject () const
 
void SetSourceObject (TObject *o)
 
voidGetUserData () const
 
void SetUserData (void *ud)
 
Bool_t IsPickable () const
 
void SetPickable (Bool_t p)
 
void SetPickableRecursively (Bool_t p)
 Set pickable state on the element and all its children. More...
 
virtual TEveElementForwardSelection ()
 Returns element to be selected on click. More...
 
virtual TEveElementForwardEdit ()
 Returns element to be displayed in GUI editor on click. More...
 
virtual void SelectElement (Bool_t state)
 Set element's selection state. Stamp appropriately. More...
 
virtual void IncImpliedSelected ()
 Increase element's implied-selection count. Stamp appropriately. More...
 
virtual void DecImpliedSelected ()
 Decrease element's implied-selection count. Stamp appropriately. More...
 
virtual void HighlightElement (Bool_t state)
 Set element's highlight state. Stamp appropriately. More...
 
virtual void IncImpliedHighlighted ()
 Increase element's implied-highlight count. Stamp appropriately. More...
 
virtual void DecImpliedHighlighted ()
 Decrease element's implied-highlight count. Stamp appropriately. More...
 
virtual UChar_t GetSelectedLevel () const
 Get selection level, needed for rendering selection and highlight feedback. More...
 
void RecheckImpliedSelections ()
 Call this if it is possible that implied-selection or highlight has changed for this element or for implied-selection this element is member of and you want to maintain consistent selection state. More...
 
void SetCSCBits (UChar_t f)
 
void ResetCSCBits (UChar_t f)
 
Bool_t TestCSCBits (UChar_t f) const
 
void ResetAllCSCBits ()
 
void CSCImplySelectAllChildren ()
 
void CSCTakeAnyParentAsMaster ()
 
void CSCApplyMainColorToAllChildren ()
 
void CSCApplyMainColorToMatchingChildren ()
 
void CSCApplyMainTransparencyToAllChildren ()
 
void CSCApplyMainTransparencyToMatchingChildren ()
 
void StampColorSelection ()
 
void StampTransBBox ()
 
void StampObjProps ()
 
void StampVisibility ()
 
virtual void AddStamp (UChar_t bits)
 Add (bitwise or) given stamps to fChangeBits. More...
 
virtual void ClearStamps ()
 
UChar_t GetChangeBits () const
 
virtual const TGPictureGetListTreeIcon (Bool_t open=kFALSE)
 Returns pointer to first listtreeicon. More...
 
virtual const TGPictureGetListTreeCheckBoxIcon ()
 Returns list-tree-item check-box picture appropriate for given rendering state. More...
 
void VizDB_Apply (const char *tag)
 Set visual parameters for this object for given tag. More...
 
void VizDB_Reapply ()
 Reset visual parameters for this object from VizDB. More...
 
void VizDB_UpdateModel (Bool_t update=kTRUE)
 Copy visual parameters from this element to viz-db model. More...
 
void VizDB_Insert (const char *tag, Bool_t replace=kTRUE, Bool_t update=kTRUE)
 Create a replica of element and insert it into VizDB with given tag. More...
 
 ClassDef (TEveElement, 0)
 
- Public Member Functions inherited from TNamed
 TNamed ()
 
 TNamed (const char *name, const char *title)
 
 TNamed (const TString &name, const TString &title)
 
 TNamed (const TNamed &named)
 
TNamedoperator= (const TNamed &rhs)
 TNamed assignment operator. More...
 
virtual ~TNamed ()
 
virtual void Clear (Option_t *option="")
 Set name and title to empty strings (""). More...
 
virtual TObjectClone (const char *newname="") const
 Make a clone of an object using the Streamer facility. More...
 
virtual Int_t Compare (const TObject *obj) const
 Compare two TNamed objects. More...
 
virtual void Copy (TObject &named) const
 Copy this to obj. More...
 
virtual void FillBuffer (char *&buffer)
 Encode TNamed into output buffer. More...
 
virtual const char * GetName () const
 Returns name of object. More...
 
virtual const char * GetTitle () const
 Returns title of object. More...
 
virtual ULong_t Hash () const
 Return hash value for this object. More...
 
virtual Bool_t IsSortable () const
 
virtual void SetName (const char *name)
 Change (i.e. More...
 
virtual void SetNameTitle (const char *name, const char *title)
 Change (i.e. set) all the TNamed parameters (name and title). More...
 
virtual void SetTitle (const char *title="")
 Change (i.e. set) the title of the TNamed. More...
 
virtual void ls (Option_t *option="") const
 List TNamed name and title. More...
 
virtual void Print (Option_t *option="") const
 Print TNamed name and title. More...
 
virtual Int_t Sizeof () const
 Return size of the TNamed part of the TObject. More...
 
- Public Member Functions inherited from TObject
 TObject ()
 
 TObject (const TObject &object)
 TObject copy ctor. More...
 
TObjectoperator= (const TObject &rhs)
 TObject assignment operator. More...
 
virtual ~TObject ()
 TObject destructor. More...
 
virtual void AppendPad (Option_t *option="")
 Append graphics object to current pad. More...
 
virtual void Browse (TBrowser *b)
 Browse object. May be overridden for another default action. More...
 
virtual const char * ClassName () const
 Returns name of class to which the object belongs. More...
 
virtual void Delete (Option_t *option="")
 Delete this object. More...
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 Computes distance from point (px,py) to the object. More...
 
virtual void Draw (Option_t *option="")
 Default Draw method for all objects. More...
 
virtual void DrawClass () const
 Draw class inheritance tree of the class to which this object belongs. More...
 
virtual TObjectDrawClone (Option_t *option="") const
 Draw a clone of this object in the current pad. More...
 
virtual void Dump () const
 Dump contents of object on stdout. More...
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 Execute method on this object with the given parameter string, e.g. More...
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 Execute method on this object with parameters stored in the TObjArray. More...
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 Execute action corresponding to an event at (px,py). More...
 
virtual TObjectFindObject (const char *name) const
 Must be redefined in derived classes. More...
 
virtual TObjectFindObject (const TObject *obj) const
 Must be redefined in derived classes. More...
 
virtual Option_tGetDrawOption () const
 Get option used by the graphics system to draw this object. More...
 
virtual UInt_t GetUniqueID () const
 Return the unique object id. More...
 
virtual const char * GetIconName () const
 Returns mime type name of object. More...
 
virtual Option_tGetOption () const
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 Returns string containing info about the object at position (px,py). More...
 
virtual Bool_t HandleTimer (TTimer *timer)
 Execute action in response of a timer timing out. More...
 
virtual Bool_t InheritsFrom (const char *classname) const
 Returns kTRUE if object inherits from class "classname". More...
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 Returns kTRUE if object inherits from TClass cl. More...
 
virtual void Inspect () const
 Dump contents of this object in a graphics canvas. More...
 
virtual Bool_t IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
 
virtual Bool_t IsEqual (const TObject *obj) const
 Default equal comparison (objects are equal if they have the same address in memory). More...
 
Bool_t IsOnHeap () const
 
Bool_t IsZombie () const
 
virtual Bool_t Notify ()
 This method must be overridden to handle object notification. More...
 
virtual void Paint (Option_t *option="")
 This method must be overridden if a class wants to paint itself. More...
 
virtual void Pop ()
 Pop on object drawn in a pad to the top of the display list. More...
 
virtual Int_t Read (const char *name)
 Read contents of object with specified name from the current directory. More...
 
virtual void RecursiveRemove (TObject *obj)
 Recursively remove this object from a list. More...
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 Save this object in the file specified by filename. More...
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 Save a primitive as a C++ statement(s) on output stream "out". More...
 
virtual void SetDrawOption (Option_t *option="")
 Set drawing option for object. More...
 
virtual void SetUniqueID (UInt_t uid)
 Set the unique object id. More...
 
virtual void UseCurrentStyle ()
 Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0)
 Write this object to the current directory. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const
 Write this object to the current directory. More...
 
voidoperator new (size_t sz)
 
voidoperator new[] (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz, void *vp)
 
void operator delete (void *ptr)
 Operator delete. More...
 
void operator delete[] (void *ptr)
 Operator delete []. More...
 
void SetBit (UInt_t f, Bool_t set)
 Set or unset the user status bits as specified in f. More...
 
void SetBit (UInt_t f)
 
void ResetBit (UInt_t f)
 
Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
void InvertBit (UInt_t f)
 
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message. More...
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message. More...
 
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message. More...
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 Issue system error message. More...
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message. More...
 
void AbstractMethod (const char *method) const
 Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
 
void MayNotUse (const char *method) const
 Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete. More...
 

Static Public Member Functions

static Float_t EtaToTheta (Float_t eta)
 
- Static Public Member Functions inherited from TObject
static Long_t GetDtorOnly ()
 Return destructor only flag. More...
 
static void SetDtorOnly (void *obj)
 Set destructor only flag. More...
 
static Bool_t GetObjectStat ()
 Get status of object stat flag. More...
 
static void SetObjectStat (Bool_t stat)
 Turn on/off tracking of objects in the TObjectTable. More...
 

Protected Attributes

vSliceInfo_t fSliceInfos
 
TAxisfEtaAxis
 
TAxisfPhiAxis
 
Bool_t fWrapTwoPi
 
Float_t fMaxValEt
 
Float_t fMaxValE
 
Float_t fEps
 
vCellId_t fCellsSelected
 
vCellId_t fCellsHighlighted
 
- Protected Attributes inherited from TEveElement
List_t fParents
 
List_t fChildren
 
TEveCompoundfCompound
 
TEveElementfVizModel
 
TString fVizTag
 Element used as model from VizDB. More...
 
Int_t fNumChildren
 
Int_t fParentIgnoreCnt
 
Int_t fTopItemCnt
 Counter for parents that are ignored in ref-counting. More...
 
Int_t fDenyDestroy
 Counter for top-level list-tree items that prevent automatic destruction. More...
 
Bool_t fDestroyOnZeroRefCnt
 Deny-destroy count. More...
 
Bool_t fRnrSelf
 
Bool_t fRnrChildren
 
Bool_t fCanEditMainColor
 
Bool_t fCanEditMainTransparency
 
Bool_t fCanEditMainTrans
 
Char_t fMainTransparency
 
Color_tfMainColorPtr
 
TEveTransfMainTrans
 
sLTI_t fItems
 
TRef fSource
 Set of list-tree-items. More...
 
voidfUserData
 
Bool_t fPickable
 
Bool_t fSelected
 
Bool_t fHighlighted
 
Short_t fImpliedSelected
 
Short_t fImpliedHighlighted
 
UChar_t fCSCBits
 
UChar_t fChangeBits
 
Char_t fDestructing
 
- Protected Attributes inherited from TNamed
TString fName
 
TString fTitle
 

Private Member Functions

 TEveCaloData (const TEveCaloData &)
 
TEveCaloDataoperator= (const TEveCaloData &)
 

Additional Inherited Members

- Static Public Attributes inherited from TEveElement
static const TGPicturefgRnrIcons [4] = { 0 }
 
static const TGPicturefgListTreeIcons [9] = { 0 }
 
- Protected Types inherited from TEveElement
enum  ECompoundSelectionColorBits {
  kCSCBImplySelectAllChildren = BIT(0), kCSCBTakeAnyParentAsMaster = BIT(1), kCSCBApplyMainColorToAllChildren = BIT(2), kCSCBApplyMainColorToMatchingChildren = BIT(3),
  kCSCBApplyMainTransparencyToAllChildren = BIT(4), kCSCBApplyMainTransparencyToMatchingChildren = BIT(5)
}
 
enum  EDestruct { kNone, kStandard, kAnnihilate }
 
- Protected Member Functions inherited from TEveElement
virtual void PreDeleteElement ()
 Externally assigned and controlled user data. More...
 
virtual void RemoveElementsInternal ()
 Remove all elements. More...
 
virtual void AnnihilateRecursively ()
 Protected member function called from TEveElement::Annihilate(). More...
 
- Protected Member Functions inherited from TObject
void MakeZombie ()
 
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 Interface to ErrorHandler (protected). More...
 
- Static Protected Member Functions inherited from TEveElement
static const char * ToString (Bool_t b)
 Convert Bool_t to string - kTRUE or kFALSE. More...
 

#include <TEveCaloData.h>

+ Inheritance diagram for TEveCaloData:
+ Collaboration diagram for TEveCaloData:

Member Typedef Documentation

typedef std::vector<CellGeom_t>::const_iterator TEveCaloData::vCellGeom_ci

Definition at line 151 of file TEveCaloData.h.

typedef std::vector<CellGeom_t>::iterator TEveCaloData::vCellGeom_i

Definition at line 150 of file TEveCaloData.h.

typedef std::vector<CellGeom_t> TEveCaloData::vCellGeom_t

Definition at line 149 of file TEveCaloData.h.

typedef std::vector<CellId_t>::iterator TEveCaloData::vCellId_i

Definition at line 147 of file TEveCaloData.h.

typedef std::vector<CellId_t> TEveCaloData::vCellId_t

Definition at line 146 of file TEveCaloData.h.

typedef std::vector<SliceInfo_t>::iterator TEveCaloData::vSliceInfo_i

Definition at line 53 of file TEveCaloData.h.

Definition at line 52 of file TEveCaloData.h.

Constructor & Destructor Documentation

TEveCaloData::TEveCaloData ( const TEveCaloData )
private
TEveCaloData::TEveCaloData ( const char *  n = "TEveCalData",
const char *  t = "" 
)

Definition at line 113 of file TEveCaloData.cxx.

virtual TEveCaloData::~TEveCaloData ( )
inlinevirtual

Definition at line 175 of file TEveCaloData.h.

Member Function Documentation

void TEveCaloData::CellSelectionChanged ( )
virtual

Tell users (TEveCaloViz instances using this data) that cell selection has changed and they should update selection cache if necessary.

This is done by calling TEveCaloViz::CellSelectionChanged().

Definition at line 398 of file TEveCaloData.cxx.

Referenced by ProcessSelection().

TEveCaloData::ClassDef ( TEveCaloData  ,
 
)
void TEveCaloData::DataChanged ( )
virtual

Tell users (TEveCaloViz instances using this data) that data has changed and they should update the limits/scales etc.

This is done by calling TEveCaloViz::DataChanged().

Reimplemented in TEveCaloDataHist, and TEveCaloDataVec.

Definition at line 382 of file TEveCaloData.cxx.

Referenced by TEveCaloDataVec::DataChanged(), and TEveCaloDataHist::DataChanged().

Bool_t TEveCaloData::Empty ( ) const
inline
Float_t TEveCaloData::EtaToTheta ( Float_t  eta)
static
void TEveCaloData::FillImpliedSelectedSet ( Set_t impSelSet)
virtual

Populate set impSelSet with derived / dependant elements.

Reimplemented from TEveElement.

Definition at line 178 of file TEveCaloData.cxx.

virtual void TEveCaloData::GetCellData ( const CellId_t id,
CellData_t data 
) const
pure virtual
virtual void TEveCaloData::GetCellList ( Float_t  etaMin,
Float_t  etaMax,
Float_t  phi,
Float_t  phiRng,
vCellId_t out 
) const
pure virtual
vCellId_t& TEveCaloData::GetCellsHighlighted ( )
inline
vCellId_t& TEveCaloData::GetCellsSelected ( )
inline
virtual Float_t TEveCaloData::GetEps ( ) const
inlinevirtual

Definition at line 224 of file TEveCaloData.h.

Referenced by TEveCalo2D::BuildCellIdCache().

virtual TAxis* TEveCaloData::GetEtaBins ( ) const
inlinevirtual
virtual void TEveCaloData::GetEtaLimits ( Double_t min,
Double_t max 
) const
pure virtual
TString TEveCaloData::GetHighlightTooltip ( )
virtual

Reimplemented from TEveElement.

Definition at line 149 of file TEveCaloData.cxx.

virtual Float_t TEveCaloData::GetMaxVal ( Bool_t  et) const
inlinevirtual
Int_t TEveCaloData::GetNSlices ( ) const
inline
virtual TAxis* TEveCaloData::GetPhiBins ( ) const
inlinevirtual
virtual void TEveCaloData::GetPhiLimits ( Double_t min,
Double_t max 
) const
pure virtual
Color_t TEveCaloData::GetSliceColor ( Int_t  slice) const

Get color for given slice.

Definition at line 338 of file TEveCaloData.cxx.

Referenced by TEveCaloLegoGL::DrawCells2D(), and TEveCaloViz::SetupColorHeight().

Float_t TEveCaloData::GetSliceThreshold ( Int_t  slice) const

Get threshold for given slice.

Definition at line 318 of file TEveCaloData.cxx.

Char_t TEveCaloData::GetSliceTransparency ( Int_t  slice) const

Get transparency for given slice.

Definition at line 358 of file TEveCaloData.cxx.

Referenced by TEveCaloLegoGL::DrawCells2D(), TEveCaloLegoGL::DrawCells3D(), and TEveCaloViz::SetupColorHeight().

Bool_t TEveCaloData::GetWrapTwoPi ( ) const
inline

Definition at line 227 of file TEveCaloData.h.

Referenced by TEveCaloVizEditor::SetModel(), and TEveCaloLegoGL::WrapTwoPi().

void TEveCaloData::InvalidateUsersCellIdCache ( )
virtual

Invalidate cell ids cache on back ptr references.

Definition at line 366 of file TEveCaloData.cxx.

Referenced by SetSliceThreshold().

TEveCaloData& TEveCaloData::operator= ( const TEveCaloData )
private
void TEveCaloData::PrintCellsSelected ( )

Print selected cells info.

Definition at line 189 of file TEveCaloData.cxx.

void TEveCaloData::ProcessSelection ( vCellId_t sel_cells,
TGLSelectRecord rec 
)

Process newly selected cells with given select-record.

Secondary-select status is set. CellSelectionChanged() is called if needed.

Definition at line 207 of file TEveCaloData.cxx.

Referenced by TEveCalo3DGL::ProcessSelection(), TEveCalo2DGL::ProcessSelection(), and TEveCaloLegoGL::ProcessSelection().

virtual void TEveCaloData::Rebin ( TAxis ax,
TAxis ay,
vCellId_t in,
Bool_t  et,
RebinData_t out 
) const
pure virtual
SliceInfo_t& TEveCaloData::RefSliceInfo ( Int_t  s)
inline
virtual void TEveCaloData::SetEps ( Float_t  eps)
inlinevirtual

Definition at line 225 of file TEveCaloData.h.

virtual void TEveCaloData::SetEtaBins ( TAxis ax)
inlinevirtual

Definition at line 219 of file TEveCaloData.h.

virtual void TEveCaloData::SetPhiBins ( TAxis ax)
inlinevirtual

Definition at line 222 of file TEveCaloData.h.

void TEveCaloData::SetSliceColor ( Int_t  slice,
Color_t  col 
)

Set color for given slice.

Definition at line 326 of file TEveCaloData.cxx.

Referenced by TEveCaloViz::SetDataSliceColor().

void TEveCaloData::SetSliceThreshold ( Int_t  slice,
Float_t  threshold 
)

Set threshold for given slice.

Definition at line 309 of file TEveCaloData.cxx.

Referenced by TEveCaloViz::SetDataSliceThreshold().

void TEveCaloData::SetSliceTransparency ( Int_t  slice,
Char_t  t 
)

Set transparency for given slice.

Definition at line 346 of file TEveCaloData.cxx.

Referenced by TEveCaloVizEditor::DoSliceTransparency().

void TEveCaloData::SetWrapTwoPi ( Bool_t  w)
inline

Definition at line 228 of file TEveCaloData.h.

void TEveCaloData::UnHighlighted ( )
virtual

Virtual method TEveElement::UnHighlighted.

Reimplemented from TEveElement.

Definition at line 142 of file TEveCaloData.cxx.

void TEveCaloData::UnSelected ( )
virtual

Virtual method TEveElement::UnSelect.

Clear selected towers when deselected.

Reimplemented from TEveElement.

Definition at line 134 of file TEveCaloData.cxx.

Member Data Documentation

vCellId_t TEveCaloData::fCellsHighlighted
protected
vCellId_t TEveCaloData::fCellsSelected
protected

Definition at line 170 of file TEveCaloData.h.

Referenced by GetCellsSelected(), PrintCellsSelected(), ProcessSelection(), and UnSelected().

Float_t TEveCaloData::fEps
protected
TAxis* TEveCaloData::fEtaAxis
protected
Float_t TEveCaloData::fMaxValE
protected
Float_t TEveCaloData::fMaxValEt
protected

Definition at line 165 of file TEveCaloData.h.

Referenced by TEveCaloDataVec::DataChanged(), and TEveCaloDataHist::DataChanged().

TAxis* TEveCaloData::fPhiAxis
protected
vSliceInfo_t TEveCaloData::fSliceInfos
protected
Bool_t TEveCaloData::fWrapTwoPi
protected

The documentation for this class was generated from the following files: