ATLAS Offline Software
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Private Attributes | List of all members
TileDetectorElement Class Reference

Tile Detector Element. More...

#include <CaloDetectorElements.h>

Inheritance diagram for TileDetectorElement:
Collaboration diagram for TileDetectorElement:

Public Member Functions

 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 CaloDetDescriptordescriptor () 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 IdHelpergetHelper () const
 

Public Attributes

long long m_identify
 
long long m_hash_id
 
int m_calosample
 

Protected Member Functions

void propagateRaw ()
 In test beam configurations force XXX=XXX_RAW. More...
 
virtual Identifier customID () const
 

Protected Attributes

float m_eta
 cylindric coordinates : eta More...
 
float m_phi
 cylindric coordinates : phi More...
 
float m_sinTh
 this one is cached for algorithm working in transverse Energy More...
 
float m_cosTh
 this one is cached for algorithm working in transverse Energy More...
 
float m_deta
 cylindric coordinates : delta eta More...
 
float m_dphi
 cylindric coordinates : delta phi More...
 
float m_volume
 cell volume More...
 
float m_sinPhi
 cache to allow fast px py pz computation More...
 
float m_cosPhi
 cache to allow fast px py pz computation More...
 
float m_r
 cylindric coordinates : r More...
 
float m_eta_raw
 cylindric coordinates : eta_raw More...
 
float m_phi_raw
 cylindric coordinates : phi_raw More...
 
float m_r_raw
 cylindric coordinates : r_raw More...
 
float m_dr
 cylindric coordinates : delta r More...
 
float m_x
 cartesian coordinates : X More...
 
float m_y
 cartesian coordinates : Y More...
 
float m_z
 cartesian coordinates : Z More...
 
float m_x_raw
 cartesian coordinates : X raw More...
 
float m_y_raw
 cartesian coordinates : Y raw More...
 
float m_z_raw
 cartesian coordinates : Z raw More...
 
float m_dx
 cartesian coordinates : delta X More...
 
float m_dy
 cartesian coordinates : delta Y More...
 
float m_dz
 cartesian coordinates : delta Z More...
 
CaloCell_ID::CaloSample m_sample =CaloCell_ID::Unknown
 @bried the sampling for this element More...
 
IdentifierHash m_onl1
 Tiles need 2 online hashed id. More...
 
IdentifierHash m_onl2
 Tiles need 2 online hashed id. More...
 

Private Attributes

const CaloDetDescriptorm_descriptor
 
IdentifierHash m_caloHash
 

Detailed Description

Tile Detector Element.

Definition at line 326 of file CaloDetectorElements.h.

Constructor & Destructor Documentation

◆ TileDetectorElement()

TileDetectorElement::TileDetectorElement ( const IdentifierHash  subcaloHash,
const IdentifierHash  onl1,
const IdentifierHash  onl2,
const CaloDetDescriptor descriptor 
)

Constructor, takes all necessary parameters for the base class constructor.

Definition at line 535 of file CaloDetectorElements.cxx.

538  :
540 {
541 }

Member Function Documentation

◆ calo_hash() [1/2]

unsigned long long CaloDetDescrElement::calo_hash ( ) const
inherited

◆ calo_hash() [2/2]

unsigned long long CaloDetDescrElement::calo_hash ( ) const
inlineinherited

cell calo hash

Definition at line 412 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

413 {
414  return m_caloHash;
415 }

◆ cosPhi()

float CaloDetDescrElement::cosPhi ( ) const
inlineinherited

for fast px py pz computation

Definition at line 391 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

392 { return m_cosPhi;}

◆ cosTh()

float CaloDetDescrElement::cosTh ( ) const
inlineinherited

for fast px py pz computation

Definition at line 385 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

386 { return m_cosTh;}

◆ cotTh()

float CaloDetDescrElement::cotTh ( ) const
inlineinherited

for fast px py pz computation

Definition at line 387 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

388 { return m_cosTh/m_sinTh;}

◆ customID()

Identifier CaloDetDescrElement::customID ( ) const
protectedvirtualinherited

Reimplemented in MbtsDetectorElement.

Definition at line 165 of file CaloDetDescrElement.cxx.

166 {
167  return {};
168 }

◆ descriptor()

const CaloDetDescriptor * CaloDetDescrElement::descriptor ( ) const
inlineinherited

cell descriptor

Definition at line 428 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

429 { return m_descriptor; }

◆ deta() [1/2]

float CaloDetDescrElement::deta ( ) const
inherited

cell deta

◆ deta() [2/2]

float CaloDetDescrElement::deta ( ) const
inlineinherited

cell deta

Definition at line 356 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

357 { return m_deta;}

◆ dphi() [1/2]

float CaloDetDescrElement::dphi ( ) const
inherited

cell dphi

◆ dphi() [2/2]

float CaloDetDescrElement::dphi ( ) const
inlineinherited

cell dphi

Definition at line 358 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

359 { return m_dphi;}

◆ dr() [1/2]

float CaloDetDescrElement::dr ( ) const
inherited

cell dr

◆ dr() [2/2]

float CaloDetDescrElement::dr ( ) const
inlineinherited

cell dr

Definition at line 360 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

361 { return m_dr;}

◆ dx() [1/2]

float CaloDetDescrElement::dx ( ) const
inherited

cell dx

◆ dx() [2/2]

float CaloDetDescrElement::dx ( ) const
inlineinherited

cell dx

Definition at line 375 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

376 { return m_dx;}

◆ dy() [1/2]

float CaloDetDescrElement::dy ( ) const
inherited

cell dy

◆ dy() [2/2]

float CaloDetDescrElement::dy ( ) const
inlineinherited

cell dy

Definition at line 377 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

378 { return m_dy;}

◆ dz() [1/2]

float CaloDetDescrElement::dz ( ) const
inherited

cell dz

◆ dz() [2/2]

float CaloDetDescrElement::dz ( ) const
inlineinherited

cell dz

Definition at line 379 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

380 { return m_dz;}

◆ eta() [1/2]

float CaloDetDescrElement::eta ( ) const
inherited

cell eta

◆ eta() [2/2]

float CaloDetDescrElement::eta ( ) const
inlineinherited

cell eta

Definition at line 344 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

345 { return m_eta;}

◆ eta_raw() [1/2]

float CaloDetDescrElement::eta_raw ( ) const
inherited

cell eta_raw

◆ eta_raw() [2/2]

float CaloDetDescrElement::eta_raw ( ) const
inlineinherited

cell eta_raw

Definition at line 350 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

351 { return m_eta_raw;}

◆ getHelper()

const IdHelper * Identifiable::getHelper ( ) const
virtualinherited

◆ getLayer()

int CaloDetDescrElement::getLayer ( ) const
virtualinherited

cell layer

Reimplemented in FCALDetectorElement, HECDetectorElement, EMECDetectorElement, and EMBDetectorElement.

Definition at line 85 of file CaloDetDescrElement.cxx.

86 {
87  return 0;
88 }

◆ getSampling() [1/2]

int CaloDetDescrElement::getSampling ( ) const
inherited

◆ getSampling() [2/2]

int CaloDetDescrElement::getSampling ( ) const
inlineinherited

cell sampling

Definition at line 395 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

396 {
397  return m_sample;
398 }

◆ getSubCalo()

CaloCell_ID::SUBCALO CaloDetDescrElement::getSubCalo ( ) const
inlineinherited

cell subcalo

Definition at line 433 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

434 {
435  if(m_descriptor)
436  return m_descriptor->getSubCalo();
437  else
438  return CaloCell_ID::NOT_VALID;
439 }

◆ identify() [1/2]

Identifier CaloDetDescrElement::identify ( ) const
virtualinherited

cell identifier

Implements Identifiable.

◆ identify() [2/2]

Identifier CaloDetDescrElement::identify ( ) const
inlinefinaloverridevirtualinherited

cell identifier

Implements Identifiable.

Definition at line 64 of file CaloDetDescrElement.cxx.

65 {
66  if(m_descriptor){
67  return (m_descriptor->get_calo_helper())->cell_id(calo_hash());
68  }
69  else{ // MBTS
70  return (customID());
71  }
72 }

◆ identifyHash()

IdentifierHash CaloDetDescrElement::identifyHash ( ) const
inlinefinaloverridevirtualinherited

cell subcalo hash same as subcalo_hash(), but kept for backward compatibility

Reimplemented from Identifiable.

Definition at line 424 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

425 { return subcalo_hash(); }

◆ is_lar_em()

bool CaloDetDescrElement::is_lar_em ( ) const
inherited

cell belongs to EM calorimeter

Definition at line 90 of file CaloDetDescrElement.cxx.

91 {
92  if(m_descriptor){
93  return m_descriptor->is_lar_em();
94  }
95  return false;
96 }

◆ is_lar_em_barrel()

bool CaloDetDescrElement::is_lar_em_barrel ( ) const
inherited

cell belongs to EM barrel

Definition at line 98 of file CaloDetDescrElement.cxx.

99 {
100  if(m_descriptor){
101  return m_descriptor->is_lar_em_barrel();
102  }
103  return false;
104 }

◆ is_lar_em_endcap()

bool CaloDetDescrElement::is_lar_em_endcap ( ) const
inherited

cell belongs to EM end cap

Definition at line 106 of file CaloDetDescrElement.cxx.

107 {
108  if(m_descriptor){
109  return m_descriptor->is_lar_em_endcap();
110  }
111  return false;
112 }

◆ is_lar_em_endcap_inner()

bool CaloDetDescrElement::is_lar_em_endcap_inner ( ) const
inherited

cell belongs to the inner wheel of EM end cap

Definition at line 114 of file CaloDetDescrElement.cxx.

115 {
116  if(m_descriptor){
118  }
119  return false;
120 }

◆ is_lar_em_endcap_outer()

bool CaloDetDescrElement::is_lar_em_endcap_outer ( ) const
inherited

cell belongs to the outer wheel of EM end cap

Definition at line 122 of file CaloDetDescrElement.cxx.

123 {
124  if(m_descriptor){
126  }
127  return false;
128 }

◆ is_lar_fcal()

bool CaloDetDescrElement::is_lar_fcal ( ) const
inherited

cell belongs to FCAL

Definition at line 138 of file CaloDetDescrElement.cxx.

139 {
140  if(m_descriptor){
141  return m_descriptor->is_lar_fcal();
142  }
143  return false;
144 }

◆ is_lar_hec()

bool CaloDetDescrElement::is_lar_hec ( ) const
inherited

cell belongs to HEC

Definition at line 130 of file CaloDetDescrElement.cxx.

131 {
132  if(m_descriptor){
133  return m_descriptor->is_lar_hec();
134  }
135  return false;
136 }

◆ is_tile()

bool CaloDetDescrElement::is_tile ( ) const
inlineinherited

cell belongs to Tile

Definition at line 442 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

443 {
444  if(m_descriptor)
445  return m_descriptor->is_tile();
446  else
447  return false;
448 }

◆ onl1()

IdentifierHash CaloDetDescrElement::onl1 ( ) const
inlineinherited

cell online identifier 1

Definition at line 404 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

405 { return m_onl1; }

◆ onl2()

IdentifierHash CaloDetDescrElement::onl2 ( ) const
inlineinherited

cell online identifier 2

Definition at line 408 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

409 { return m_onl2; }

◆ phi() [1/2]

float CaloDetDescrElement::phi ( ) const
inherited

cell phi

◆ phi() [2/2]

float CaloDetDescrElement::phi ( ) const
inlineinherited

cell phi

Definition at line 346 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

347 { return m_phi;}

◆ phi_raw() [1/2]

float CaloDetDescrElement::phi_raw ( ) const
inherited

cell phi_raw

◆ phi_raw() [2/2]

float CaloDetDescrElement::phi_raw ( ) const
inlineinherited

cell phi_raw

Definition at line 352 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

353 { return m_phi_raw;}

◆ print()

void CaloDetDescrElement::print ( ) const
virtualinherited

print element contents

Definition at line 75 of file CaloDetDescrElement.cxx.

76 {
77  std::cout << std::endl << " CaloDetDescrElement print: "
78  << std::endl << std::endl;
79 
80  std::cout << "Eta = " << m_eta << std::endl;
81  std::cout << "Phi = " << m_phi << std::endl;
82  std::cout << "r = " << m_r << std::endl;
83 }

◆ propagateRaw()

void CaloDetDescrElement::propagateRaw ( )
protectedinherited

In test beam configurations force XXX=XXX_RAW.

Definition at line 154 of file CaloDetDescrElement.cxx.

155 {
156  m_x = m_x_raw;
157  m_y = m_y_raw;
158  m_z = m_z_raw;
159 
160  m_eta = m_eta_raw;
161  m_phi = m_phi_raw;
162  m_r = m_r_raw;
163 }

◆ r() [1/2]

float CaloDetDescrElement::r ( ) const
inherited

cell r

◆ r() [2/2]

float CaloDetDescrElement::r ( ) const
inlineinherited

cell r

Definition at line 348 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

349 { return m_r;}

◆ r_raw() [1/2]

float CaloDetDescrElement::r_raw ( ) const
inherited

cell r_raw

◆ r_raw() [2/2]

float CaloDetDescrElement::r_raw ( ) const
inlineinherited

cell r_raw

Definition at line 354 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

355 { return m_r_raw;}

◆ set_cylindric()

void TileDetectorElement::set_cylindric ( double  eta,
double  phi,
double  r 
)

set cylindric coordinates

Definition at line 543 of file CaloDetectorElements.cxx.

546 {
547  m_eta = static_cast<float> (eta);
548  m_r= static_cast<float> (r);
549 
550  m_phi = static_cast<float> (phi);
551  if(phi<-M_PI)
552  m_phi = static_cast<float> (phi + 2.0*M_PI);
553  else if(phi>M_PI)
554  m_phi = static_cast<float> (phi - 2.0*M_PI);
555 
556  m_cosPhi=static_cast<float> (std::cos(m_phi));
557  m_sinPhi=static_cast<float> (std::sin(m_phi));
558  m_sinTh=static_cast<float> (1/std::cosh(eta));
559  m_cosTh=static_cast<float> (std::tanh(eta));
560  m_x = static_cast<float> (r*m_cosPhi);
561  m_y = static_cast<float> (r*m_sinPhi);
562  m_z = static_cast<float> (r*std::sinh(eta));
563 
564 }

◆ set_cylindric_raw()

void TileDetectorElement::set_cylindric_raw ( double  eta_raw,
double  phi_raw,
double  r_raw 
)

set raw cylindric coordinates

Definition at line 566 of file CaloDetectorElements.cxx.

569 {
570  m_eta_raw = static_cast<float> (eta_raw);
571  m_r_raw = static_cast<float> (r_raw);
572 
573  m_phi_raw = static_cast<float> (phi_raw);
574  if(phi_raw<-M_PI)
575  m_phi_raw = static_cast<float> (phi_raw + 2.0*M_PI);
576  else if(phi_raw>M_PI)
577  m_phi_raw = static_cast<float> (phi_raw - 2.0*M_PI);
578 
579  m_x_raw = static_cast<float> (r_raw*std::cos(m_phi_raw));
580  m_y_raw = static_cast<float> (r_raw*std::sin(m_phi_raw));
581  m_z_raw = static_cast<float> (r_raw*std::sinh(eta_raw));
582 
583 }

◆ set_deta()

void TileDetectorElement::set_deta ( double  deta)
inline

set cylindric size deta

Definition at line 354 of file CaloDetectorElements.h.

354 {m_deta = static_cast<float> (deta);}

◆ set_dphi()

void TileDetectorElement::set_dphi ( double  dphi)
inline

set cylindric size dphi

Definition at line 358 of file CaloDetectorElements.h.

358 {m_dphi = static_cast<float> (dphi);}

◆ set_dr()

void TileDetectorElement::set_dr ( double  dr)
inline

set cylindric size dr

Definition at line 366 of file CaloDetectorElements.h.

366 {m_dr = static_cast<float> (dr);}

◆ set_dz()

void TileDetectorElement::set_dz ( double  dz)
inline

set cartezian size dz

Definition at line 362 of file CaloDetectorElements.h.

362 {m_dz = static_cast<float> (dz);}

◆ set_online()

void CaloDetDescrElement::set_online ( const IdentifierHash  onl1,
const IdentifierHash  onl2 
)
inherited

set cell online identifiers (Tile)

Definition at line 147 of file CaloDetDescrElement.cxx.

149 {
150  m_onl1 = onl1;
151  m_onl2 = onl2;
152 }

◆ set_r()

void TileDetectorElement::set_r ( double  r)
inline

set r

Definition at line 374 of file CaloDetectorElements.h.

374  {
375  m_r = static_cast<float> (r);
376  m_x = static_cast<float> (m_cosPhi * r);
377  m_y = static_cast<float> (m_sinPhi * r);
378  }

◆ set_volume()

void CaloDetDescrElement::set_volume ( double  volume)
inlineinherited

set cell volume

Definition at line 400 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

401 { m_volume = static_cast<float> (volume);}

◆ set_z()

void TileDetectorElement::set_z ( double  z)
inline

set z

Definition at line 370 of file CaloDetectorElements.h.

370 {m_z = static_cast<float> (z);}

◆ sinPhi()

float CaloDetDescrElement::sinPhi ( ) const
inlineinherited

for fast px py pz computation

Definition at line 389 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

390 { return m_sinPhi;}

◆ sinTh()

float CaloDetDescrElement::sinTh ( ) const
inlineinherited

for algorithm working in transverse Energy

Definition at line 383 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

384 { return m_sinTh;}

◆ subcalo_hash()

IdentifierHash CaloDetDescrElement::subcalo_hash ( ) const
inlineinherited

cell subcalo hash

Definition at line 418 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ volume()

float CaloDetDescrElement::volume ( ) const
inlineinherited

cell volume

Definition at line 381 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

382 { return m_volume;}

◆ x() [1/2]

float CaloDetDescrElement::x ( ) const
inherited

cell x

◆ x() [2/2]

float CaloDetDescrElement::x ( ) const
inlineinherited

cell x

Definition at line 363 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

364 { return m_x;}

◆ x_raw() [1/2]

float CaloDetDescrElement::x_raw ( ) const
inherited

cell x_raw

◆ x_raw() [2/2]

float CaloDetDescrElement::x_raw ( ) const
inlineinherited

cell x_raw

Definition at line 369 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

370 { return m_x_raw;}

◆ y() [1/2]

float CaloDetDescrElement::y ( ) const
inherited

cell y

◆ y() [2/2]

float CaloDetDescrElement::y ( ) const
inlineinherited

cell y

Definition at line 365 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

366 { return m_y;}

◆ y_raw() [1/2]

float CaloDetDescrElement::y_raw ( ) const
inherited

cell y_raw

◆ y_raw() [2/2]

float CaloDetDescrElement::y_raw ( ) const
inlineinherited

cell y_raw

Definition at line 371 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

372 { return m_y_raw;}

◆ z() [1/2]

float CaloDetDescrElement::z ( ) const
inherited

cell z

◆ z() [2/2]

float CaloDetDescrElement::z ( ) const
inlineinherited

cell z

Definition at line 367 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

368 { return m_z;}

◆ z_raw() [1/2]

float CaloDetDescrElement::z_raw ( ) const
inherited

cell z_raw

◆ z_raw() [2/2]

float CaloDetDescrElement::z_raw ( ) const
inlineinherited

cell z_raw

Definition at line 373 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

374 { return m_z_raw;}

Member Data Documentation

◆ m_caloHash

IdentifierHash CaloDetDescrElement::m_caloHash
privateinherited

◆ m_calosample

int CaloDetDescrElement::m_calosample
inherited

◆ m_cosPhi

float CaloDetDescrElement::m_cosPhi
protectedinherited

cache to allow fast px py pz computation

Definition at line 279 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_cosTh

float CaloDetDescrElement::m_cosTh
protectedinherited

this one is cached for algorithm working in transverse Energy

Definition at line 260 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_descriptor

const CaloDetDescriptor* CaloDetDescrElement::m_descriptor
privateinherited

◆ m_deta

float CaloDetDescrElement::m_deta
protectedinherited

cylindric coordinates : delta eta

Definition at line 264 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_dphi

float CaloDetDescrElement::m_dphi
protectedinherited

cylindric coordinates : delta phi

Definition at line 267 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_dr

float CaloDetDescrElement::m_dr
protectedinherited

cylindric coordinates : delta r

Definition at line 295 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_dx

float CaloDetDescrElement::m_dx
protectedinherited

cartesian coordinates : delta X

Definition at line 317 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_dy

float CaloDetDescrElement::m_dy
protectedinherited

cartesian coordinates : delta Y

Definition at line 320 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_dz

float CaloDetDescrElement::m_dz
protectedinherited

cartesian coordinates : delta Z

Definition at line 323 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_eta

float CaloDetDescrElement::m_eta
protectedinherited

cylindric coordinates : eta

Definition at line 249 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_eta_raw

float CaloDetDescrElement::m_eta_raw
protectedinherited

cylindric coordinates : eta_raw

Definition at line 286 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_hash_id

long long CaloDetDescrElement::m_hash_id
inherited

◆ m_identify

long long CaloDetDescrElement::m_identify
inherited

◆ m_onl1

IdentifierHash CaloDetDescrElement::m_onl1
protectedinherited

Tiles need 2 online hashed id.

Definition at line 331 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_onl2

IdentifierHash CaloDetDescrElement::m_onl2
protectedinherited

Tiles need 2 online hashed id.

Definition at line 334 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_phi

float CaloDetDescrElement::m_phi
protectedinherited

cylindric coordinates : phi

Definition at line 252 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_phi_raw

float CaloDetDescrElement::m_phi_raw
protectedinherited

cylindric coordinates : phi_raw

Definition at line 289 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_r

float CaloDetDescrElement::m_r
protectedinherited

cylindric coordinates : r

Definition at line 283 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_r_raw

float CaloDetDescrElement::m_r_raw
protectedinherited

cylindric coordinates : r_raw

Definition at line 292 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_sample

CaloCell_ID::CaloSample CaloDetDescrElement::m_sample =CaloCell_ID::Unknown
protectedinherited

@bried the sampling for this element

Definition at line 327 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_sinPhi

float CaloDetDescrElement::m_sinPhi
protectedinherited

cache to allow fast px py pz computation

Definition at line 275 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_sinTh

float CaloDetDescrElement::m_sinTh
protectedinherited

this one is cached for algorithm working in transverse Energy

Definition at line 256 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_volume

float CaloDetDescrElement::m_volume
protectedinherited

cell volume

cylindric coordinates : r

Definition at line 271 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_x

float CaloDetDescrElement::m_x
protectedinherited

cartesian coordinates : X

Definition at line 299 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_x_raw

float CaloDetDescrElement::m_x_raw
protectedinherited

cartesian coordinates : X raw

Definition at line 308 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_y

float CaloDetDescrElement::m_y
protectedinherited

cartesian coordinates : Y

Definition at line 302 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_y_raw

float CaloDetDescrElement::m_y_raw
protectedinherited

cartesian coordinates : Y raw

Definition at line 311 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_z

float CaloDetDescrElement::m_z
protectedinherited

cartesian coordinates : Z

Definition at line 305 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.

◆ m_z_raw

float CaloDetDescrElement::m_z_raw
protectedinherited

cartesian coordinates : Z raw

Definition at line 314 of file Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h.


The documentation for this class was generated from the following files:
CaloDetDescrElement::deta
float deta() const
cell deta
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:356
CaloDetDescrElement::onl2
IdentifierHash onl2() const
cell online identifier 2
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:408
CaloDetDescrElement::m_cosTh
float m_cosTh
this one is cached for algorithm working in transverse Energy
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:260
CaloDetDescriptor::getSubCalo
CaloCell_ID::SUBCALO getSubCalo() const
get subcalo
Definition: CaloDetDescriptor.h:533
CaloDetDescrElement::m_dphi
float m_dphi
cylindric coordinates : delta phi
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:267
CaloDetDescriptor::is_lar_fcal
bool is_lar_fcal() const
descriptor belongs to FCAL
Definition: CaloDetDescriptor.h:491
CaloDetDescrElement::m_z_raw
float m_z_raw
cartesian coordinates : Z raw
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:314
CaloDetDescrElement::m_eta_raw
float m_eta_raw
cylindric coordinates : eta_raw
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:286
CaloDetDescrElement::m_volume
float m_volume
cell volume
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:271
CaloDetDescrElement::dr
float dr() const
cell dr
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:360
M_PI
#define M_PI
Definition: ActiveFraction.h:11
CaloDetDescrElement::m_sinPhi
float m_sinPhi
cache to allow fast px py pz computation
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:275
CaloDetDescriptor::is_lar_hec
bool is_lar_hec() const
descriptor belongs to HEC
Definition: CaloDetDescriptor.h:486
CaloDetDescrElement::m_phi_raw
float m_phi_raw
cylindric coordinates : phi_raw
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:289
athena.value
value
Definition: athena.py:122
drawFromPickle.cos
cos
Definition: drawFromPickle.py:36
CaloDetDescrElement::m_phi
float m_phi
cylindric coordinates : phi
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:252
CaloDetDescrElement::m_dr
float m_dr
cylindric coordinates : delta r
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:295
CaloDetDescrElement::m_dz
float m_dz
cartesian coordinates : delta Z
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:323
CaloDetDescriptor::is_lar_em_endcap_inner
bool is_lar_em_endcap_inner() const
descriptor belongs to the inner wheel of EM end cap
Definition: CaloDetDescriptor.h:476
CaloDetDescrElement::eta_raw
float eta_raw() const
cell eta_raw
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:350
CaloDetDescrElement::m_z
float m_z
cartesian coordinates : Z
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:305
CaloDetDescrElement::dz
float dz() const
cell dz
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:379
CaloDetDescrElement::onl1
IdentifierHash onl1() const
cell online identifier 1
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:404
CaloDetDescriptor::caloCellMin
IdentifierHash caloCellMin() const
minimal hash identifier for calo cells in the region
Definition: CaloDetDescriptor.h:538
CaloDetDescrElement::m_dy
float m_dy
cartesian coordinates : delta Y
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:320
CaloDetDescriptor::get_calo_helper
const CaloCell_Base_ID * get_calo_helper() const
get Calo Cell ID helper
Definition: CaloDetDescriptor.h:523
CaloDetDescrElement::m_sample
CaloCell_ID::CaloSample m_sample
@bried the sampling for this element
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:327
CaloDetDescrElement::calo_hash
IdentifierHash calo_hash() const
cell calo hash
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:412
CaloDetDescriptor::is_lar_em_endcap_outer
bool is_lar_em_endcap_outer() const
descriptor belongs to the outer wheel of EM end cap
Definition: CaloDetDescriptor.h:481
CaloDetDescrElement::m_y_raw
float m_y_raw
cartesian coordinates : Y raw
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:311
CaloDetDescrElement::m_x_raw
float m_x_raw
cartesian coordinates : X raw
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:308
CaloDetDescrElement::m_descriptor
const CaloDetDescriptor * m_descriptor
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:243
CaloDetDescrElement::m_onl1
IdentifierHash m_onl1
Tiles need 2 online hashed id.
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:331
CaloDetDescrElement::m_r_raw
float m_r_raw
cylindric coordinates : r_raw
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:292
CaloDetDescrElement::m_dx
float m_dx
cartesian coordinates : delta X
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:317
CaloDetDescrElement::m_r
float m_r
cylindric coordinates : r
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:283
CaloDetDescrElement::m_onl2
IdentifierHash m_onl2
Tiles need 2 online hashed id.
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:334
CaloDetDescriptor::is_lar_em
bool is_lar_em() const
descriptor belongs to EM calorimeter
Definition: CaloDetDescriptor.h:461
CaloDetDescriptor::is_lar_em_barrel
bool is_lar_em_barrel() const
descriptor belongs to EM barrel
Definition: CaloDetDescriptor.h:466
CaloDetDescrElement::m_cosPhi
float m_cosPhi
cache to allow fast px py pz computation
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:279
CaloDetDescrElement::volume
float volume() const
cell volume
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:381
CaloDetDescriptor::is_lar_em_endcap
bool is_lar_em_endcap() const
descriptor belongs to EM end cap
Definition: CaloDetDescriptor.h:471
CaloDetDescrElement::r_raw
float r_raw() const
cell r_raw
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:354
CaloDetDescrElement::m_x
float m_x
cartesian coordinates : X
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:299
CaloDetDescrElement::dphi
float dphi() const
cell dphi
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:358
CaloDetDescrElement::customID
virtual Identifier customID() const
Definition: CaloDetDescrElement.cxx:165
CaloDetDescrElement::z
float z() const
cell z
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:367
CaloDetDescrElement::descriptor
const CaloDetDescriptor * descriptor() const
cell descriptor
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:428
CaloDetDescrElement::m_caloHash
IdentifierHash m_caloHash
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:244
CaloDetDescrElement::m_y
float m_y
cartesian coordinates : Y
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:302
CaloDetDescrElement::eta
float eta() const
cell eta
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:344
CaloDetDescrElement::phi
float phi() const
cell phi
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:346
drawFromPickle.sin
sin
Definition: drawFromPickle.py:36
CaloDetDescrElement::r
float r() const
cell r
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:348
IdentifierHash
Definition: IdentifierHash.h:38
CaloCell_Base_ID::NOT_VALID
@ NOT_VALID
Definition: CaloCell_Base_ID.h:46
CaloDetDescrElement::m_deta
float m_deta
cylindric coordinates : delta eta
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:264
CaloDetDescrElement::m_eta
float m_eta
cylindric coordinates : eta
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:249
CaloDetDescriptor::is_tile
bool is_tile() const
descriptor belongs to Tile
Definition: CaloDetDescriptor.h:496
CaloDetDescrElement::subcalo_hash
IdentifierHash subcalo_hash() const
cell subcalo hash
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:418
CaloDetDescrElement::CaloDetDescrElement
CaloDetDescrElement()=delete
Constructor, hidden.
CaloDetDescrElement::m_sinTh
float m_sinTh
this one is cached for algorithm working in transverse Energy
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:256
CaloDetDescrElement::phi_raw
float phi_raw() const
cell phi_raw
Definition: Calorimeter/CaloDetDescr/CaloDetDescr/CaloDetDescrElement.h:352