8 #include "TEveCompound.h"
35 iItem->
get( collection );
42 std::vector<HFRecHit>::const_iterator it = collection->
begin();
43 std::vector<HFRecHit>::const_iterator itEnd = collection->
end();
44 for( ; it != itEnd; ++it )
52 for (std::vector<HFRecHit>::const_iterator it = collection->
begin() ; it != collection->
end(); ++it)
54 unsigned int rawid = ( *it ).detid().rawId();
58 << rawid <<
". Ignored.\n";
62 std::vector<float> scaledCorners(24);
const fireworks::Context & context() const
const FWDisplayProperties & displayProperties() const
#define REGISTER_FWPROXYBUILDER(_name_, _type_, _purpose_, _view_)
bool contains(EventRange const &lh, EventID const &rh)
const FWGeometry * getGeom() const
void get(const T *&oData) const
const FWHFRecHitProxyBuilder & operator=(const FWHFRecHitProxyBuilder &)
REGISTER_PROXYBUILDER_METHODS()
FWHFRecHitProxyBuilder(void)
const_iterator end() const
const float * getCorners(unsigned int id) const
void energyScaledBox3DCorners(const float *corners, float scale, std::vector< float > &, bool invert=false)
virtual ~FWHFRecHitProxyBuilder(void)
TEveBoxSet * addBoxSetToProduct(TEveElementList *product)
ModelInfo modelInfo(int iIndex) const
void addBox(TEveBoxSet *set, const float *pnts, const FWDisplayProperties &dp)
const_iterator begin() const