#include <VP1CaloCells.h>
|
| | VP1CC_LAr (const CaloCell *caloCell) |
| virtual | ~VP1CC_LAr () |
| virtual void | remove3DObjects (VP1CC_SoNode2CCMap *node2cc) |
| 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 std::vector< std::string > | ToString (const CaloCell_ID *calo_id, const std::string &extrainfos="")=0 |
Definition at line 211 of file VP1CaloCells.h.
◆ VP1CC_LAr()
| VP1CC_LAr::VP1CC_LAr |
( |
const CaloCell * | caloCell | ) |
|
caloCell was already dereferenced at this point by VP1CaloCell, so cannot be null if(!caloCell) throw std::runtime_error("VP1CC_LAr: 0 pointer to CaloCell");
Definition at line 112 of file VP1CaloCells.cxx.
112 :
116{
121}
VP1ExtraSepLayerHelper * m_helper
VP1CaloCell(const CaloCell *caloCell)
◆ ~VP1CC_LAr()
| VP1CC_LAr::~VP1CC_LAr |
( |
| ) |
|
|
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 |
◆ 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_helper
◆ m_hit
The documentation for this class was generated from the following files: