Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Experimental::REveCaloDataVec Class Reference

Definition at line 240 of file REveCaloData.hxx.

Public Types

typedef std::list< REveAunt * > AuntList_t
enum  EChangeBits {
  kCBColorSelection = (1ULL << (0)) , kCBTransBBox = (1ULL << (1)) , kCBObjProps = (1ULL << (2)) , kCBVisibility = (1ULL << (3)) ,
  kCBElementAdded = (1ULL << (4))
}
typedef std::list< REveElement * > List_t
typedef std::set< Int_tSelectionSet_t
typedef std::set< REveElement * > Set_t
typedef std::vector< CellGeom_t >::const_iterator vCellGeom_ci
typedef std::vector< CellGeom_t >::iterator vCellGeom_i
typedef std::vector< CellGeom_tvCellGeom_t
typedef std::vector< CellId_t >::iterator vCellId_i
typedef std::vector< CellId_tvCellId_t
typedef std::vector< SliceInfo_t >::iterator vSliceInfo_i
typedef std::vector< SliceInfo_tvSliceInfo_t

Public Member Functions

 REveCaloDataVec (Int_t nslices)
 ~REveCaloDataVec () override
 Destructor.
virtual Bool_t AcceptElement (REveElement *el)
 Check if el can be added to this element.
virtual bool AcceptNiece (REveElement *)
virtual void AddAunt (REveAunt *au)
 Add el into the list aunts.
virtual void AddElement (REveElement *el)
 Add el to the list of children.
virtual void AddNiece (REveElement *el)
void AddNieceInternal (REveElement *el) override
Int_t AddSlice ()
 Add new slice.
virtual void AddStamp (UChar_t bits)
 Add (bitwise or) given stamps to fChangeBits.
Int_t AddTower (Float_t etaMin, Float_t etaMax, Float_t phiMin, Float_t phiMax)
 Add tower within eta/phi range.
virtual void Annihilate ()
 Optimized destruction without check of reference-count.
virtual void AnnihilateElements ()
 Annihilate elements.
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.
virtual void BuildRenderData ()
 Write transformation Matrix to render data.
virtual Bool_t CanEditElement () const
virtual Bool_t CanEditMainColor () const
virtual Bool_t CanEditMainTrans () const
virtual Bool_t CanEditMainTransparency () const
virtual void CheckReferenceCount (const std::string &from="<unknown>")
 Check external references to this and eventually auto-destruct the render-element.
virtual void ClearStamps ()
virtual void CloneChildrenRecurse (REveElement *dest, Int_t level=0) const
 Clone children and attach them to the dest element.
virtual REveElementCloneElement () const
 Clone the element via copy constructor.
virtual REveElementCloneElementRecurse (Int_t level=0) const
 Clone elements and recurse 'level' deep over children.
virtual void CopyVizParams (const REveElement *el)
 Copy visualization parameters from element el.
virtual void CopyVizParamsFromDB ()
 Copy visualization parameters from the model-element fVizModel.
void CSCApplyMainColorToAllChildren ()
void CSCApplyMainColorToMatchingChildren ()
void CSCApplyMainTransparencyToAllChildren ()
void CSCApplyMainTransparencyToMatchingChildren ()
void CSCImplySelectAllChildren ()
void CSCTakeMotherAsMaster ()
void DataChanged () override
 Update limits and notify data users.
void DecDenyDestroy ()
 Decreases the deny-destroy count of the element.
void DecImpliedSelected ()
virtual void Destroy ()
 Destroy this element.
virtual void DestroyElements ()
 Destroy all children of this element.
virtual void DestroyMainTrans ()
 Destroy the main transformation matrix, it will always be taken as identity.
virtual void DestroyOrWarn ()
 Destroy this element. Prints a warning if deny-destroy is in force.
void DisableListElements (Bool_t rnr_self=kFALSE, Bool_t rnr_children=kFALSE)
 Disable rendering of children and their list contents.
Bool_t Empty () const
void EnableListElements (Bool_t rnr_self=kTRUE, Bool_t rnr_children=kTRUE)
 Enable rendering of children and their list contents.
virtual void ExportToInterpreter (const char *var_name)
 Export render-element to Cling with variable name var_name.
void FillExtraSelectionData (nlohmann::json &, const std::set< int > &) const override
void FillImpliedSelectedSet (Set_t &impSelSet, const std::set< int > &sec_idcs) override
 Populate set impSelSet with derived / dependant elements.
void FillSlice (Int_t slice, Float_t value)
 Fill given slice in the current tower.
void FillSlice (Int_t slice, Int_t tower, Float_t value)
 Fill given slice in a given tower.
REveElementFindChild (const TString &name, const TClass *cls=nullptr)
 Find the first child with given name.
REveElementFindChild (TPRegexp &regexp, const TClass *cls=nullptr)
 Find the first child whose name matches regexp.
Int_t FindChildren (List_t &matches, const TString &name, const TClass *cls=nullptr)
 Find all children with given name and append them to matches list.
Int_t FindChildren (List_t &matches, TPRegexp &regexp, const TClass *cls=nullptr)
 Find all children whose name matches regexp and append them to matches list.
REveElementFirstChild () const
 Returns the first child element or 0 if the list is empty.
Bool_t GetAlwaysSecSelect () const
void GetCellData (const REveCaloData::CellId_t &id, REveCaloData::CellData_t &data) const override
 Get cell geometry and value from cell ID.
std::vector< REveCaloData::CellGeom_t > & GetCellGeom ()
void GetCellList (Float_t etaMin, Float_t etaMax, Float_t phi, Float_t phiRng, vCellId_t &out) const override
 Get list of cell-ids for given eta/phi range.
UChar_t GetChangeBits () const
TClassGetChildClass () const
const char * GetCName () const
REveCompoundGetCompound ()
const char * GetCTitle () const
Int_t GetDenyDestroy () const
 Returns the number of times deny-destroy has been requested on the element.
Bool_t GetDestroyOnZeroRefCnt () const
 Returns state of flag determining if the element will be destroyed when reference count reaches zero.
ElementId_t GetElementId () const
virtual Float_t GetEps () const
virtual TAxisGetEtaBins () const
void GetEtaLimits (Double_t &min, Double_t &max) const override
std::string GetHighlightTooltip (const std::set< int > &secondary_idcs) const override
int GetImpliedSelected ()
virtual Color_t GetMainColor () const
Color_tGetMainColorPtr () const
virtual Char_t GetMainTransparency () const
virtual Float_t GetMaxVal (Bool_t et) const
REveElementGetMother ()
const std::string & GetName () const
Int_t GetNCells ()
Int_t GetNSlices () const
virtual TAxisGetPhiBins () const
void GetPhiLimits (Double_t &min, Double_t &max) const override
REveRenderDataGetRenderData () const
virtual Bool_t GetRnrAnything () const
virtual Bool_t GetRnrChildren () const
virtual Bool_t GetRnrSelf () const
virtual Bool_t GetRnrState () const
REveSceneGetScene ()
virtual REveElementGetSelectionMaster ()
 Returns the master element - that is:
REveCaloDataSelectorGetSelector ()
Color_t GetSliceColor (Int_t slice) const
 Get color for given slice.
Float_t GetSliceThreshold (Int_t slice) const
 Get threshold for given slice.
Char_t GetSliceTransparency (Int_t slice) const
 Get transparency for given slice.
std::vector< Float_t > & GetSliceVals (Int_t slice)
const std::string & GetTitle () const
void * GetUserData () const
REveElementGetVizModel () const
const TStringGetVizTag () const
Bool_t GetWrapTwoPi () const
Bool_t HasAunts () const
Bool_t HasChild (REveElement *el)
 Check if element el is a child of this element.
Bool_t HasChildren () const
virtual Bool_t HasMainColor () const
virtual Bool_t HasMainTrans () const
bool HasMother ()
bool HasNiece (REveElement *el) const override
bool HasNieces () const override
bool HasScene ()
void IncDenyDestroy ()
 Increases the deny-destroy count of the element.
void IncImpliedSelected ()
virtual void InitMainTrans (Bool_t can_edit=kTRUE)
 Initialize the main transformation to identity matrix.
virtual void InvalidateUsersCellIdCache ()
 Invalidate cell ids cache on back ptr references.
TClassIsA () const
 Return class for this element Return REveElement class in case dicitonary is not exisiting.
Bool_t IsPickable () const
REveElementLastChild () const
 Returns the last child element or 0 if the list is empty.
virtual void NameTitleChanged ()
 Virtual function called when a name or title of the element has been changed.
Int_t NumAunts () const
Int_t NumChildren () const
void ProcessSelection (vCellId_t &sel_cells, UInt_t selectionId, Bool_t multi)
 Process newly selected cells with given select-record.
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.
virtual void ProjectChild (REveElement *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.
virtual void PropagateMainColorToProjecteds (Color_t color, Color_t old_color)
 Propagate color to projected elements.
virtual void PropagateMainTransparencyToProjecteds (Char_t t, Char_t old_t)
 Propagate transparency to projected elements.
virtual void PropagateRnrStateToProjecteds ()
 Propagate render state to the projected replicas of this element.
virtual void PropagateVizParamsToChildren (REveElement *el=nullptr)
 Propagate visualization parameters from element el (defaulting to this) to all children.
virtual void PropagateVizParamsToProjecteds ()
 Propagate visualization parameters to dependent elements.
virtual REveTransPtrMainTrans (Bool_t create=kTRUE)
 Return pointer to main transformation.
void Rebin (TAxis *ax, TAxis *ay, vCellId_t &in, Bool_t et, RebinData_t &out) const override
 Rebin cells.
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.
AuntList_tRefAunts ()
const AuntList_tRefAunts () const
List_tRefChildren ()
const List_tRefChildren () const
SelectionSet_tRefHighlightedSet ()
virtual REveTransRefMainTrans ()
 Return reference to main transformation.
SelectionSet_tRefSelectedSet ()
SliceInfo_tRefSliceInfo (Int_t s)
virtual void RemoveAunt (REveAunt *au)
 Remove el from the list of aunts.
virtual void RemoveElement (REveElement *el)
 Remove el from the list of children.
virtual void RemoveElementLocal (REveElement *el)
 Perform additional local removal of el.
virtual void RemoveElements ()
 Remove all elements.
virtual void RemoveElementsLocal ()
 Perform additional local removal of all elements.
virtual void RemoveNiece (REveElement *el)
void RemoveNieceInternal (REveElement *el) override
void RemoveNieces () override
bool RequiresExtraSelectionData () const override
void ResetAllCSCBits ()
void ResetCSCBits (UChar_t f)
void SaveVizParams (std::ostream &out, const TString &tag, const TString &var)
 Save visualization parameters for this element with given tag.
void SetAlwaysSecSelect (Bool_t f)
void SetAxisFromBins (Double_t epsX=0.001, Double_t epsY=0.001)
 Set XY axis from cells geometry.
void SetChildClass (TClass *c)
void SetCompound (REveCompound *c)
void SetCSCBits (UChar_t f)
void SetDestroyOnZeroRefCnt (Bool_t d)
 Sets the state of flag determining if the element will be destroyed when reference count reaches zero.
void SetEditMainColor (Bool_t x)
void SetEditMainTransparency (Bool_t x)
virtual void SetEps (Float_t eps)
virtual void SetEtaBins (std::unique_ptr< TAxis > ax)
void SetMainAlpha (Float_t alpha)
 Set main-transparency via float alpha variable.
virtual void SetMainColor (Color_t color)
 Set main color of the element.
void SetMainColorPixel (Pixel_t pixel)
 Convert pixel to Color_t and call SetMainColor().
void SetMainColorPtr (Color_t *colptr)
void SetMainColorRGB (Float_t r, Float_t g, Float_t b)
 Convert RGB values to Color_t and call SetMainColor.
void SetMainColorRGB (UChar_t r, UChar_t g, UChar_t b)
 Convert RGB values to Color_t and call SetMainColor.
virtual void SetMainTransparency (Char_t t)
 Set main-transparency.
void SetName (const std::string &name)
 Set name of an element.
void SetNameTitle (const std::string &name, const std::string &title)
 Set name and title of an element.
virtual void SetPhiBins (std::unique_ptr< TAxis > ax)
void SetPickable (Bool_t p)
void SetPickableRecursively (Bool_t p)
 Set pickable state on the element and all its children.
virtual Bool_t SetRnrChildren (Bool_t rnr)
 Set render state of this element's children, i.e.
virtual Bool_t SetRnrSelf (Bool_t rnr)
 Set render state of this element, i.e.
virtual Bool_t SetRnrSelfChildren (Bool_t rnr_self, Bool_t rnr_children)
 Set state for rendering of this element and its children.
virtual Bool_t SetRnrState (Bool_t rnr)
 Set render state of this element and of its children to the same value.
void SetSelectionMaster (REveElement *el)
void SetSelector (REveCaloDataSelector *iSelector)
void SetSliceColor (Int_t slice, Color_t col)
 Set color for given slice.
void SetSliceThreshold (Int_t slice, Float_t threshold)
 Set threshold for given slice.
void SetSliceTransparency (Int_t slice, Char_t t)
 Set transparency for given slice.
void SetTitle (const std::string &title)
 Set title of an element.
virtual void SetTransMatrix (const TGeoMatrix &mat)
 Set transformation matrix from TGeo's matrix.
virtual void SetTransMatrix (Double_t *carr)
 Set transformation matrix from column-major array.
void SetupDefaultColorAndTransparency (Color_t col, Bool_t can_edit_color, Bool_t can_edit_transparency)
 Set up element to use built-in main color and set flags allowing editing of main color and transparency.
void SetUserData (void *ud)
void SetVizModel (REveElement *model)
 Set visualization-parameter model element.
Bool_t SetVizModelByTag ()
 Find model element in VizDB that corresponds to previously assigned fVizTag and set fVizModel accordingly.
void SetVizTag (const TString &tag)
void SetWrapTwoPi (Bool_t w)
virtual Bool_t SingleRnrState () const
void Stamp ()
void StampColorSelection ()
void StampElementAdded ()
void StampObjProps ()
void StampTransBBox ()
void StampVisibility ()
Bool_t TestCSCBits (UChar_t f) const
void VizDB_Apply (const std::string &tag)
 Set visual parameters for this object for given tag.
void VizDB_Insert (const std::string &tag, Bool_t replace=kTRUE, Bool_t update=kTRUE)
 Create a replica of element and insert it into VizDB with given tag.
void VizDB_Reapply ()
 Reset visual parameters for this object from VizDB.
void VizDB_UpdateModel (Bool_t update=kTRUE)
 Copy visual parameters from this element to viz-db model.
Int_t WriteCoreJson (nlohmann::json &j, Int_t rnr_offset) override
 Write core json.
virtual void WriteVizParams (std::ostream &out, const TString &var)
 Write-out visual parameters for this object.

Static Public Member Functions

static Float_t EtaToTheta (Float_t eta)

Protected Types

enum  ECompoundSelectionColorBits {
  kCSCBImplySelectAllChildren = (1ULL << (0)) , kCSCBTakeMotherAsMaster = (1ULL << (1)) , kCSCBApplyMainColorToAllChildren = (1ULL << (2)) , kCSCBApplyMainColorToMatchingChildren = (1ULL << (3)) ,
  kCSCBApplyMainTransparencyToAllChildren = (1ULL << (4)) , kCSCBApplyMainTransparencyToMatchingChildren = (1ULL << (5))
}
enum  EDestruct { kNone , kStandard , kAnnihilate }
typedef std::vector< Float_t >::iterator vFloat_i
typedef std::vector< Float_tvFloat_t
typedef std::vector< vFloat_t >::iterator vvFloat_i
typedef std::vector< vFloat_tvvFloat_t

Protected Member Functions

virtual void AnnihilateRecursively ()
 Protected member function called from REveElement::Annihilate().
void assign_element_id_recurisvely ()
void assign_scene_recursively (REveScene *s)
ElementId_t get_mother_id () const
ElementId_t get_scene_id () const
virtual void PreDeleteElement ()
 Called before the element is deleted, thus offering the last chance to detach from acquired resources and from the framework itself.
virtual void RemoveElementsInternal ()
 Remove all elements.

Static Protected Member Functions

static void AppendMirErrorString (std::string_view err_str)
static void ClearMirContext ()
static void SetMirContext (REveElement *el)
static void SetMirError (int error, std::string_view err_str="")
static const std::string & ToString (Bool_t b)
 Convert Bool_t to string - kTRUE or kFALSE.

Protected Attributes

Bool_t fAlwaysSecSelect {kFALSE}
AuntList_t fAunts
Bool_t fCanEditMainColor {kFALSE}
Bool_t fCanEditMainTrans {kFALSE}
Bool_t fCanEditMainTransparency {kFALSE}
UChar_t fChangeBits {0}
 !
TClassfChildClass {nullptr}
List_t fChildren
REveCompoundfCompound {nullptr}
UChar_t fCSCBits {0}
Color_t fDefaultColor {kPink}
Int_t fDenyDestroy {0}
 ! Deny-destroy count.
Bool_t fDestroyOnZeroRefCnt {kTRUE}
Char_t fDestructing {kNone}
 !
Float_t fEps
std::unique_ptr< TAxisfEtaAxis
Float_t fEtaMax
Float_t fEtaMin
vCellGeom_t fGeomVec
SelectionSet_t fHighlightedSet
Short_t fImpliedSelected {0}
Color_tfMainColorPtr {nullptr}
std::unique_ptr< REveTransfMainTrans
Char_t fMainTransparency {0}
Float_t fMaxValE
Float_t fMaxValEt
REveElementfMother {nullptr}
std::string fName
REveElement::List_t fNieces
std::unique_ptr< TAxisfPhiAxis
Float_t fPhiMax
Float_t fPhiMin
Bool_t fPickable {false}
std::unique_ptr< REveRenderDatafRenderData
 ! Vertex / normal / triangle index information for rendering.
Bool_t fRnrChildren {kTRUE}
Bool_t fRnrSelf {kTRUE}
REveScenefScene {nullptr}
SelectionSet_t fSelectedSet
REveElementfSelectionMaster {nullptr}
std::unique_ptr< REveCaloDataSelectorfSelector
vSliceInfo_t fSliceInfos
vvFloat_t fSliceVec
std::string fTitle
Int_t fTower
void * fUserData {nullptr}
 ! Externally assigned and controlled user data.
REveElementfVizModel {nullptr}
 ! Element used as model from VizDB.
TString fVizTag
Bool_t fWrapTwoPi

Static Protected Attributes

static REveElementstlMirAlpha = nullptr
static int stlMirError = 0
static std::string stlMirErrorString

Private Member Functions

REveCaloDataVecoperator= (const REveCaloDataVec &)=delete

Private Attributes

ElementId_t fElementId {0}

#include <ROOT/REveCaloData.hxx>

Inheritance diagram for ROOT::Experimental::REveCaloDataVec:
ROOT::Experimental::REveCaloData ROOT::Experimental::REveElement ROOT::Experimental::REveAuntAsList ROOT::Experimental::REveSecondarySelectable ROOT::Experimental::REveAunt

Member Typedef Documentation

◆ AuntList_t

Definition at line 57 of file REveElement.hxx.

◆ List_t

Definition at line 53 of file REveElement.hxx.

◆ SelectionSet_t

◆ Set_t

Definition at line 55 of file REveElement.hxx.

◆ vCellGeom_ci

typedef std::vector<CellGeom_t>::const_iterator ROOT::Experimental::REveCaloData::vCellGeom_ci
inherited

Definition at line 155 of file REveCaloData.hxx.

◆ vCellGeom_i

typedef std::vector<CellGeom_t>::iterator ROOT::Experimental::REveCaloData::vCellGeom_i
inherited

Definition at line 154 of file REveCaloData.hxx.

◆ vCellGeom_t

Definition at line 153 of file REveCaloData.hxx.

◆ vCellId_i

typedef std::vector<CellId_t>::iterator ROOT::Experimental::REveCaloData::vCellId_i
inherited

Definition at line 151 of file REveCaloData.hxx.

◆ vCellId_t

typedef std::vector<CellId_t> ROOT::Experimental::REveCaloData::vCellId_t
inherited

Definition at line 150 of file REveCaloData.hxx.

◆ vFloat_i

typedef std::vector<Float_t>::iterator ROOT::Experimental::REveCaloDataVec::vFloat_i
protected

Definition at line 248 of file REveCaloData.hxx.

◆ vFloat_t

Definition at line 247 of file REveCaloData.hxx.

◆ vSliceInfo_i

typedef std::vector<SliceInfo_t>::iterator ROOT::Experimental::REveCaloData::vSliceInfo_i
inherited

Definition at line 56 of file REveCaloData.hxx.

◆ vSliceInfo_t

Definition at line 55 of file REveCaloData.hxx.

◆ vvFloat_i

typedef std::vector<vFloat_t>::iterator ROOT::Experimental::REveCaloDataVec::vvFloat_i
protected

Definition at line 251 of file REveCaloData.hxx.

◆ vvFloat_t

Definition at line 250 of file REveCaloData.hxx.

Member Enumeration Documentation

◆ EChangeBits

Enumerator
kCBColorSelection 
kCBTransBBox 
kCBObjProps 
kCBVisibility 
kCBElementAdded 

Definition at line 327 of file REveElement.hxx.

◆ ECompoundSelectionColorBits

Enumerator
kCSCBImplySelectAllChildren 
kCSCBTakeMotherAsMaster 
kCSCBApplyMainColorToAllChildren 
kCSCBApplyMainColorToMatchingChildren 
kCSCBApplyMainTransparencyToAllChildren 
kCSCBApplyMainTransparencyToMatchingChildren 

Definition at line 272 of file REveElement.hxx.

◆ EDestruct

Enumerator
kNone 
kStandard 
kAnnihilate 

Definition at line 282 of file REveElement.hxx.

Constructor & Destructor Documentation

◆ REveCaloDataVec()

REveCaloDataVec::REveCaloDataVec ( Int_t nslices)

Definition at line 351 of file REveCaloData.cxx.

◆ ~REveCaloDataVec()

REveCaloDataVec::~REveCaloDataVec ( )
override

Destructor.

Definition at line 370 of file REveCaloData.cxx.

Member Function Documentation

◆ AcceptElement()

Bool_t REveElement::AcceptElement ( REveElement * el)
virtualinherited

Check if el can be added to this element.

Here we make sure the new child is not equal to this and, if fChildClass is set, that it is inherited from it.

Reimplemented in ROOT::Experimental::REveSceneInfo.

Definition at line 881 of file REveElement.cxx.

◆ AcceptNiece()

virtual bool ROOT::Experimental::REveAunt::AcceptNiece ( REveElement * )
inlinevirtualinherited

Reimplemented in ROOT::Experimental::REveSelection.

Definition at line 386 of file REveElement.hxx.

◆ AddAunt()

void REveElement::AddAunt ( REveAunt * au)
virtualinherited

Add el into the list aunts.

Adding aunt is subordinate to adding a niece. This is an internal function.

Definition at line 547 of file REveElement.cxx.

◆ AddElement()

void REveElement::AddElement ( REveElement * el)
virtualinherited

Add el to the list of children.

Reimplemented in ROOT::Experimental::REveCompound, and ROOT::Experimental::REveViewerList.

Definition at line 893 of file REveElement.cxx.

◆ AddNiece()

virtual void ROOT::Experimental::REveAunt::AddNiece ( REveElement * el)
inlinevirtualinherited

Definition at line 388 of file REveElement.hxx.

◆ AddNieceInternal()

void ROOT::Experimental::REveAuntAsList::AddNieceInternal ( REveElement * el)
inlineoverridevirtualinherited

Implements ROOT::Experimental::REveAunt.

Definition at line 432 of file REveElement.hxx.

◆ AddSlice()

Int_t REveCaloDataVec::AddSlice ( )

Add new slice.

Definition at line 377 of file REveCaloData.cxx.

◆ AddStamp()

void REveElement::AddStamp ( UChar_t bits)
virtualinherited

Add (bitwise or) given stamps to fChangeBits.

Register this element to REX::gEve as stamped. This method is virtual so that sub-classes can add additional actions. The base-class method should still be called (or replicated).

Definition at line 1462 of file REveElement.cxx.

◆ AddTower()

Int_t REveCaloDataVec::AddTower ( Float_t etaMin,
Float_t etaMax,
Float_t phiMin,
Float_t phiMax )

Add tower within eta/phi range.

Definition at line 389 of file REveCaloData.cxx.

◆ Annihilate()

void REveElement::Annihilate ( )
virtualinherited

Optimized destruction without check of reference-count.

Parents are not notified about child destruction. The method should only be used when an element does not have more than one parent – otherwise an exception is thrown.

Definition at line 1229 of file REveElement.cxx.

◆ AnnihilateElements()

void REveElement::AnnihilateElements ( )
virtualinherited

Annihilate elements.

Definition at line 1258 of file REveElement.cxx.

◆ AnnihilateRecursively()

void REveElement::AnnihilateRecursively ( )
protectedvirtualinherited

Protected member function called from REveElement::Annihilate().

Definition at line 1203 of file REveElement.cxx.

◆ AppendMirErrorString()

void REveElement::AppendMirErrorString ( std::string_view err_str)
staticprotectedinherited

Definition at line 143 of file REveElement.cxx.

◆ ApplyVizTag()

Bool_t REveElement::ApplyVizTag ( const TString & tag,
const TString & fallback_tag = "" )
inherited

Set the VizTag, find model-element from the VizDB and copy visualization-parameters from it.

If the model is not found and fallback_tag is non-null, search for it is attempted as well. For example: ApplyVizTag("TPC Clusters", "Clusters");

If the model-element can not be found a warning is printed and false is returned.

Definition at line 338 of file REveElement.cxx.

◆ assign_element_id_recurisvely()

void REveElement::assign_element_id_recurisvely ( )
protectedinherited

Definition at line 168 of file REveElement.cxx.

◆ assign_scene_recursively()

void REveElement::assign_scene_recursively ( REveScene * s)
protectedinherited

Definition at line 189 of file REveElement.cxx.

◆ BuildRenderData()

◆ CanEditElement()

virtual Bool_t ROOT::Experimental::REveElement::CanEditElement ( ) const
inlinevirtualinherited

Definition at line 214 of file REveElement.hxx.

◆ CanEditMainColor()

virtual Bool_t ROOT::Experimental::REveElement::CanEditMainColor ( ) const
inlinevirtualinherited

Definition at line 228 of file REveElement.hxx.

◆ CanEditMainTrans()

virtual Bool_t ROOT::Experimental::REveElement::CanEditMainTrans ( ) const
inlinevirtualinherited

Definition at line 248 of file REveElement.hxx.

◆ CanEditMainTransparency()

virtual Bool_t ROOT::Experimental::REveElement::CanEditMainTransparency ( ) const
inlinevirtualinherited

Definition at line 241 of file REveElement.hxx.

◆ CheckReferenceCount()

void REveElement::CheckReferenceCount ( const std::string & from = "<unknown>")
virtualinherited

Check external references to this and eventually auto-destruct the render-element.

Reimplemented in ROOT::Experimental::REveTrackPropagator.

Definition at line 572 of file REveElement.cxx.

◆ ClearMirContext()

void REveElement::ClearMirContext ( )
staticprotectedinherited

Definition at line 126 of file REveElement.cxx.

◆ ClearStamps()

virtual void ROOT::Experimental::REveElement::ClearStamps ( )
inlinevirtualinherited

Definition at line 359 of file REveElement.hxx.

◆ CloneChildrenRecurse()

void REveElement::CloneChildrenRecurse ( REveElement * dest,
Int_t level = 0 ) const
virtualinherited

Clone children and attach them to the dest element.

If level == 0, only the direct descendants are cloned (default). If level == -1, all the hierarchy is cloned.

Definition at line 248 of file REveElement.cxx.

◆ CloneElement()

REveElement * REveElement::CloneElement ( ) const
virtualinherited

Clone the element via copy constructor.

Should be implemented for all classes that require cloning support.

Reimplemented in ROOT::Experimental::REvePointSet.

Definition at line 223 of file REveElement.cxx.

◆ CloneElementRecurse()

REveElement * REveElement::CloneElementRecurse ( Int_t level = 0) const
virtualinherited

Clone elements and recurse 'level' deep over children.

  • If level == 0, only the element itself is cloned (default).
  • If level == -1, all the hierarchy is cloned.

Definition at line 233 of file REveElement.cxx.

◆ CopyVizParams()

void REveElement::CopyVizParams ( const REveElement * el)
virtualinherited

Copy visualization parameters from element el.

This method needs to be overriden by any class that introduces new parameters.

Reimplemented in ROOT::Experimental::REveLine, ROOT::Experimental::REvePointSet, ROOT::Experimental::REveShape, ROOT::Experimental::REveStraightLineSet, ROOT::Experimental::REveTrack, and ROOT::Experimental::REveTrackList.

Definition at line 401 of file REveElement.cxx.

◆ CopyVizParamsFromDB()

void REveElement::CopyVizParamsFromDB ( )
virtualinherited

Copy visualization parameters from the model-element fVizModel.

A warning is printed if the model-element fVizModel is not set.

Definition at line 415 of file REveElement.cxx.

◆ CSCApplyMainColorToAllChildren()

void ROOT::Experimental::REveElement::CSCApplyMainColorToAllChildren ( )
inlineinherited

Definition at line 316 of file REveElement.hxx.

◆ CSCApplyMainColorToMatchingChildren()

void ROOT::Experimental::REveElement::CSCApplyMainColorToMatchingChildren ( )
inlineinherited

Definition at line 317 of file REveElement.hxx.

◆ CSCApplyMainTransparencyToAllChildren()

void ROOT::Experimental::REveElement::CSCApplyMainTransparencyToAllChildren ( )
inlineinherited

Definition at line 318 of file REveElement.hxx.

◆ CSCApplyMainTransparencyToMatchingChildren()

void ROOT::Experimental::REveElement::CSCApplyMainTransparencyToMatchingChildren ( )
inlineinherited

Definition at line 319 of file REveElement.hxx.

◆ CSCImplySelectAllChildren()

void ROOT::Experimental::REveElement::CSCImplySelectAllChildren ( )
inlineinherited

Definition at line 314 of file REveElement.hxx.

◆ CSCTakeMotherAsMaster()

void ROOT::Experimental::REveElement::CSCTakeMotherAsMaster ( )
inlineinherited

Definition at line 315 of file REveElement.hxx.

◆ DataChanged()

void REveCaloDataVec::DataChanged ( )
overridevirtual

Update limits and notify data users.

Reimplemented from ROOT::Experimental::REveCaloData.

Definition at line 535 of file REveCaloData.cxx.

◆ DecDenyDestroy()

void REveElement::DecDenyDestroy ( )
inherited

Decreases the deny-destroy count of the element.

Call this after releasing an external pointer to the element.

Definition at line 1369 of file REveElement.cxx.

◆ DecImpliedSelected()

void ROOT::Experimental::REveElement::DecImpliedSelected ( )
inlineinherited

Definition at line 304 of file REveElement.hxx.

◆ Destroy()

void REveElement::Destroy ( )
virtualinherited

Destroy this element.

Throws an exception if deny-destroy is in force. This method should be called instead of a destructor. Note that an exception will be thrown if the element has been protected against destruction with IncDenyDestroy().

Definition at line 1273 of file REveElement.cxx.

◆ DestroyElements()

void REveElement::DestroyElements ( )
virtualinherited

Destroy all children of this element.

Definition at line 1303 of file REveElement.cxx.

◆ DestroyMainTrans()

void REveElement::DestroyMainTrans ( )
virtualinherited

Destroy the main transformation matrix, it will always be taken as identity.

Editing of transformation parameters is disabled.

Definition at line 853 of file REveElement.cxx.

◆ DestroyOrWarn()

void REveElement::DestroyOrWarn ( )
virtualinherited

Destroy this element. Prints a warning if deny-destroy is in force.

Definition at line 1288 of file REveElement.cxx.

◆ DisableListElements()

void REveElement::DisableListElements ( Bool_t rnr_self = kFALSE,
Bool_t rnr_children = kFALSE )
inherited

Disable rendering of children and their list contents.

Arguments control how to set self/child rendering.

Same as above function, but default arguments are different. This is convenient for calls via context menu.

Definition at line 1194 of file REveElement.cxx.

◆ Empty()

Bool_t ROOT::Experimental::REveCaloData::Empty ( ) const
inlineinherited

Definition at line 209 of file REveCaloData.hxx.

◆ EnableListElements()

void REveElement::EnableListElements ( Bool_t rnr_self = kTRUE,
Bool_t rnr_children = kTRUE )
inherited

Enable rendering of children and their list contents.

Arguments control how to set self/child rendering.

Definition at line 1181 of file REveElement.cxx.

◆ EtaToTheta()

Float_t REveCaloData::EtaToTheta ( Float_t eta)
staticinherited

Definition at line 305 of file REveCaloData.cxx.

◆ ExportToInterpreter()

void REveElement::ExportToInterpreter ( const char * var_name)
virtualinherited

Export render-element to Cling with variable name var_name.

Definition at line 606 of file REveElement.cxx.

◆ FillExtraSelectionData()

void REveCaloData::FillExtraSelectionData ( nlohmann::json & j,
const std::set< int > & secondary_idcs ) const
overridevirtualinherited

Reimplemented from ROOT::Experimental::REveElement.

Definition at line 281 of file REveCaloData.cxx.

◆ FillImpliedSelectedSet()

void REveCaloData::FillImpliedSelectedSet ( Set_t & impSelSet,
const std::set< int > & sec_idcs )
overridevirtualinherited

Populate set impSelSet with derived / dependant elements.

Reimplemented from ROOT::Experimental::REveElement.

Definition at line 162 of file REveCaloData.cxx.

◆ FillSlice() [1/2]

void REveCaloDataVec::FillSlice ( Int_t slice,
Float_t value )

Fill given slice in the current tower.

Definition at line 412 of file REveCaloData.cxx.

◆ FillSlice() [2/2]

void REveCaloDataVec::FillSlice ( Int_t slice,
Int_t tower,
Float_t value )

Fill given slice in a given tower.

Definition at line 420 of file REveCaloData.cxx.

◆ FindChild() [1/2]

REveElement * REveElement::FindChild ( const TString & name,
const TClass * cls = nullptr )
inherited

Find the first child with given name.

If cls is specified (non 0), it is also checked.

Returns nullptr if not found.

Definition at line 1081 of file REveElement.cxx.

◆ FindChild() [2/2]

REveElement * REveElement::FindChild ( TPRegexp & regexp,
const TClass * cls = nullptr )
inherited

Find the first child whose name matches regexp.

If cls is specified (non 0), it is also checked.

Returns nullptr if not found.

Definition at line 1100 of file REveElement.cxx.

◆ FindChildren() [1/2]

Int_t REveElement::FindChildren ( List_t & matches,
const TString & name,
const TClass * cls = nullptr )
inherited

Find all children with given name and append them to matches list.

If class is specified (non 0), it is also checked.

Returns number of elements added to the list.

Definition at line 1119 of file REveElement.cxx.

◆ FindChildren() [2/2]

Int_t REveElement::FindChildren ( List_t & matches,
TPRegexp & regexp,
const TClass * cls = nullptr )
inherited

Find all children whose name matches regexp and append them to matches list.

Returns number of elements added to the list.

Definition at line 1143 of file REveElement.cxx.

◆ FirstChild()

REveElement * REveElement::FirstChild ( ) const
inherited

Returns the first child element or 0 if the list is empty.

Definition at line 1164 of file REveElement.cxx.

◆ get_mother_id()

ElementId_t REveElement::get_mother_id ( ) const
protectedinherited

Definition at line 158 of file REveElement.cxx.

◆ get_scene_id()

ElementId_t REveElement::get_scene_id ( ) const
protectedinherited

Definition at line 163 of file REveElement.cxx.

◆ GetAlwaysSecSelect()

Bool_t ROOT::Experimental::REveSecondarySelectable::GetAlwaysSecSelect ( ) const
inlineinherited

Definition at line 43 of file REveSecondarySelectable.hxx.

◆ GetCellData()

void REveCaloDataVec::GetCellData ( const REveCaloData::CellId_t & id,
REveCaloData::CellData_t & data ) const
overridevirtual

Get cell geometry and value from cell ID.

Implements ROOT::Experimental::REveCaloData.

Definition at line 525 of file REveCaloData.cxx.

◆ GetCellGeom()

std::vector< REveCaloData::CellGeom_t > & ROOT::Experimental::REveCaloDataVec::GetCellGeom ( )
inline

Definition at line 275 of file REveCaloData.hxx.

◆ GetCellList()

void REveCaloDataVec::GetCellList ( Float_t etaMin,
Float_t etaMax,
Float_t phi,
Float_t phiRng,
REveCaloData::vCellId_t & out ) const
overridevirtual

Get list of cell-ids for given eta/phi range.

Implements ROOT::Experimental::REveCaloData.

Definition at line 429 of file REveCaloData.cxx.

◆ GetChangeBits()

UChar_t ROOT::Experimental::REveElement::GetChangeBits ( ) const
inlineinherited

Definition at line 363 of file REveElement.hxx.

◆ GetChildClass()

TClass * ROOT::Experimental::REveElement::GetChildClass ( ) const
inlineinherited

Definition at line 164 of file REveElement.hxx.

◆ GetCName()

const char * ROOT::Experimental::REveElement::GetCName ( ) const
inlineinherited

Definition at line 119 of file REveElement.hxx.

◆ GetCompound()

REveCompound * ROOT::Experimental::REveElement::GetCompound ( )
inlineinherited

Definition at line 146 of file REveElement.hxx.

◆ GetCTitle()

const char * ROOT::Experimental::REveElement::GetCTitle ( ) const
inlineinherited

Definition at line 121 of file REveElement.hxx.

◆ GetDenyDestroy()

Int_t REveElement::GetDenyDestroy ( ) const
inherited

Returns the number of times deny-destroy has been requested on the element.

Definition at line 1351 of file REveElement.cxx.

◆ GetDestroyOnZeroRefCnt()

Bool_t REveElement::GetDestroyOnZeroRefCnt ( ) const
inherited

Returns state of flag determining if the element will be destroyed when reference count reaches zero.

This is true by default.

Definition at line 1332 of file REveElement.cxx.

◆ GetElementId()

ElementId_t ROOT::Experimental::REveElement::GetElementId ( ) const
inlineinherited

Definition at line 112 of file REveElement.hxx.

◆ GetEps()

virtual Float_t ROOT::Experimental::REveCaloData::GetEps ( ) const
inlinevirtualinherited

Definition at line 217 of file REveCaloData.hxx.

◆ GetEtaBins()

virtual TAxis * ROOT::Experimental::REveCaloData::GetEtaBins ( ) const
inlinevirtualinherited

Definition at line 211 of file REveCaloData.hxx.

◆ GetEtaLimits()

void ROOT::Experimental::REveCaloDataVec::GetEtaLimits ( Double_t & min,
Double_t & max ) const
inlineoverridevirtual

Implements ROOT::Experimental::REveCaloData.

Definition at line 284 of file REveCaloData.hxx.

◆ GetHighlightTooltip()

std::string REveCaloData::GetHighlightTooltip ( const std::set< int > & secondary_idcs) const
overridevirtualinherited

Reimplemented from ROOT::Experimental::REveElement.

Definition at line 316 of file REveCaloData.cxx.

◆ GetImpliedSelected()

int ROOT::Experimental::REveElement::GetImpliedSelected ( )
inlineinherited

Definition at line 305 of file REveElement.hxx.

◆ GetMainColor()

virtual Color_t ROOT::Experimental::REveElement::GetMainColor ( ) const
inlinevirtualinherited

Definition at line 234 of file REveElement.hxx.

◆ GetMainColorPtr()

Color_t * ROOT::Experimental::REveElement::GetMainColorPtr ( ) const
inlineinherited

Definition at line 230 of file REveElement.hxx.

◆ GetMainTransparency()

virtual Char_t ROOT::Experimental::REveElement::GetMainTransparency ( ) const
inlinevirtualinherited

Definition at line 243 of file REveElement.hxx.

◆ GetMaxVal()

virtual Float_t ROOT::Experimental::REveCaloData::GetMaxVal ( Bool_t et) const
inlinevirtualinherited

Definition at line 208 of file REveCaloData.hxx.

◆ GetMother()

REveElement * ROOT::Experimental::REveElement::GetMother ( )
inlineinherited

Definition at line 153 of file REveElement.hxx.

◆ GetName()

const std::string & ROOT::Experimental::REveElement::GetName ( ) const
inlineinherited

Definition at line 118 of file REveElement.hxx.

◆ GetNCells()

Int_t ROOT::Experimental::REveCaloDataVec::GetNCells ( )
inline

Definition at line 273 of file REveCaloData.hxx.

◆ GetNSlices()

Int_t ROOT::Experimental::REveCaloData::GetNSlices ( ) const
inlineinherited

Definition at line 195 of file REveCaloData.hxx.

◆ GetPhiBins()

virtual TAxis * ROOT::Experimental::REveCaloData::GetPhiBins ( ) const
inlinevirtualinherited

Definition at line 214 of file REveCaloData.hxx.

◆ GetPhiLimits()

void ROOT::Experimental::REveCaloDataVec::GetPhiLimits ( Double_t & min,
Double_t & max ) const
inlineoverridevirtual

Implements ROOT::Experimental::REveCaloData.

Definition at line 285 of file REveCaloData.hxx.

◆ GetRenderData()

REveRenderData * ROOT::Experimental::REveElement::GetRenderData ( ) const
inlineinherited

Definition at line 264 of file REveElement.hxx.

◆ GetRnrAnything()

virtual Bool_t ROOT::Experimental::REveElement::GetRnrAnything ( ) const
inlinevirtualinherited

Definition at line 219 of file REveElement.hxx.

◆ GetRnrChildren()

virtual Bool_t ROOT::Experimental::REveElement::GetRnrChildren ( ) const
inlinevirtualinherited

Definition at line 217 of file REveElement.hxx.

◆ GetRnrSelf()

virtual Bool_t ROOT::Experimental::REveElement::GetRnrSelf ( ) const
inlinevirtualinherited

Definition at line 216 of file REveElement.hxx.

◆ GetRnrState()

virtual Bool_t ROOT::Experimental::REveElement::GetRnrState ( ) const
inlinevirtualinherited

Definition at line 218 of file REveElement.hxx.

◆ GetScene()

REveScene * ROOT::Experimental::REveElement::GetScene ( )
inlineinherited

Definition at line 152 of file REveElement.hxx.

◆ GetSelectionMaster()

REveElement * REveElement::GetSelectionMaster ( )
virtualinherited

Returns the master element - that is:

  • master of projectable, if this is a projected;
  • master of compound, if fCompound is set;
  • master of mother, if kSCBTakeMotherAsMaster bit is set; If non of the above is true, this is returned.

Reimplemented in RecHitProxyBuilder::FWBoxSet, and ROOT::Experimental::REveCollectionCompound.

Definition at line 1392 of file REveElement.cxx.

◆ GetSelector()

REveCaloDataSelector * ROOT::Experimental::REveCaloData::GetSelector ( )
inlineinherited

Definition at line 224 of file REveCaloData.hxx.

◆ GetSliceColor()

Color_t REveCaloData::GetSliceColor ( Int_t slice) const
inherited

Get color for given slice.

Definition at line 203 of file REveCaloData.cxx.

◆ GetSliceThreshold()

Float_t REveCaloData::GetSliceThreshold ( Int_t slice) const
inherited

Get threshold for given slice.

Definition at line 182 of file REveCaloData.cxx.

◆ GetSliceTransparency()

Char_t REveCaloData::GetSliceTransparency ( Int_t slice) const
inherited

Get transparency for given slice.

Definition at line 224 of file REveCaloData.cxx.

◆ GetSliceVals()

std::vector< Float_t > & ROOT::Experimental::REveCaloDataVec::GetSliceVals ( Int_t slice)
inline

Definition at line 274 of file REveCaloData.hxx.

◆ GetTitle()

const std::string & ROOT::Experimental::REveElement::GetTitle ( ) const
inlineinherited

Definition at line 120 of file REveElement.hxx.

◆ GetUserData()

void * ROOT::Experimental::REveElement::GetUserData ( ) const
inlineinherited

Definition at line 261 of file REveElement.hxx.

◆ GetVizModel()

REveElement * ROOT::Experimental::REveElement::GetVizModel ( ) const
inlineinherited

Definition at line 133 of file REveElement.hxx.

◆ GetVizTag()

const TString & ROOT::Experimental::REveElement::GetVizTag ( ) const
inlineinherited

Definition at line 130 of file REveElement.hxx.

◆ GetWrapTwoPi()

Bool_t ROOT::Experimental::REveCaloData::GetWrapTwoPi ( ) const
inlineinherited

Definition at line 220 of file REveCaloData.hxx.

◆ HasAunts()

Bool_t ROOT::Experimental::REveElement::HasAunts ( ) const
inlineinherited

Definition at line 162 of file REveElement.hxx.

◆ HasChild()

Bool_t REveElement::HasChild ( REveElement * el)
inherited

Check if element el is a child of this element.

Definition at line 1070 of file REveElement.cxx.

◆ HasChildren()

Bool_t ROOT::Experimental::REveElement::HasChildren ( ) const
inlineinherited

Definition at line 170 of file REveElement.hxx.

◆ HasMainColor()

virtual Bool_t ROOT::Experimental::REveElement::HasMainColor ( ) const
inlinevirtualinherited

Definition at line 233 of file REveElement.hxx.

◆ HasMainTrans()

virtual Bool_t ROOT::Experimental::REveElement::HasMainTrans ( ) const
inlinevirtualinherited

Definition at line 249 of file REveElement.hxx.

◆ HasMother()

bool ROOT::Experimental::REveElement::HasMother ( )
inlineinherited

Definition at line 150 of file REveElement.hxx.

◆ HasNiece()

bool ROOT::Experimental::REveAuntAsList::HasNiece ( REveElement * el) const
inlineoverridevirtualinherited

Implements ROOT::Experimental::REveAunt.

Definition at line 422 of file REveElement.hxx.

◆ HasNieces()

bool ROOT::Experimental::REveAuntAsList::HasNieces ( ) const
inlineoverridevirtualinherited

Implements ROOT::Experimental::REveAunt.

Definition at line 427 of file REveElement.hxx.

◆ HasScene()

bool ROOT::Experimental::REveElement::HasScene ( )
inlineinherited

Definition at line 149 of file REveElement.hxx.

◆ IncDenyDestroy()

void REveElement::IncDenyDestroy ( )
inherited

Increases the deny-destroy count of the element.

Call this if you store an external pointer to the element.

Definition at line 1360 of file REveElement.cxx.

◆ IncImpliedSelected()

void ROOT::Experimental::REveElement::IncImpliedSelected ( )
inlineinherited

Definition at line 303 of file REveElement.hxx.

◆ InitMainTrans()

void REveElement::InitMainTrans ( Bool_t can_edit = kTRUE)
virtualinherited

Initialize the main transformation to identity matrix.

If can_edit is true (default), the user will be able to edit the transformation parameters via GUI.

Definition at line 840 of file REveElement.cxx.

◆ InvalidateUsersCellIdCache()

void REveCaloData::InvalidateUsersCellIdCache ( )
virtualinherited

Invalidate cell ids cache on back ptr references.

Definition at line 232 of file REveCaloData.cxx.

◆ IsA()

TClass * REveElement::IsA ( ) const
inherited

Return class for this element Return REveElement class in case dicitonary is not exisiting.

Definition at line 593 of file REveElement.cxx.

◆ IsPickable()

Bool_t ROOT::Experimental::REveElement::IsPickable ( ) const
inlineinherited

Definition at line 294 of file REveElement.hxx.

◆ LastChild()

REveElement * REveElement::LastChild ( ) const
inherited

Returns the last child element or 0 if the list is empty.

Definition at line 1172 of file REveElement.cxx.

◆ NameTitleChanged()

void REveElement::NameTitleChanged ( )
virtualinherited

Virtual function called when a name or title of the element has been changed.

If you override this, call also the version of your direct base-class.

Definition at line 293 of file REveElement.cxx.

◆ NumAunts()

Int_t ROOT::Experimental::REveElement::NumAunts ( ) const
inlineinherited

Definition at line 161 of file REveElement.hxx.

◆ NumChildren()

Int_t ROOT::Experimental::REveElement::NumChildren ( ) const
inlineinherited

Definition at line 169 of file REveElement.hxx.

◆ operator=()

REveCaloDataVec & ROOT::Experimental::REveCaloDataVec::operator= ( const REveCaloDataVec & )
privatedelete

◆ PreDeleteElement()

void REveElement::PreDeleteElement ( )
protectedvirtualinherited

Called before the element is deleted, thus offering the last chance to detach from acquired resources and from the framework itself.

Here the request is just passed to REveManager. If you override it, make sure to call base-class version.

Definition at line 211 of file REveElement.cxx.

◆ ProcessSelection()

void REveCaloData::ProcessSelection ( vCellId_t & sel_cells,
UInt_t selectionId,
Bool_t multi )
inherited

Process newly selected cells with given select-record.

Definition at line 138 of file REveCaloData.cxx.

◆ ProjectAllChildren()

void REveElement::ProjectAllChildren ( Bool_t same_depth = kTRUE)
virtualinherited

If this is a projectable, loop over all projected replicas and add the projected image of all children there.

This is supposed to be called after you destroy all children and then add new ones after this element has already been projected. You might also want to call RecheckImpliedSelections() on this element.

If 'same_depth' flag is true, the same depth as for the projected element is used in every projection. Otherwise current depth of each relevant projection-manager is used.

Definition at line 1049 of file REveElement.cxx.

◆ ProjectChild()

void REveElement::ProjectChild ( REveElement * el,
Bool_t same_depth = kTRUE )
virtualinherited

If this is a projectable, loop over all projected replicas and add the projected image of child 'el' there.

This is supposed to be called after you add a child to a projectable after it has already been projected. You might also want to call RecheckImpliedSelections() on this element or 'el'.

If 'same_depth' flag is true, the same depth as for parent object is used in every projection. Otherwise current depth of each relevant projection-manager is used.

Definition at line 1019 of file REveElement.cxx.

◆ PropagateMainColorToProjecteds()

void REveElement::PropagateMainColorToProjecteds ( Color_t color,
Color_t old_color )
virtualinherited

Propagate color to projected elements.

Definition at line 764 of file REveElement.cxx.

◆ PropagateMainTransparencyToProjecteds()

void REveElement::PropagateMainTransparencyToProjecteds ( Char_t t,
Char_t old_t )
virtualinherited

Propagate transparency to projected elements.

Definition at line 802 of file REveElement.cxx.

◆ PropagateRnrStateToProjecteds()

void REveElement::PropagateRnrStateToProjecteds ( )
virtualinherited

Propagate render state to the projected replicas of this element.

Maybe this should be optional on REX::gEve/element level.

Definition at line 700 of file REveElement.cxx.

◆ PropagateVizParamsToChildren()

void REveElement::PropagateVizParamsToChildren ( REveElement * el = nullptr)
virtualinherited

Propagate visualization parameters from element el (defaulting to this) to all children.

The primary use of this is for model-elements from visualization-parameter database.

Definition at line 386 of file REveElement.cxx.

◆ PropagateVizParamsToProjecteds()

void REveElement::PropagateVizParamsToProjecteds ( )
virtualinherited

Propagate visualization parameters to dependent elements.

MainColor is propagated independently in SetMainColor(). In this case, as fMainColor is a pointer to Color_t, it should be set in TProperClass::CopyVizParams().

Render state is not propagated. Maybe it should be, at least optionally.

Definition at line 370 of file REveElement.cxx.

◆ PtrMainTrans()

REveTrans * REveElement::PtrMainTrans ( Bool_t create = kTRUE)
virtualinherited

Return pointer to main transformation.

If 'create' flag is set (default) it is created if not yet existing.

Definition at line 815 of file REveElement.cxx.

◆ Rebin()

void REveCaloDataVec::Rebin ( TAxis * ax,
TAxis * ay,
vCellId_t & in,
Bool_t et,
RebinData_t & out ) const
overridevirtual

Rebin cells.

Implements ROOT::Experimental::REveCaloData.

Definition at line 489 of file REveCaloData.cxx.

◆ RecheckImpliedSelections()

void REveElement::RecheckImpliedSelections ( )
inherited

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.

This can happen if you add elements into compounds in response to user-interaction.

Definition at line 1437 of file REveElement.cxx.

◆ RefAunts() [1/2]

AuntList_t & ROOT::Experimental::REveElement::RefAunts ( )
inlineinherited

Definition at line 159 of file REveElement.hxx.

◆ RefAunts() [2/2]

const AuntList_t & ROOT::Experimental::REveElement::RefAunts ( ) const
inlineinherited

Definition at line 160 of file REveElement.hxx.

◆ RefChildren() [1/2]

List_t & ROOT::Experimental::REveElement::RefChildren ( )
inlineinherited

Definition at line 167 of file REveElement.hxx.

◆ RefChildren() [2/2]

const List_t & ROOT::Experimental::REveElement::RefChildren ( ) const
inlineinherited

Definition at line 168 of file REveElement.hxx.

◆ RefHighlightedSet()

SelectionSet_t & ROOT::Experimental::REveSecondarySelectable::RefHighlightedSet ( )
inlineinherited

Definition at line 47 of file REveSecondarySelectable.hxx.

◆ RefMainTrans()

REveTrans & REveElement::RefMainTrans ( )
virtualinherited

Return reference to main transformation.

It is created if not yet existing.

Definition at line 827 of file REveElement.cxx.

◆ RefSelectedSet()

SelectionSet_t & ROOT::Experimental::REveSecondarySelectable::RefSelectedSet ( )
inlineinherited

Definition at line 46 of file REveSecondarySelectable.hxx.

◆ RefSliceInfo()

SliceInfo_t & ROOT::Experimental::REveCaloData::RefSliceInfo ( Int_t s)
inlineinherited

Definition at line 196 of file REveCaloData.hxx.

◆ RemoveAunt()

void REveElement::RemoveAunt ( REveAunt * au)
virtualinherited

Remove el from the list of aunts.

Removing aunt is subordinate to removing a niece. This is an internal function.

Definition at line 559 of file REveElement.cxx.

◆ RemoveElement()

void REveElement::RemoveElement ( REveElement * el)
virtualinherited

Remove el from the list of children.

Definition at line 926 of file REveElement.cxx.

◆ RemoveElementLocal()

void REveElement::RemoveElementLocal ( REveElement * el)
virtualinherited

Perform additional local removal of el.

Called from RemoveElement() which does whole untangling. Put into special function as framework-related handling of element removal should really be common to all classes and clearing of local structures happens in between removal of list-tree-items and final removal. If you override this, you should also override RemoveElementsLocal().

Reimplemented in ROOT::Experimental::REveCompound, ROOT::Experimental::REvePointSetArray, ROOT::Experimental::REveViewer, and ROOT::Experimental::REveViewerList.

Definition at line 959 of file REveElement.cxx.

◆ RemoveElements()

void REveElement::RemoveElements ( )
virtualinherited

Remove all elements.

This assumes removing of all elements can be done more efficiently then looping over them and removing them one by one.

Definition at line 990 of file REveElement.cxx.

◆ RemoveElementsInternal()

void REveElement::RemoveElementsInternal ( )
protectedvirtualinherited

Remove all elements.

This assumes removing of all elements can be done more efficiently then looping over them and removing one by one. This protected function performs the removal on the level of REveElement.

Definition at line 969 of file REveElement.cxx.

◆ RemoveElementsLocal()

void REveElement::RemoveElementsLocal ( )
virtualinherited

Perform additional local removal of all elements.

See comment to RemoveElementLocal(REveElement*).

Reimplemented in ROOT::Experimental::REveCompound, ROOT::Experimental::REvePointSetArray, ROOT::Experimental::REveViewer, and ROOT::Experimental::REveViewerList.

Definition at line 1003 of file REveElement.cxx.

◆ RemoveNiece()

virtual void ROOT::Experimental::REveAunt::RemoveNiece ( REveElement * el)
inlinevirtualinherited

Definition at line 396 of file REveElement.hxx.

◆ RemoveNieceInternal()

void ROOT::Experimental::REveAuntAsList::RemoveNieceInternal ( REveElement * el)
inlineoverridevirtualinherited

Implements ROOT::Experimental::REveAunt.

Definition at line 437 of file REveElement.hxx.

◆ RemoveNieces()

void ROOT::Experimental::REveAuntAsList::RemoveNieces ( )
inlineoverridevirtualinherited

Implements ROOT::Experimental::REveAunt.

Definition at line 442 of file REveElement.hxx.

◆ RequiresExtraSelectionData()

bool ROOT::Experimental::REveCaloData::RequiresExtraSelectionData ( ) const
inlineoverridevirtualinherited

Reimplemented from ROOT::Experimental::REveElement.

Definition at line 230 of file REveCaloData.hxx.

◆ ResetAllCSCBits()

void ROOT::Experimental::REveElement::ResetAllCSCBits ( )
inlineinherited

Definition at line 313 of file REveElement.hxx.

◆ ResetCSCBits()

void ROOT::Experimental::REveElement::ResetCSCBits ( UChar_t f)
inlineinherited

Definition at line 310 of file REveElement.hxx.

◆ SaveVizParams()

void REveElement::SaveVizParams ( std::ostream & out,
const TString & tag,
const TString & var )
inherited

Save visualization parameters for this element with given tag.

This function creates the instantiation code, calls virtual WriteVizParams() and, at the end, writes out the code for registration of the model into the VizDB.

Definition at line 434 of file REveElement.cxx.

◆ SetAlwaysSecSelect()

void ROOT::Experimental::REveSecondarySelectable::SetAlwaysSecSelect ( Bool_t f)
inlineinherited

Definition at line 44 of file REveSecondarySelectable.hxx.

◆ SetAxisFromBins()

void REveCaloDataVec::SetAxisFromBins ( Double_t epsX = 0.001,
Double_t epsY = 0.001 )

Set XY axis from cells geometry.

Definition at line 566 of file REveCaloData.cxx.

◆ SetChildClass()

void ROOT::Experimental::REveElement::SetChildClass ( TClass * c)
inlineinherited

Definition at line 165 of file REveElement.hxx.

◆ SetCompound()

void ROOT::Experimental::REveElement::SetCompound ( REveCompound * c)
inlineinherited

Definition at line 147 of file REveElement.hxx.

◆ SetCSCBits()

void ROOT::Experimental::REveElement::SetCSCBits ( UChar_t f)
inlineinherited

Definition at line 309 of file REveElement.hxx.

◆ SetDestroyOnZeroRefCnt()

void REveElement::SetDestroyOnZeroRefCnt ( Bool_t d)
inherited

Sets the state of flag determining if the element will be destroyed when reference count reaches zero.

This is true by default.

Definition at line 1342 of file REveElement.cxx.

◆ SetEditMainColor()

void ROOT::Experimental::REveElement::SetEditMainColor ( Bool_t x)
inlineinherited

Definition at line 229 of file REveElement.hxx.

◆ SetEditMainTransparency()

void ROOT::Experimental::REveElement::SetEditMainTransparency ( Bool_t x)
inlineinherited

Definition at line 242 of file REveElement.hxx.

◆ SetEps()

virtual void ROOT::Experimental::REveCaloData::SetEps ( Float_t eps)
inlinevirtualinherited

Definition at line 218 of file REveCaloData.hxx.

◆ SetEtaBins()

virtual void ROOT::Experimental::REveCaloData::SetEtaBins ( std::unique_ptr< TAxis > ax)
inlinevirtualinherited

Definition at line 212 of file REveCaloData.hxx.

◆ SetMainAlpha()

void REveElement::SetMainAlpha ( Float_t alpha)
inherited

Set main-transparency via float alpha variable.

Value of alpha is clamped t0 [0, 1].

Definition at line 792 of file REveElement.cxx.

◆ SetMainColor()

◆ SetMainColorPixel()

void REveElement::SetMainColorPixel ( Pixel_t pixel)
inherited

Convert pixel to Color_t and call SetMainColor().

Definition at line 740 of file REveElement.cxx.

◆ SetMainColorPtr()

void ROOT::Experimental::REveElement::SetMainColorPtr ( Color_t * colptr)
inlineinherited

Definition at line 231 of file REveElement.hxx.

◆ SetMainColorRGB() [1/2]

void REveElement::SetMainColorRGB ( Float_t r,
Float_t g,
Float_t b )
inherited

Convert RGB values to Color_t and call SetMainColor.

Definition at line 756 of file REveElement.cxx.

◆ SetMainColorRGB() [2/2]

void REveElement::SetMainColorRGB ( UChar_t r,
UChar_t g,
UChar_t b )
inherited

Convert RGB values to Color_t and call SetMainColor.

Definition at line 748 of file REveElement.cxx.

◆ SetMainTransparency()

void REveElement::SetMainTransparency ( Char_t t)
virtualinherited

Set main-transparency.

Transparency is clamped to [0, 100].

Reimplemented in ROOT::Experimental::REveCompound.

Definition at line 777 of file REveElement.cxx.

◆ SetMirContext()

void REveElement::SetMirContext ( REveElement * el)
staticprotectedinherited

Definition at line 132 of file REveElement.cxx.

◆ SetMirError()

void REveElement::SetMirError ( int error,
std::string_view err_str = "" )
staticprotectedinherited

Definition at line 136 of file REveElement.cxx.

◆ SetName()

void REveElement::SetName ( const std::string & name)
inherited

Set name of an element.

Definition at line 260 of file REveElement.cxx.

◆ SetNameTitle()

void REveElement::SetNameTitle ( const std::string & name,
const std::string & title )
inherited

Set name and title of an element.

Here we attempt to cast the assigned object into TNamed and call SetNameTitle() there. If you override this call NameTitleChanged() from there.

Definition at line 281 of file REveElement.cxx.

◆ SetPhiBins()

virtual void ROOT::Experimental::REveCaloData::SetPhiBins ( std::unique_ptr< TAxis > ax)
inlinevirtualinherited

Definition at line 215 of file REveCaloData.hxx.

◆ SetPickable()

void ROOT::Experimental::REveElement::SetPickable ( Bool_t p)
inlineinherited

Definition at line 295 of file REveElement.hxx.

◆ SetPickableRecursively()

void REveElement::SetPickableRecursively ( Bool_t p)
inherited

Set pickable state on the element and all its children.

Definition at line 1378 of file REveElement.cxx.

◆ SetRnrChildren()

Bool_t REveElement::SetRnrChildren ( Bool_t rnr)
virtualinherited

Set render state of this element's children, i.e.

if they will be published on next scene update pass. Returns true if the state has changed.

Definition at line 640 of file REveElement.cxx.

◆ SetRnrSelf()

Bool_t REveElement::SetRnrSelf ( Bool_t rnr)
virtualinherited

Set render state of this element, i.e.

if it will be published on next scene update pass. Returns true if the state has changed.

Definition at line 617 of file REveElement.cxx.

◆ SetRnrSelfChildren()

Bool_t REveElement::SetRnrSelfChildren ( Bool_t rnr_self,
Bool_t rnr_children )
virtualinherited

Set state for rendering of this element and its children.

Returns true if the state has changed.

Definition at line 661 of file REveElement.cxx.

◆ SetRnrState()

Bool_t REveElement::SetRnrState ( Bool_t rnr)
virtualinherited

Set render state of this element and of its children to the same value.

Returns true if the state has changed.

Reimplemented in ROOT::Experimental::REveDataCollection, and ROOT::Experimental::REveDataItemList.

Definition at line 684 of file REveElement.cxx.

◆ SetSelectionMaster()

void ROOT::Experimental::REveElement::SetSelectionMaster ( REveElement * el)
inlineinherited

Definition at line 299 of file REveElement.hxx.

◆ SetSelector()

void REveCaloData::SetSelector ( REveCaloDataSelector * iSelector)
inherited

Definition at line 133 of file REveCaloData.cxx.

◆ SetSliceColor()

void REveCaloData::SetSliceColor ( Int_t slice,
Color_t col )
inherited

Set color for given slice.

Definition at line 190 of file REveCaloData.cxx.

◆ SetSliceThreshold()

void REveCaloData::SetSliceThreshold ( Int_t slice,
Float_t threshold )
inherited

Set threshold for given slice.

Definition at line 173 of file REveCaloData.cxx.

◆ SetSliceTransparency()

void REveCaloData::SetSliceTransparency ( Int_t slice,
Char_t t )
inherited

Set transparency for given slice.

Definition at line 211 of file REveCaloData.cxx.

◆ SetTitle()

void REveElement::SetTitle ( const std::string & title)
inherited

Set title of an element.

Definition at line 269 of file REveElement.cxx.

◆ SetTransMatrix() [1/2]

void REveElement::SetTransMatrix ( const TGeoMatrix & mat)
virtualinherited

Set transformation matrix from TGeo's matrix.

Definition at line 870 of file REveElement.cxx.

◆ SetTransMatrix() [2/2]

void REveElement::SetTransMatrix ( Double_t * carr)
virtualinherited

Set transformation matrix from column-major array.

Definition at line 862 of file REveElement.cxx.

◆ SetupDefaultColorAndTransparency()

void REveElement::SetupDefaultColorAndTransparency ( Color_t col,
Bool_t can_edit_color,
Bool_t can_edit_transparency )
inherited

Set up element to use built-in main color and set flags allowing editing of main color and transparency.

Definition at line 713 of file REveElement.cxx.

◆ SetUserData()

void ROOT::Experimental::REveElement::SetUserData ( void * ud)
inlineinherited

Definition at line 262 of file REveElement.hxx.

◆ SetVizModel()

void REveElement::SetVizModel ( REveElement * model)
inherited

Set visualization-parameter model element.

Calling of this function from outside of EVE should in principle be avoided as it can lead to dis-synchronization of viz-tag and viz-model.

Definition at line 304 of file REveElement.cxx.

◆ SetVizModelByTag()

Bool_t REveElement::SetVizModelByTag ( )
inherited

Find model element in VizDB that corresponds to previously assigned fVizTag and set fVizModel accordingly.

If the tag is not found in VizDB, the old model-element is kept and false is returned.

Definition at line 315 of file REveElement.cxx.

◆ SetVizTag()

void ROOT::Experimental::REveElement::SetVizTag ( const TString & tag)
inlineinherited

Definition at line 131 of file REveElement.hxx.

◆ SetWrapTwoPi()

void ROOT::Experimental::REveCaloData::SetWrapTwoPi ( Bool_t w)
inlineinherited

Definition at line 221 of file REveCaloData.hxx.

◆ SingleRnrState()

virtual Bool_t ROOT::Experimental::REveElement::SingleRnrState ( ) const
inlinevirtualinherited

◆ Stamp()

void ROOT::Experimental::REveElement::Stamp ( )
inlineinherited

Definition at line 361 of file REveElement.hxx.

◆ StampColorSelection()

void ROOT::Experimental::REveElement::StampColorSelection ( )
inlineinherited

Definition at line 352 of file REveElement.hxx.

◆ StampElementAdded()

void ROOT::Experimental::REveElement::StampElementAdded ( )
inlineinherited

Definition at line 356 of file REveElement.hxx.

◆ StampObjProps()

void ROOT::Experimental::REveElement::StampObjProps ( )
inlineinherited

Definition at line 354 of file REveElement.hxx.

◆ StampTransBBox()

void ROOT::Experimental::REveElement::StampTransBBox ( )
inlineinherited

Definition at line 353 of file REveElement.hxx.

◆ StampVisibility()

void ROOT::Experimental::REveElement::StampVisibility ( )
inlineinherited

Definition at line 355 of file REveElement.hxx.

◆ TestCSCBits()

Bool_t ROOT::Experimental::REveElement::TestCSCBits ( UChar_t f) const
inlineinherited

Definition at line 311 of file REveElement.hxx.

◆ ToString()

const std::string & REveElement::ToString ( Bool_t b)
staticprotectedinherited

Convert Bool_t to string - kTRUE or kFALSE.

Needed in WriteVizParams().

Definition at line 1494 of file REveElement.cxx.

◆ VizDB_Apply()

void REveElement::VizDB_Apply ( const std::string & tag)
inherited

Set visual parameters for this object for given tag.

Definition at line 475 of file REveElement.cxx.

◆ VizDB_Insert()

void REveElement::VizDB_Insert ( const std::string & tag,
Bool_t replace = kTRUE,
Bool_t update = kTRUE )
inherited

Create a replica of element and insert it into VizDB with given tag.

If replace is true an existing element with the same tag will be replaced. If update is true, existing client of tag will be updated.

Definition at line 527 of file REveElement.cxx.

◆ VizDB_Reapply()

void REveElement::VizDB_Reapply ( )
inherited

Reset visual parameters for this object from VizDB.

The model object must be already set.

Definition at line 487 of file REveElement.cxx.

◆ VizDB_UpdateModel()

void REveElement::VizDB_UpdateModel ( Bool_t update = kTRUE)
inherited

Copy visual parameters from this element to viz-db model.

If update is set, all clients of the model will be updated to the new value. A warning is printed if the model-element fVizModel is not set.

Definition at line 502 of file REveElement.cxx.

◆ WriteCoreJson()

Int_t REveCaloData::WriteCoreJson ( nlohmann::json & j,
Int_t rnr_offset )
overridevirtualinherited

Write core json.

If rnr_offset is negative, render data shall not be written. Returns number of bytes written into binary render data.

Reimplemented from ROOT::Experimental::REveElement.

Definition at line 263 of file REveCaloData.cxx.

◆ WriteVizParams()

void REveElement::WriteVizParams ( std::ostream & out,
const TString & var )
virtualinherited

Write-out visual parameters for this object.

This is a virtual function and all sub-classes are required to first call the base-element version. The name of the element pointer is 'x%03d', due to historical CINT limitations. Three spaces should be used for indentation, same as in SavePrimitive() methods.

Reimplemented in ROOT::Experimental::REveLine, ROOT::Experimental::REvePointSet, ROOT::Experimental::REveShape, ROOT::Experimental::REveStraightLineSet, ROOT::Experimental::REveTrack, and ROOT::Experimental::REveTrackList.

Definition at line 461 of file REveElement.cxx.

Member Data Documentation

◆ fAlwaysSecSelect

Bool_t ROOT::Experimental::REveSecondarySelectable::fAlwaysSecSelect {kFALSE}
protectedinherited

Definition at line 34 of file REveSecondarySelectable.hxx.

◆ fAunts

AuntList_t ROOT::Experimental::REveElement::fAunts
protectedinherited

Definition at line 76 of file REveElement.hxx.

◆ fCanEditMainColor

Bool_t ROOT::Experimental::REveElement::fCanEditMainColor {kFALSE}
protectedinherited

Definition at line 88 of file REveElement.hxx.

◆ fCanEditMainTrans

Bool_t ROOT::Experimental::REveElement::fCanEditMainTrans {kFALSE}
protectedinherited

Definition at line 90 of file REveElement.hxx.

◆ fCanEditMainTransparency

Bool_t ROOT::Experimental::REveElement::fCanEditMainTransparency {kFALSE}
protectedinherited

Definition at line 89 of file REveElement.hxx.

◆ fChangeBits

UChar_t ROOT::Experimental::REveElement::fChangeBits {0}
protectedinherited

!

Definition at line 340 of file REveElement.hxx.

◆ fChildClass

TClass* ROOT::Experimental::REveElement::fChildClass {nullptr}
protectedinherited

Definition at line 78 of file REveElement.hxx.

◆ fChildren

List_t ROOT::Experimental::REveElement::fChildren
protectedinherited

Definition at line 77 of file REveElement.hxx.

◆ fCompound

REveCompound* ROOT::Experimental::REveElement::fCompound {nullptr}
protectedinherited

Definition at line 79 of file REveElement.hxx.

◆ fCSCBits

UChar_t ROOT::Experimental::REveElement::fCSCBits {0}
protectedinherited

Definition at line 291 of file REveElement.hxx.

◆ fDefaultColor

Color_t ROOT::Experimental::REveElement::fDefaultColor {kPink}
protectedinherited

Definition at line 93 of file REveElement.hxx.

◆ fDenyDestroy

Int_t ROOT::Experimental::REveElement::fDenyDestroy {0}
protectedinherited

! Deny-destroy count.

Definition at line 83 of file REveElement.hxx.

◆ fDestroyOnZeroRefCnt

Bool_t ROOT::Experimental::REveElement::fDestroyOnZeroRefCnt {kTRUE}
protectedinherited

Definition at line 84 of file REveElement.hxx.

◆ fDestructing

Char_t ROOT::Experimental::REveElement::fDestructing {kNone}
protectedinherited

!

Definition at line 341 of file REveElement.hxx.

◆ fElementId

ElementId_t ROOT::Experimental::REveElement::fElementId {0}
privateinherited

Definition at line 60 of file REveElement.hxx.

◆ fEps

Float_t ROOT::Experimental::REveCaloData::fEps
protectedinherited

Definition at line 171 of file REveCaloData.hxx.

◆ fEtaAxis

std::unique_ptr<TAxis> ROOT::Experimental::REveCaloData::fEtaAxis
protectedinherited

Definition at line 163 of file REveCaloData.hxx.

◆ fEtaMax

Float_t ROOT::Experimental::REveCaloDataVec::fEtaMax
protected

Definition at line 259 of file REveCaloData.hxx.

◆ fEtaMin

Float_t ROOT::Experimental::REveCaloDataVec::fEtaMin
protected

Definition at line 258 of file REveCaloData.hxx.

◆ fGeomVec

vCellGeom_t ROOT::Experimental::REveCaloDataVec::fGeomVec
protected

Definition at line 254 of file REveCaloData.hxx.

◆ fHighlightedSet

SelectionSet_t ROOT::Experimental::REveSecondarySelectable::fHighlightedSet
protectedinherited

Definition at line 37 of file REveSecondarySelectable.hxx.

◆ fImpliedSelected

Short_t ROOT::Experimental::REveElement::fImpliedSelected {0}
protectedinherited

Definition at line 289 of file REveElement.hxx.

◆ fMainColorPtr

Color_t* ROOT::Experimental::REveElement::fMainColorPtr {nullptr}
protectedinherited

Definition at line 94 of file REveElement.hxx.

◆ fMainTrans

std::unique_ptr<REveTrans> ROOT::Experimental::REveElement::fMainTrans
protectedinherited

Definition at line 95 of file REveElement.hxx.

◆ fMainTransparency

Char_t ROOT::Experimental::REveElement::fMainTransparency {0}
protectedinherited

Definition at line 92 of file REveElement.hxx.

◆ fMaxValE

Float_t ROOT::Experimental::REveCaloData::fMaxValE
protectedinherited

Definition at line 169 of file REveCaloData.hxx.

◆ fMaxValEt

Float_t ROOT::Experimental::REveCaloData::fMaxValEt
protectedinherited

Definition at line 168 of file REveCaloData.hxx.

◆ fMother

REveElement* ROOT::Experimental::REveElement::fMother {nullptr}
protectedinherited

Definition at line 63 of file REveElement.hxx.

◆ fName

std::string ROOT::Experimental::REveElement::fName
protectedinherited

Definition at line 74 of file REveElement.hxx.

◆ fNieces

REveElement::List_t ROOT::Experimental::REveAuntAsList::fNieces
protectedinherited

Definition at line 414 of file REveElement.hxx.

◆ fPhiAxis

std::unique_ptr<TAxis> ROOT::Experimental::REveCaloData::fPhiAxis
protectedinherited

Definition at line 164 of file REveCaloData.hxx.

◆ fPhiMax

Float_t ROOT::Experimental::REveCaloDataVec::fPhiMax
protected

Definition at line 262 of file REveCaloData.hxx.

◆ fPhiMin

Float_t ROOT::Experimental::REveCaloDataVec::fPhiMin
protected

Definition at line 261 of file REveCaloData.hxx.

◆ fPickable

Bool_t ROOT::Experimental::REveElement::fPickable {false}
protectedinherited

Definition at line 290 of file REveElement.hxx.

◆ fRenderData

std::unique_ptr<REveRenderData> ROOT::Experimental::REveElement::fRenderData
protectedinherited

! Vertex / normal / triangle index information for rendering.

Definition at line 99 of file REveElement.hxx.

◆ fRnrChildren

Bool_t ROOT::Experimental::REveElement::fRnrChildren {kTRUE}
protectedinherited

Definition at line 87 of file REveElement.hxx.

◆ fRnrSelf

Bool_t ROOT::Experimental::REveElement::fRnrSelf {kTRUE}
protectedinherited

Definition at line 86 of file REveElement.hxx.

◆ fScene

REveScene* ROOT::Experimental::REveElement::fScene {nullptr}
protectedinherited

Definition at line 64 of file REveElement.hxx.

◆ fSelectedSet

SelectionSet_t ROOT::Experimental::REveSecondarySelectable::fSelectedSet
protectedinherited

Definition at line 36 of file REveSecondarySelectable.hxx.

◆ fSelectionMaster

REveElement* ROOT::Experimental::REveElement::fSelectionMaster {nullptr}
protectedinherited

Definition at line 65 of file REveElement.hxx.

◆ fSelector

std::unique_ptr<REveCaloDataSelector> ROOT::Experimental::REveCaloData::fSelector
protectedinherited

Definition at line 173 of file REveCaloData.hxx.

◆ fSliceInfos

vSliceInfo_t ROOT::Experimental::REveCaloData::fSliceInfos
protectedinherited

Definition at line 161 of file REveCaloData.hxx.

◆ fSliceVec

vvFloat_t ROOT::Experimental::REveCaloDataVec::fSliceVec
protected

Definition at line 253 of file REveCaloData.hxx.

◆ fTitle

std::string ROOT::Experimental::REveElement::fTitle
protectedinherited

Definition at line 75 of file REveElement.hxx.

◆ fTower

Int_t ROOT::Experimental::REveCaloDataVec::fTower
protected

Definition at line 256 of file REveCaloData.hxx.

◆ fUserData

void* ROOT::Experimental::REveElement::fUserData {nullptr}
protectedinherited

! Externally assigned and controlled user data.

Definition at line 97 of file REveElement.hxx.

◆ fVizModel

REveElement* ROOT::Experimental::REveElement::fVizModel {nullptr}
protectedinherited

! Element used as model from VizDB.

Definition at line 80 of file REveElement.hxx.

◆ fVizTag

TString ROOT::Experimental::REveElement::fVizTag
protectedinherited

Definition at line 81 of file REveElement.hxx.

◆ fWrapTwoPi

Bool_t ROOT::Experimental::REveCaloData::fWrapTwoPi
protectedinherited

Definition at line 166 of file REveCaloData.hxx.

◆ stlMirAlpha

REveElement * REveElement::stlMirAlpha = nullptr
thread_localstaticprotectedinherited

Definition at line 343 of file REveElement.hxx.

◆ stlMirError

int REveElement::stlMirError = 0
thread_localstaticprotectedinherited

Definition at line 344 of file REveElement.hxx.

◆ stlMirErrorString

std::string REveElement::stlMirErrorString
thread_localstaticprotectedinherited

Definition at line 345 of file REveElement.hxx.


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