#include <VP1CaloCells.h>
|
| | VP1CC_Tile (const CaloCell *caloCell, const TileID *tile_id) |
| virtual | ~VP1CC_Tile () |
| virtual int | GetFragChannel (const TileHWID *tile_hw_id, bool up, int &frag, int &channel)=0 |
| double | energyToTransverse (const double &) const |
| bool | cutPassed (const VP1CC_GlobalCuts &globalCuts) |
| const CaloCell * | getCaloCell () |
| Identifier | getID () |
| void | updateScene (VP1CC_SoNode2CCMap *node2cc, bool useEt, const QPair< bool, double > &scale, bool outline, const VP1CC_GlobalCuts &globalCuts) |
| virtual void | build3DObjects (VP1CC_SoNode2CCMap *node2cc, bool useEt, const QPair< bool, double > &scale, bool outline, const VP1CC_GlobalCuts &)=0 |
| double | cellDepth (const QPair< bool, double > &scale, const double &energy) |
| virtual bool | isInsideClipVolume (const VP1CC_GlobalCuts &globalCuts) |
| virtual void | remove3DObjects (VP1CC_SoNode2CCMap *node2cc)=0 |
| virtual std::vector< std::string > | ToString (const CaloCell_ID *calo_id, const std::string &extrainfos="")=0 |
Definition at line 293 of file VP1CaloCells.h.
◆ VP1CC_Tile()
| VP1CC_Tile::VP1CC_Tile |
( |
const CaloCell * | caloCell, |
|
|
const TileID * | tile_id ) |
Definition at line 454 of file VP1CaloCells.cxx.
455 :
458{
459}
VP1CaloCell(const CaloCell *caloCell)
◆ ~VP1CC_Tile()
| VP1CC_Tile::~VP1CC_Tile |
( |
| ) |
|
|
virtual |
◆ build3DObjects()
◆ cellDepth()
| double VP1CaloCell::cellDepth |
( |
const QPair< bool, double > & | scale, |
|
|
const double & | energy ) |
|
inlineinherited |
Definition at line 189 of file VP1CaloCells.h.
190 {
return std::max(1.0*Gaudi::Units::mm,
scale.second*(
scale.first?
log(1+fabs(energy)):fabs(energy))); }
◆ cutPassed()
Definition at line 63 of file VP1CaloCells.cxx.
64{
65
68
69
70 }
71
72
77
79 for(
const VP1Interval& i : globalCuts.
allowedPhi){
84 break;
85 }
86 }
88}
QList< VP1Interval > allowedPhi
const CaloCell * m_caloCell
virtual bool isInsideClipVolume(const VP1CC_GlobalCuts &globalCuts)
bool contains(const double &x) const
◆ energyToTransverse()
| double VP1CaloCell::energyToTransverse |
( |
const double & | e | ) |
const |
|
inherited |
◆ getCaloCell()
| const CaloCell * VP1CaloCell::getCaloCell |
( |
| ) |
|
|
inherited |
◆ GetFragChannel()
| virtual int VP1CC_Tile::GetFragChannel |
( |
const TileHWID * | tile_hw_id, |
|
|
bool | up, |
|
|
int & | frag, |
|
|
int & | channel ) |
|
pure virtual |
◆ getID()
◆ isInsideClipVolume()
◆ remove3DObjects()
◆ ToString()
| virtual std::vector< std::string > VP1CaloCell::ToString |
( |
const CaloCell_ID * | calo_id, |
|
|
const std::string & | extrainfos = "" ) |
|
pure virtualinherited |
◆ updateScene()
Definition at line 99 of file VP1CaloCells.cxx.
104{
107 else
109}
virtual void remove3DObjects(VP1CC_SoNode2CCMap *node2cc)=0
bool cutPassed(const VP1CC_GlobalCuts &globalCuts)
virtual void build3DObjects(VP1CC_SoNode2CCMap *node2cc, bool useEt, const QPair< bool, double > &scale, bool outline, const VP1CC_GlobalCuts &)=0
◆ m_caloCell
◆ m_tileID
| const TileID* VP1CC_Tile::m_tileID |
|
protected |
The documentation for this class was generated from the following files: