 |
ATLAS Offline Software
|
Tile Detector Element.
More...
#include <CaloDetectorElements.h>
|
| | TileDetectorElement (const IdentifierHash subcaloHash, const IdentifierHash onl1, const IdentifierHash onl2, const CaloDetDescriptor *descriptor) |
| | Constructor, takes all necessary parameters for the base class constructor. More...
|
| |
| void | set_cylindric_raw (double eta_raw, double phi_raw, double r_raw) |
| | set raw cylindric coordinates More...
|
| |
| void | set_cylindric (double eta, double phi, double r) |
| | set cylindric coordinates More...
|
| |
| void | set_deta (double deta) |
| | set cylindric size deta More...
|
| |
| void | set_dphi (double dphi) |
| | set cylindric size dphi More...
|
| |
| void | set_dz (double dz) |
| | set cartezian size dz More...
|
| |
| void | set_dr (double dr) |
| | set cylindric size dr More...
|
| |
| void | set_z (double z) |
| | set z More...
|
| |
| void | set_r (double r) |
| | set r More...
|
| |
| float | eta () const |
| | cell eta More...
|
| |
| float | eta () const |
| | cell eta More...
|
| |
| float | phi () const |
| | cell phi More...
|
| |
| float | phi () const |
| | cell phi More...
|
| |
| float | r () const |
| | cell r More...
|
| |
| float | r () const |
| | cell r More...
|
| |
| float | eta_raw () const |
| | cell eta_raw More...
|
| |
| float | eta_raw () const |
| | cell eta_raw More...
|
| |
| float | phi_raw () const |
| | cell phi_raw More...
|
| |
| float | phi_raw () const |
| | cell phi_raw More...
|
| |
| float | r_raw () const |
| | cell r_raw More...
|
| |
| float | r_raw () const |
| | cell r_raw More...
|
| |
| float | dphi () const |
| | cell dphi More...
|
| |
| float | dphi () const |
| | cell dphi More...
|
| |
| float | deta () const |
| | cell deta More...
|
| |
| float | deta () const |
| | cell deta More...
|
| |
| float | dr () const |
| | cell dr More...
|
| |
| float | dr () const |
| | cell dr More...
|
| |
| float | x () const |
| | cell x More...
|
| |
| float | x () const |
| | cell x More...
|
| |
| float | y () const |
| | cell y More...
|
| |
| float | y () const |
| | cell y More...
|
| |
| float | z () const |
| | cell z More...
|
| |
| float | z () const |
| | cell z More...
|
| |
| float | x_raw () const |
| | cell x_raw More...
|
| |
| float | x_raw () const |
| | cell x_raw More...
|
| |
| float | y_raw () const |
| | cell y_raw More...
|
| |
| float | y_raw () const |
| | cell y_raw More...
|
| |
| float | z_raw () const |
| | cell z_raw More...
|
| |
| float | z_raw () const |
| | cell z_raw More...
|
| |
| float | dx () const |
| | cell dx More...
|
| |
| float | dx () const |
| | cell dx More...
|
| |
| float | dy () const |
| | cell dy More...
|
| |
| float | dy () const |
| | cell dy More...
|
| |
| float | dz () const |
| | cell dz More...
|
| |
| float | dz () const |
| | cell dz More...
|
| |
| float | volume () const |
| | cell volume More...
|
| |
| float | sinTh () const |
| | for algorithm working in transverse Energy More...
|
| |
| float | cosTh () const |
| | for fast px py pz computation More...
|
| |
| float | cotTh () const |
| | for fast px py pz computation More...
|
| |
| float | sinPhi () const |
| | for fast px py pz computation More...
|
| |
| float | cosPhi () const |
| | for fast px py pz computation More...
|
| |
| void | set_volume (double volume) |
| | set cell volume More...
|
| |
| void | set_online (const IdentifierHash onl1, const IdentifierHash onl2) |
| | set cell online identifiers (Tile) More...
|
| |
| Identifier | identify () const override final |
| | cell identifier More...
|
| |
| Identifier | identify () const |
| | cell identifier More...
|
| |
| IdentifierHash | onl1 () const |
| | cell online identifier 1 More...
|
| |
| IdentifierHash | onl2 () const |
| | cell online identifier 2 More...
|
| |
| IdentifierHash | calo_hash () const |
| | cell calo hash More...
|
| |
| unsigned long long | calo_hash () const |
| |
| IdentifierHash | subcalo_hash () const |
| | cell subcalo hash More...
|
| |
| IdentifierHash | identifyHash () const override final |
| | cell subcalo hash same as subcalo_hash(), but kept for backward compatibility More...
|
| |
| const CaloDetDescriptor * | descriptor () const |
| | cell descriptor More...
|
| |
| virtual void | print () const |
| | print element contents More...
|
| |
| CaloCell_ID::CaloSample | getSampling () const |
| | cell sampling More...
|
| |
| int | getSampling () const |
| |
| CaloCell_ID::SUBCALO | getSubCalo () const |
| | cell subcalo More...
|
| |
| bool | is_lar_em () const |
| | cell belongs to EM calorimeter More...
|
| |
| bool | is_lar_em_barrel () const |
| | cell belongs to EM barrel More...
|
| |
| bool | is_lar_em_endcap () const |
| | cell belongs to EM end cap More...
|
| |
| bool | is_lar_em_endcap_inner () const |
| | cell belongs to the inner wheel of EM end cap More...
|
| |
| bool | is_lar_em_endcap_outer () const |
| | cell belongs to the outer wheel of EM end cap More...
|
| |
| bool | is_lar_hec () const |
| | cell belongs to HEC More...
|
| |
| bool | is_lar_fcal () const |
| | cell belongs to FCAL More...
|
| |
| bool | is_tile () const |
| | cell belongs to Tile More...
|
| |
| virtual int | getLayer () const |
| | cell layer More...
|
| |
| virtual const IdHelper * | getHelper () const |
| |
Tile Detector Element.
Definition at line 326 of file CaloDetectorElements.h.
◆ TileDetectorElement()
◆ calo_hash() [1/2]
| unsigned long long CaloDetDescrElement::calo_hash |
( |
| ) |
const |
|
inherited |
◆ calo_hash() [2/2]
| unsigned long long CaloDetDescrElement::calo_hash |
( |
| ) |
const |
|
inlineinherited |
◆ cosPhi()
| float CaloDetDescrElement::cosPhi |
( |
| ) |
const |
|
inlineinherited |
◆ cosTh()
| float CaloDetDescrElement::cosTh |
( |
| ) |
const |
|
inlineinherited |
◆ cotTh()
| float CaloDetDescrElement::cotTh |
( |
| ) |
const |
|
inlineinherited |
◆ customID()
| Identifier CaloDetDescrElement::customID |
( |
| ) |
const |
|
protectedvirtualinherited |
◆ descriptor()
◆ deta() [1/2]
| float CaloDetDescrElement::deta |
( |
| ) |
const |
|
inherited |
◆ deta() [2/2]
| float CaloDetDescrElement::deta |
( |
| ) |
const |
|
inlineinherited |
◆ dphi() [1/2]
| float CaloDetDescrElement::dphi |
( |
| ) |
const |
|
inherited |
◆ dphi() [2/2]
| float CaloDetDescrElement::dphi |
( |
| ) |
const |
|
inlineinherited |
◆ dr() [1/2]
| float CaloDetDescrElement::dr |
( |
| ) |
const |
|
inherited |
◆ dr() [2/2]
| float CaloDetDescrElement::dr |
( |
| ) |
const |
|
inlineinherited |
◆ dx() [1/2]
| float CaloDetDescrElement::dx |
( |
| ) |
const |
|
inherited |
◆ dx() [2/2]
| float CaloDetDescrElement::dx |
( |
| ) |
const |
|
inlineinherited |
◆ dy() [1/2]
| float CaloDetDescrElement::dy |
( |
| ) |
const |
|
inherited |
◆ dy() [2/2]
| float CaloDetDescrElement::dy |
( |
| ) |
const |
|
inlineinherited |
◆ dz() [1/2]
| float CaloDetDescrElement::dz |
( |
| ) |
const |
|
inherited |
◆ dz() [2/2]
| float CaloDetDescrElement::dz |
( |
| ) |
const |
|
inlineinherited |
◆ eta() [1/2]
| float CaloDetDescrElement::eta |
( |
| ) |
const |
|
inherited |
◆ eta() [2/2]
| float CaloDetDescrElement::eta |
( |
| ) |
const |
|
inlineinherited |
◆ eta_raw() [1/2]
| float CaloDetDescrElement::eta_raw |
( |
| ) |
const |
|
inherited |
◆ eta_raw() [2/2]
| float CaloDetDescrElement::eta_raw |
( |
| ) |
const |
|
inlineinherited |
◆ getHelper()
◆ getLayer()
| int CaloDetDescrElement::getLayer |
( |
| ) |
const |
|
virtualinherited |
◆ getSampling() [1/2]
| int CaloDetDescrElement::getSampling |
( |
| ) |
const |
|
inherited |
◆ getSampling() [2/2]
| int CaloDetDescrElement::getSampling |
( |
| ) |
const |
|
inlineinherited |
◆ getSubCalo()
◆ identify() [1/2]
| Identifier CaloDetDescrElement::identify |
( |
| ) |
const |
|
virtualinherited |
◆ identify() [2/2]
| Identifier CaloDetDescrElement::identify |
( |
| ) |
const |
|
inlinefinaloverridevirtualinherited |
◆ identifyHash()
|
|
inlinefinaloverridevirtualinherited |
◆ is_lar_em()
| bool CaloDetDescrElement::is_lar_em |
( |
| ) |
const |
|
inherited |
◆ is_lar_em_barrel()
| bool CaloDetDescrElement::is_lar_em_barrel |
( |
| ) |
const |
|
inherited |
◆ is_lar_em_endcap()
| bool CaloDetDescrElement::is_lar_em_endcap |
( |
| ) |
const |
|
inherited |
◆ is_lar_em_endcap_inner()
| bool CaloDetDescrElement::is_lar_em_endcap_inner |
( |
| ) |
const |
|
inherited |
◆ is_lar_em_endcap_outer()
| bool CaloDetDescrElement::is_lar_em_endcap_outer |
( |
| ) |
const |
|
inherited |
◆ is_lar_fcal()
| bool CaloDetDescrElement::is_lar_fcal |
( |
| ) |
const |
|
inherited |
◆ is_lar_hec()
| bool CaloDetDescrElement::is_lar_hec |
( |
| ) |
const |
|
inherited |
◆ is_tile()
| bool CaloDetDescrElement::is_tile |
( |
| ) |
const |
|
inlineinherited |
◆ onl1()
◆ onl2()
◆ phi() [1/2]
| float CaloDetDescrElement::phi |
( |
| ) |
const |
|
inherited |
◆ phi() [2/2]
| float CaloDetDescrElement::phi |
( |
| ) |
const |
|
inlineinherited |
◆ phi_raw() [1/2]
| float CaloDetDescrElement::phi_raw |
( |
| ) |
const |
|
inherited |
◆ phi_raw() [2/2]
| float CaloDetDescrElement::phi_raw |
( |
| ) |
const |
|
inlineinherited |
◆ print()
| void CaloDetDescrElement::print |
( |
| ) |
const |
|
virtualinherited |
print element contents
Definition at line 74 of file CaloDetDescrElement.cxx.
76 std::cout << std::endl <<
" CaloDetDescrElement print: "
77 << std::endl << std::endl;
79 std::cout <<
"Eta = " <<
m_eta << std::endl;
80 std::cout <<
"Phi = " <<
m_phi << std::endl;
81 std::cout <<
"r = " <<
m_r << std::endl;
◆ propagateRaw()
| void CaloDetDescrElement::propagateRaw |
( |
| ) |
|
|
protectedinherited |
◆ r() [1/2]
| float CaloDetDescrElement::r |
( |
| ) |
const |
|
inherited |
◆ r() [2/2]
| float CaloDetDescrElement::r |
( |
| ) |
const |
|
inlineinherited |
◆ r_raw() [1/2]
| float CaloDetDescrElement::r_raw |
( |
| ) |
const |
|
inherited |
◆ r_raw() [2/2]
| float CaloDetDescrElement::r_raw |
( |
| ) |
const |
|
inlineinherited |
◆ set_cylindric()
| void TileDetectorElement::set_cylindric |
( |
double |
eta, |
|
|
double |
phi, |
|
|
double |
r |
|
) |
| |
◆ set_cylindric_raw()
| void TileDetectorElement::set_cylindric_raw |
( |
double |
eta_raw, |
|
|
double |
phi_raw, |
|
|
double |
r_raw |
|
) |
| |
◆ set_deta()
| void TileDetectorElement::set_deta |
( |
double |
deta | ) |
|
|
inline |
◆ set_dphi()
| void TileDetectorElement::set_dphi |
( |
double |
dphi | ) |
|
|
inline |
◆ set_dr()
| void TileDetectorElement::set_dr |
( |
double |
dr | ) |
|
|
inline |
◆ set_dz()
| void TileDetectorElement::set_dz |
( |
double |
dz | ) |
|
|
inline |
◆ set_online()
◆ set_r()
| void TileDetectorElement::set_r |
( |
double |
r | ) |
|
|
inline |
◆ set_volume()
| void CaloDetDescrElement::set_volume |
( |
double |
volume | ) |
|
|
inlineinherited |
◆ set_z()
| void TileDetectorElement::set_z |
( |
double |
z | ) |
|
|
inline |
◆ sinPhi()
| float CaloDetDescrElement::sinPhi |
( |
| ) |
const |
|
inlineinherited |
◆ sinTh()
| float CaloDetDescrElement::sinTh |
( |
| ) |
const |
|
inlineinherited |
◆ subcalo_hash()
◆ volume()
| float CaloDetDescrElement::volume |
( |
| ) |
const |
|
inlineinherited |
◆ x() [1/2]
| float CaloDetDescrElement::x |
( |
| ) |
const |
|
inherited |
◆ x() [2/2]
| float CaloDetDescrElement::x |
( |
| ) |
const |
|
inlineinherited |
◆ x_raw() [1/2]
| float CaloDetDescrElement::x_raw |
( |
| ) |
const |
|
inherited |
◆ x_raw() [2/2]
| float CaloDetDescrElement::x_raw |
( |
| ) |
const |
|
inlineinherited |
◆ y() [1/2]
| float CaloDetDescrElement::y |
( |
| ) |
const |
|
inherited |
◆ y() [2/2]
| float CaloDetDescrElement::y |
( |
| ) |
const |
|
inlineinherited |
◆ y_raw() [1/2]
| float CaloDetDescrElement::y_raw |
( |
| ) |
const |
|
inherited |
◆ y_raw() [2/2]
| float CaloDetDescrElement::y_raw |
( |
| ) |
const |
|
inlineinherited |
◆ z() [1/2]
| float CaloDetDescrElement::z |
( |
| ) |
const |
|
inherited |
◆ z() [2/2]
| float CaloDetDescrElement::z |
( |
| ) |
const |
|
inlineinherited |
◆ z_raw() [1/2]
| float CaloDetDescrElement::z_raw |
( |
| ) |
const |
|
inherited |
◆ z_raw() [2/2]
| float CaloDetDescrElement::z_raw |
( |
| ) |
const |
|
inlineinherited |
◆ m_caloHash
◆ m_calosample
| int CaloDetDescrElement::m_calosample |
|
inherited |
◆ m_cosPhi
| float CaloDetDescrElement::m_cosPhi |
|
protectedinherited |
◆ m_cosTh
| float CaloDetDescrElement::m_cosTh |
|
protectedinherited |
◆ m_descriptor
◆ m_deta
| float CaloDetDescrElement::m_deta |
|
protectedinherited |
◆ m_dphi
| float CaloDetDescrElement::m_dphi |
|
protectedinherited |
◆ m_dr
| float CaloDetDescrElement::m_dr |
|
protectedinherited |
◆ m_dx
| float CaloDetDescrElement::m_dx |
|
protectedinherited |
◆ m_dy
| float CaloDetDescrElement::m_dy |
|
protectedinherited |
◆ m_dz
| float CaloDetDescrElement::m_dz |
|
protectedinherited |
◆ m_eta
| float CaloDetDescrElement::m_eta |
|
protectedinherited |
◆ m_eta_raw
| float CaloDetDescrElement::m_eta_raw |
|
protectedinherited |
◆ m_hash_id
| long long CaloDetDescrElement::m_hash_id |
|
inherited |
◆ m_identify
| long long CaloDetDescrElement::m_identify |
|
inherited |
◆ m_onl1
◆ m_onl2
◆ m_phi
| float CaloDetDescrElement::m_phi |
|
protectedinherited |
◆ m_phi_raw
| float CaloDetDescrElement::m_phi_raw |
|
protectedinherited |
◆ m_r
| float CaloDetDescrElement::m_r |
|
protectedinherited |
◆ m_r_raw
| float CaloDetDescrElement::m_r_raw |
|
protectedinherited |
◆ m_sample
◆ m_sinPhi
| float CaloDetDescrElement::m_sinPhi |
|
protectedinherited |
◆ m_sinTh
| float CaloDetDescrElement::m_sinTh |
|
protectedinherited |
◆ m_volume
| float CaloDetDescrElement::m_volume |
|
protectedinherited |
◆ m_x
| float CaloDetDescrElement::m_x |
|
protectedinherited |
◆ m_x_raw
| float CaloDetDescrElement::m_x_raw |
|
protectedinherited |
◆ m_y
| float CaloDetDescrElement::m_y |
|
protectedinherited |
◆ m_y_raw
| float CaloDetDescrElement::m_y_raw |
|
protectedinherited |
◆ m_z
| float CaloDetDescrElement::m_z |
|
protectedinherited |
◆ m_z_raw
| float CaloDetDescrElement::m_z_raw |
|
protectedinherited |
The documentation for this class was generated from the following files:
float deta() const
cell deta
IdentifierHash onl2() const
cell online identifier 2
float m_cosTh
this one is cached for algorithm working in transverse Energy
CaloCell_ID::SUBCALO getSubCalo() const
get subcalo
float m_dphi
cylindric coordinates : delta phi
bool is_lar_fcal() const
descriptor belongs to FCAL
float m_z_raw
cartesian coordinates : Z raw
float m_eta_raw
cylindric coordinates : eta_raw
float m_volume
cell volume
float m_sinPhi
cache to allow fast px py pz computation
bool is_lar_hec() const
descriptor belongs to HEC
float m_phi_raw
cylindric coordinates : phi_raw
float m_phi
cylindric coordinates : phi
float m_dr
cylindric coordinates : delta r
float m_dz
cartesian coordinates : delta Z
bool is_lar_em_endcap_inner() const
descriptor belongs to the inner wheel of EM end cap
float eta_raw() const
cell eta_raw
float m_z
cartesian coordinates : Z
IdentifierHash onl1() const
cell online identifier 1
IdentifierHash caloCellMin() const
minimal hash identifier for calo cells in the region
float m_dy
cartesian coordinates : delta Y
const CaloCell_Base_ID * get_calo_helper() const
get Calo Cell ID helper
CaloCell_ID::CaloSample m_sample
@bried the sampling for this element
IdentifierHash calo_hash() const
cell calo hash
bool is_lar_em_endcap_outer() const
descriptor belongs to the outer wheel of EM end cap
float m_y_raw
cartesian coordinates : Y raw
float m_x_raw
cartesian coordinates : X raw
const CaloDetDescriptor * m_descriptor
IdentifierHash m_onl1
Tiles need 2 online hashed id.
float m_r_raw
cylindric coordinates : r_raw
float m_dx
cartesian coordinates : delta X
float m_r
cylindric coordinates : r
IdentifierHash m_onl2
Tiles need 2 online hashed id.
bool is_lar_em() const
descriptor belongs to EM calorimeter
bool is_lar_em_barrel() const
descriptor belongs to EM barrel
float m_cosPhi
cache to allow fast px py pz computation
float volume() const
cell volume
bool is_lar_em_endcap() const
descriptor belongs to EM end cap
float r_raw() const
cell r_raw
float m_x
cartesian coordinates : X
float dphi() const
cell dphi
virtual Identifier customID() const
const CaloDetDescriptor * descriptor() const
cell descriptor
IdentifierHash m_caloHash
float m_y
cartesian coordinates : Y
float eta() const
cell eta
float phi() const
cell phi
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
float m_deta
cylindric coordinates : delta eta
float m_eta
cylindric coordinates : eta
bool is_tile() const
descriptor belongs to Tile
IdentifierHash subcalo_hash() const
cell subcalo hash
CaloDetDescrElement()=delete
Constructor, hidden.
float m_sinTh
this one is cached for algorithm working in transverse Energy
float phi_raw() const
cell phi_raw