Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
CaloTowerProxyBuilder Class Reference

Definition at line 460 of file collection_proxies.C.

Public Member Functions

 CaloTowerProxyBuilder (REveCaloDataHist *cd)
 
virtual void Build ()
 
void BuildProduct (const REveDataCollection *collection, REveElement *product, const REveViewContext *) override
 
REveDataCollectionCollection () const
 
virtual void CollectionBeingDestroyed (const REveDataCollection *)
 
void CollectionChanged (const REveDataCollection *)
 
const REveViewContextContext () const
 
virtual REveElementCreateProduct (const std::string &viewType, const REveViewContext *)
 
virtual void FillImpliedSelected (REveElement::Set_t &, const std::set< int > &, Product *)
 
void FillImpliedSelected (REveElement::Set_t &impSet, const std::set< int > &)
 
void FillImpliedSelected (REveElement::Set_t &impSet, const std::set< int > &sec_idcs, Product *) override
 
bool GetHaveAWindow () const
 
virtual bool HaveSingleProduct () const
 
void ModelChanges (const REveDataCollection::Ids_t &)
 
virtual void ModelChanges (const REveDataCollection::Ids_t &, Product *)=0
 
void ModelChanges (const REveDataCollection::Ids_t &ids, Product *product) override
 
virtual void ScaleChanged ()
 
virtual void SetCollection (REveDataCollection *)
 
void SetHaveAWindow (bool)
 
void SetupAddElement (REveElement *el, REveElement *parent, bool set_color=true)
 
void SetupElement (REveElement *el, bool color=true)
 This method is invoked to setup the per element properties of the various objects being drawn.
 

Protected Member Functions

virtual void BuildProductViewType (const REveDataCollection *iItem, REveElement *product, const std::string &viewType, const REveViewContext *)
 
virtual void Clean ()
 
virtual void CleanLocal ()
 
virtual void FillImpliedSelected (REveElement::Set_t &, const std::set< int > &, Product *)
 
virtual void LocalModelChanges (int idx, REveElement *el, const REveViewContext *ctx)
 
virtual void ScaleProduct (REveElement *, const std::string &)
 
virtual bool VisibilityModelChanges (int idx, REveElement *, const std::string &viewType, const REveViewContext *)
 

Protected Attributes

std::vector< Product * > m_products
 

Private Member Functions

void assertSlice ()
 

Private Attributes

REveCaloDataHistfCaloData {nullptr}
 
TH2FfHist {nullptr}
 
int fSliceIndex {-1}
 
REveDataCollectionm_collection {nullptr}
 
bool m_haveWindow {false}
 
bool m_modelsChanged {false}
 
Inheritance diagram for CaloTowerProxyBuilder:
ROOT::Experimental::REveDataProxyBuilderBase

Constructor & Destructor Documentation

◆ CaloTowerProxyBuilder()

CaloTowerProxyBuilder::CaloTowerProxyBuilder ( REveCaloDataHist * cd)
inline

Definition at line 484 of file collection_proxies.C.

Member Function Documentation

◆ assertSlice()

void CaloTowerProxyBuilder::assertSlice ( )
inlineprivate

Definition at line 466 of file collection_proxies.C.

◆ Build()

void REveDataProxyBuilderBase::Build ( )
virtual

Reimplemented from ROOT::Experimental::REveDataProxyBuilderBase.

Definition at line 53 of file REveDataProxyBuilderBase.cxx.

◆ BuildProduct()

void CaloTowerProxyBuilder::BuildProduct ( const REveDataCollection * collection,
REveElement * product,
const REveViewContext *  )
inlineoverridevirtual

Reimplemented from ROOT::Experimental::REveDataProxyBuilderBase.

Definition at line 487 of file collection_proxies.C.

◆ BuildProductViewType()

void REveDataProxyBuilderBase::BuildProductViewType ( const REveDataCollection * iItem,
REveElement * product,
const std::string & viewType,
const REveViewContext *  )
protectedvirtualinherited

◆ Clean()

void REveDataProxyBuilderBase::Clean ( )
protectedvirtualinherited

◆ CleanLocal()

void REveDataProxyBuilderBase::CleanLocal ( )
protectedvirtualinherited

Definition at line 285 of file REveDataProxyBuilderBase.cxx.

◆ Collection()

REveDataCollection * ROOT::Experimental::REveDataProxyBuilderBase::Collection ( ) const
inlineinherited

Definition at line 41 of file REveDataProxyBuilderBase.hxx.

◆ CollectionBeingDestroyed()

void REveDataProxyBuilderBase::CollectionBeingDestroyed ( const REveDataCollection * )
virtualinherited

Definition at line 290 of file REveDataProxyBuilderBase.cxx.

◆ CollectionChanged()

void REveDataProxyBuilderBase::CollectionChanged ( const REveDataCollection * )
inherited

Definition at line 227 of file REveDataProxyBuilderBase.cxx.

◆ Context()

const REveViewContext & ROOT::Experimental::REveDataProxyBuilderBase::Context ( ) const
inherited

◆ CreateProduct()

REveElement * REveDataProxyBuilderBase::CreateProduct ( const std::string & viewType,
const REveViewContext * viewContext )
virtualinherited

◆ FillImpliedSelected() [1/4]

virtual void ROOT::Experimental::REveDataProxyBuilderBase::FillImpliedSelected ( REveElement::Set_t & ,
const std::set< int > & ,
Product *  )
inlineprotectedvirtualinherited

◆ FillImpliedSelected() [2/4]

virtual void ROOT::Experimental::REveDataProxyBuilderBase::FillImpliedSelected ( REveElement::Set_t & ,
const std::set< int > & ,
Product *  )
inline

Definition at line 83 of file REveDataProxyBuilderBase.hxx.

◆ FillImpliedSelected() [3/4]

void REveDataProxyBuilderBase::FillImpliedSelected ( REveElement::Set_t & impSet,
const std::set< int > & sec_idcs )

Definition at line 59 of file REveDataProxyBuilderBase.cxx.

◆ FillImpliedSelected() [4/4]

void CaloTowerProxyBuilder::FillImpliedSelected ( REveElement::Set_t & impSet,
const std::set< int > & sec_idcs,
Product *  )
inlineoverride

Definition at line 508 of file collection_proxies.C.

◆ GetHaveAWindow()

bool ROOT::Experimental::REveDataProxyBuilderBase::GetHaveAWindow ( ) const
inlineinherited

Definition at line 68 of file REveDataProxyBuilderBase.hxx.

◆ HaveSingleProduct()

virtual bool ROOT::Experimental::REveDataProxyBuilderBase::HaveSingleProduct ( ) const
inlinevirtualinherited

Reimplemented in JetProxyBuilder.

Definition at line 72 of file REveDataProxyBuilderBase.hxx.

◆ LocalModelChanges()

void REveDataProxyBuilderBase::LocalModelChanges ( int idx,
REveElement * el,
const REveViewContext * ctx )
protectedvirtualinherited

Reimplemented in JetProxyBuilder, and JetProxyBuilder.

Definition at line 192 of file REveDataProxyBuilderBase.cxx.

◆ ModelChanges() [1/3]

void REveDataProxyBuilderBase::ModelChanges ( const REveDataCollection::Ids_t & iIds)

Definition at line 60 of file REveDataProxyBuilderBase.cxx.

◆ ModelChanges() [2/3]

virtual void ROOT::Experimental::REveDataProxyBuilderBase::ModelChanges ( const REveDataCollection::Ids_t & ,
Product *  )

◆ ModelChanges() [3/3]

void CaloTowerProxyBuilder::ModelChanges ( const REveDataCollection::Ids_t & ids,
Product * product )
inlineoverridevirtual

◆ ScaleChanged()

void REveDataProxyBuilderBase::ScaleChanged ( )
virtualinherited

Definition at line 265 of file REveDataProxyBuilderBase.cxx.

◆ ScaleProduct()

virtual void ROOT::Experimental::REveDataProxyBuilderBase::ScaleProduct ( REveElement * ,
const std::string &  )
inlineprotectedvirtualinherited

Definition at line 86 of file REveDataProxyBuilderBase.hxx.

◆ SetCollection()

void REveDataProxyBuilderBase::SetCollection ( REveDataCollection * c)
virtualinherited

Reimplemented in ROOT::Experimental::REveTableProxyBuilder.

Definition at line 63 of file REveDataProxyBuilderBase.cxx.

◆ SetHaveAWindow()

void REveDataProxyBuilderBase::SetHaveAWindow ( bool iHaveAWindow)
inherited

Definition at line 310 of file REveDataProxyBuilderBase.cxx.

◆ SetupAddElement()

void REveDataProxyBuilderBase::SetupAddElement ( REveElement * el,
REveElement * parent,
bool set_color = true )
inherited

Definition at line 237 of file REveDataProxyBuilderBase.cxx.

◆ SetupElement()

void REveDataProxyBuilderBase::SetupElement ( REveElement * el,
bool color = true )
inherited

This method is invoked to setup the per element properties of the various objects being drawn.

Definition at line 249 of file REveDataProxyBuilderBase.cxx.

◆ VisibilityModelChanges()

bool REveDataProxyBuilderBase::VisibilityModelChanges ( int idx,
REveElement * ,
const std::string & viewType,
const REveViewContext *  )
protectedvirtualinherited

Member Data Documentation

◆ fCaloData

REveCaloDataHist* CaloTowerProxyBuilder::fCaloData {nullptr}
private

Definition at line 462 of file collection_proxies.C.

◆ fHist

TH2F* CaloTowerProxyBuilder::fHist {nullptr}
private

Definition at line 463 of file collection_proxies.C.

◆ fSliceIndex

int CaloTowerProxyBuilder::fSliceIndex {-1}
private

Definition at line 464 of file collection_proxies.C.

◆ m_collection

REveDataCollection* ROOT::Experimental::REveDataProxyBuilderBase::m_collection {nullptr}
privateinherited

Definition at line 94 of file REveDataProxyBuilderBase.hxx.

◆ m_haveWindow

bool ROOT::Experimental::REveDataProxyBuilderBase::m_haveWindow {false}
privateinherited

Definition at line 96 of file REveDataProxyBuilderBase.hxx.

◆ m_modelsChanged

bool ROOT::Experimental::REveDataProxyBuilderBase::m_modelsChanged {false}
privateinherited

Definition at line 97 of file REveDataProxyBuilderBase.hxx.

◆ m_products

std::vector<Product*> ROOT::Experimental::REveDataProxyBuilderBase::m_products
protectedinherited

Definition at line 91 of file REveDataProxyBuilderBase.hxx.


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