DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | List of all members
dd4hep::TowersetCreator Struct Reference

Fill a 3D tower set from a hit collection. More...

#include <HitActors.h>

Inheritance diagram for dd4hep::TowersetCreator:
dd4hep::BoxsetCreator dd4hep::DDEveHitActor

Public Member Functions

 TowersetCreator (const std::string &collection, size_t length)
 Standard initializing constructor. More...
 
 TowersetCreator (const std::string &collection, size_t length, const DisplayConfiguration::Config &cfg)
 Standard initializing constructor. More...
 
virtual ~TowersetCreator ()
 Standard destructor. More...
 
virtual void operator() (const DDEveHit &hit)
 Action callback of this functor: More...
 
- Public Member Functions inherited from dd4hep::BoxsetCreator
 BoxsetCreator (const std::string &collection, size_t length)
 Standard initializing constructor. More...
 
 BoxsetCreator (const std::string &collection, size_t length, const DisplayConfiguration::Config &cfg)
 Standard initializing constructor. More...
 
virtual ~BoxsetCreator ()
 Standard destructor. More...
 
TEveElement * element () const
 Return eve element. More...
 
- Public Member Functions inherited from dd4hep::DDEveHitActor
virtual ~DDEveHitActor ()
 
virtual void setSize (size_t)
 

Additional Inherited Members

- Public Attributes inherited from dd4hep::BoxsetCreator
TEveBoxSet * boxset {0}
 
float emax = 1e12
 
float towerH = 1e12
 
float deposit = 0e0
 
int count {0}
 

Detailed Description

Fill a 3D tower set from a hit collection.

Definition at line 94 of file HitActors.h.

Constructor & Destructor Documentation

◆ TowersetCreator() [1/2]

dd4hep::TowersetCreator::TowersetCreator ( const std::string &  collection,
size_t  length 
)
inline

Standard initializing constructor.

Definition at line 96 of file HitActors.h.

◆ TowersetCreator() [2/2]

dd4hep::TowersetCreator::TowersetCreator ( const std::string &  collection,
size_t  length,
const DisplayConfiguration::Config cfg 
)
inline

Standard initializing constructor.

Definition at line 99 of file HitActors.h.

◆ ~TowersetCreator()

virtual dd4hep::TowersetCreator::~TowersetCreator ( )
inlinevirtual

Standard destructor.

Definition at line 102 of file HitActors.h.

Member Function Documentation

◆ operator()()

void TowersetCreator::operator() ( const DDEveHit hit)
virtual

Action callback of this functor:

Reimplemented from dd4hep::BoxsetCreator.

Definition at line 152 of file HitActors.cpp.


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